This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-01-09 19:31:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
platform
/
avr-ravenlcd
History
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
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 0dab6926b30647e4c3bb1b56f39ccef761733ef5.
2015-09-22 23:32:17 +02:00
lcd.h
…
main.h
…
Makefile
Only output data and text sections to the hex file
2015-09-22 23:32:17 +02:00
Makefile.avr-ravenlcd
…
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
…