-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 28: refactor makefiles #29
Open
adicarlo
wants to merge
4
commits into
hexagon5un:master
Choose a base branch
from
adicarlo:issue-28
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…/blinkLED/Makefile Chapter02_Programming-AVRs/blinkLED_AVR_style/Makefile Chapter03_Digital-Output/povToy_cylonEyes/Makefile Chapter03_Digital-Output/povToy/Makefile Chapter03_Digital-Output/povToy_1up/Makefile Chapter03_Digital-Output/povToy_invaders/Makefile Chapter04_Bit-Twiddling/showingOffBits/Makefile Chapter04_Bit-Twiddling/cylonEyes_naive/Makefile Chapter04_Bit-Twiddling/cylonEyes_8LFSR/Makefile Chapter04_Bit-Twiddling/cylonEyes_quasiRandomToggle/Makefile Chapter04_Bit-Twiddling/cylonEyes_16LFSR/Makefile Chapter04_Bit-Twiddling/cylonEyes/Makefile Chapter04_Bit-Twiddling/cylonEyes_halfStepping/Makefile Chapter04_Bit-Twiddling/cylonEyes_counting/Makefile Chapter05_Serial-IO/serialLoopback/Makefile Chapter05_Serial-IO/serialOrgan/Makefile Chapter06_Digital-Input/debouncer/Makefile Chapter06_Digital-Input/simpleButton/Makefile Chapter06_Digital-Input/toggleButton_debounced/Makefile Chapter06_Digital-Input/bossButton/Makefile Chapter06_Digital-Input/avrMusicBox/Makefile Chapter06_Digital-Input/toggleButton/Makefile Chapter07_Analog-to-Digital-Conversion-I/slowScope/Makefile Chapter07_Analog-to-Digital-Conversion-I/nightLight/Makefile Chapter07_Analog-to-Digital-Conversion-I/lightSensor/Makefile Chapter08_Hardware-Interrupts/capSense/Makefile Chapter08_Hardware-Interrupts/helloPinChangeInterrupt/Makefile Chapter08_Hardware-Interrupts/helloInterrupt/Makefile Chapter09_Introduction-to-Timer-Counter-Hardware/timerAudio/Makefile Chapter09_Introduction-to-Timer-Counter-Hardware/reactionTimer/Makefile Chapter09_Introduction-to-Timer-Counter-Hardware/amRadio/Makefile Chapter10_Pulse-Width-Modulation/pwmOnAnyPin/Makefile Chapter10_Pulse-Width-Modulation/pwm/Makefile Chapter10_Pulse-Width-Modulation/bruteForcePWM/Makefile Chapter10_Pulse-Width-Modulation/pwm_cross-fading_cylons/Makefile Chapter10_Pulse-Width-Modulation/pwmTimers/Makefile Chapter11_Driving-Servo-Motors/servoWorkout/Makefile Chapter11_Driving-Servo-Motors/servoSundial/Makefile Chapter12_Analog-to-Digital-Conversion-II/footstepDetector/Makefile Chapter12_Analog-to-Digital-Conversion-II/voltmeter/Makefile Chapter13_Advanced-PWM-Tricks/dialTone/Makefile Chapter13_Advanced-PWM-Tricks/dds_interrupts/Makefile Chapter13_Advanced-PWM-Tricks/dds_saw15/Makefile Chapter13_Advanced-PWM-Tricks/dds/Makefile Chapter13_Advanced-PWM-Tricks/fatSaw/Makefile Chapter13_Advanced-PWM-Tricks/arpeggiator/Makefile Chapter13_Advanced-PWM-Tricks/adsr/Makefile Chapter14_Switches/dcMotorWorkout/Makefile Chapter15_Advanced-Motors/stepperWorkout/Makefile Chapter15_Advanced-Motors/hBridgeWorkout/Makefile Chapter16_SPI/spiEEPROMDemo/Makefile Chapter17_I2C/loggingThermometer/Makefile Chapter17_I2C/i2cThermometer/Makefile Chapter18_Using-Flash-Program-Memory/progmemDemo4/Makefile Chapter18_Using-Flash-Program-Memory/progmemDemo3/Makefile Chapter18_Using-Flash-Program-Memory/progmemDemo5/Makefile Chapter18_Using-Flash-Program-Memory/talkingVoltmeter/cornell/dpcm_1bit/Makefile Chapter18_Using-Flash-Program-Memory/talkingVoltmeter/cornell/dpcm_2bit/Makefile Chapter18_Using-Flash-Program-Memory/talkingVoltmeter/Makefile Chapter18_Using-Flash-Program-Memory/progmemDemo1/Makefile Chapter18_Using-Flash-Program-Memory/progmemDemo2/Makefile Chapter19_EEPROM/eememDemo/Makefile Chapter19_EEPROM/quickDemo/Makefile Chapter19_EEPROM/vigenereCipher/Makefile Chapter19_EEPROM/favoriteColor/Makefile; do cp AVR-Programming-Library/Makefile Chapter19_EEPROM/favoriteColor/Makefile ; done
This would be a welcome addition. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here's a basic first pass, not getting too complex about spliting up the included makefile ... thoughts?