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-21 23:31:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
cpu
/
avr
History
David Kopf
2b7ecefce7
Remove unused SPI initializer flag from AVR. Comment out in the msp-430 template.
2012-02-27 17:05:22 -05:00
..
dev
PROGMEM changes needed for newer avr-gcc compiler
2012-02-21 11:10:57 -05:00
radio
Several bugfixes
2012-02-21 11:14:52 -05:00
avr.c
…
avrdef.h
…
bootloader.c
…
bootloader.h
…
cc2420_spi.c
…
leds-arch.c
…
Makefile.avr
Simplified host OS platform detection in Makefiles
2012-02-25 10:09:33 -05:00
minileds.c
…
mtarch.c
Add missing mtarch_stop function
2012-02-21 11:11:53 -05:00
mtarch.h
…
rtimer-arch.c
Add rtimer_arch_sleep function, enabled with RDC_CONF_MCU_SLEEP
2011-11-14 11:10:35 -05:00
rtimer-arch.h
Add F_CPU=0x800000 option with phase lock to external 32768 Hz crystal
2012-01-10 12:42:27 -05:00
settings.c
…
settings.h
…
slip_uart1.c
Converted u8_t to uint8_t and u16_t to uint16_t in the cpu directory.
2012-02-21 08:33:24 -05:00
spi.c
Remove unused SPI initializer flag from AVR. Comment out in the msp-430 template.
2012-02-27 17:05:22 -05:00
watchdog.c
…