nes-proj/platform/avr-ravenlcd
Simon Duquennoy 10bd49a71a Merge pull request #756 from sieben/dos2unix
dos2unix fix
2015-10-18 20:26:07 +02:00
..
doc Adding a gitattributes and correcting line-endings 2015-09-07 15:40:02 +02:00
Makefile Only output data and text sections to the hex file 2015-09-22 23:32:17 +02:00
Makefile.avr-ravenlcd
adc.c
adc.h
beep.c Tables must be const in order to be put into read-only section by means of __attribute__((progmem)) (avr-gcc 4.7.0) 2015-09-22 23:32:17 +02:00
beep.h
key.c
key.h
lcd.c Revert abs -> ABS change from commit 0dab6926b3. 2015-09-22 23:32:17 +02:00
lcd.h
main.h
menu.c Fix menu. How could it worked before? Also added a macro to disable JTAG using inline assembly 2015-09-22 23:32:17 +02:00
menu.h
raven3290.c Fix menu. How could it worked before? Also added a macro to disable JTAG using inline assembly 2015-09-22 23:32:17 +02:00
ravenlcd_3290.aps Adding a gitattributes and correcting line-endings 2015-09-07 15:40:02 +02:00
sleep.c
sleep.h
temp.c Tables must be const in order to be put into read-only section by means of __attribute__((progmem)) (avr-gcc 4.7.0) 2015-09-22 23:32:17 +02:00
temp.h
timer.c
timer.h
uart.c
uart.h