-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: rogerpolaris/AVR-Programming
base: master
head repository: hexagon5un/AVR-Programming
compare: master
- 14 commits
- 180 files changed
- 1 contributor
Commits on Feb 18, 2015
-
changed Makefile to build all files in current dir
taking project name from directory name now, with the exception of F_CPU and MCU and BAUD, one Makefile can work for all projects should be able to copy over, saving hassle.
Elliot Williams committedFeb 18, 2015 Configuration menu - View commit details
-
Copy full SHA for 79cd4d9 - Browse repository at this point
Copy the full SHA 79cd4d9View commit details -
Changed project-specific Makefiles to be generic
to do this, every sub-project needed its own directory so there's a few more created also, care is taken to make sure all projects at 8MHz have corresponding 8MHz Makefiles: for f in `grep -s -l clock_div_1 Chapter*/*/*` ; do dirname $f ; done
Elliot Williams committedFeb 18, 2015 Configuration menu - View commit details
-
Copy full SHA for 1f40bd0 - Browse repository at this point
Copy the full SHA 1f40bd0View commit details -
updated project list to match current state
Elliot Williams committedFeb 18, 2015 Configuration menu - View commit details
-
Copy full SHA for 6eb1008 - Browse repository at this point
Copy the full SHA 6eb1008View commit details
Commits on Feb 28, 2015
-
Found a bunch of directories with multiple main files, split into subdirs Found multiple un-init-to-zero variables that were throwing compiler warnings. Cleaned these up.
Elliot Williams committedFeb 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 5e4b06f - Browse repository at this point
Copy the full SHA 5e4b06fView commit details -
more zero-inits and multiple main directories
all cleaned up and tested
Elliot Williams committedFeb 28, 2015 Configuration menu - View commit details
-
Copy full SHA for e912ab2 - Browse repository at this point
Copy the full SHA e912ab2View commit details -
Many changes in servo sundial code
But none of it substantive. :) Just moving global variable definitions / declarations around to make it work with the new makefile structure. (I was lax with where things were before b/c I was lumping all C files together in compile phase.)
Elliot Williams committedFeb 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 554c45e - Browse repository at this point
Copy the full SHA 554c45eView commit details -
Merge branch 'post_makefile_review'
Catching lots of little bugs and complier warnings: mostly multiple main() functions in multiple files in same dir and uninitialized zero variables Almost all solved by creating subdirectories and adding "=0" here and there. Exception is servo sundial code, which needed a deeper re-work because of the (ab)use of global variables. * post_makefile_review: Many changes in servo sundial code more zero-inits and multiple main directories Through chapter 06
Elliot Williams committedFeb 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 5086082 - Browse repository at this point
Copy the full SHA 5086082View commit details
Commits on Mar 23, 2016
-
Elliot Williams committed
Mar 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 0c9294b - Browse repository at this point
Copy the full SHA 0c9294bView commit details -
fix timer audio by reset counter
Elliot Williams committedMar 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 9146e1c - Browse repository at this point
Copy the full SHA 9146e1cView commit details -
added prototype for nibbleToHexCharacter()
Elliot Williams committedMar 23, 2016 Configuration menu - View commit details
-
Copy full SHA for f415122 - Browse repository at this point
Copy the full SHA f415122View commit details
Commits on May 11, 2016
-
Changed poor variable naming: wavelength -> period
Doesn't change functionality, but readability.
Elliot Williams committedMay 11, 2016 Configuration menu - View commit details
-
Copy full SHA for f237cd2 - Browse repository at this point
Copy the full SHA f237cd2View commit details
Commits on May 20, 2016
-
change return (0); to return 0;
Elliot Williams committedMay 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 6cf8873 - Browse repository at this point
Copy the full SHA 6cf8873View commit details
Commits on Mar 25, 2017
-
bug fix: one missing zero in blink.c code
Thanks KaiserS0ze for pointing this out.
Elliot Williams committedMar 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 8a9ad40 - Browse repository at this point
Copy the full SHA 8a9ad40View commit details
Commits on Jan 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ad2512e - Browse repository at this point
Copy the full SHA ad2512eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master