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-20 01:30:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
cpu
/
avr
History
David Kopf
e9a55cc222
Enable check on received length to prevent buffer overflow. Thank you Cooja!
2012-05-28 13:02:23 -04:00
..
dev
Add clock_delay_us and clock_set_seconds to clock.h. Modify clock_wait to use clock_time_t.
2012-04-09 15:49:53 -04:00
radio
Enable check on received length to prevent buffer overflow. Thank you Cooja!
2012-05-28 13:02:23 -04:00
avr.c
…
avrdef.h
…
bootloader.c
…
bootloader.h
…
cc2420_spi.c
…
leds-arch.c
…
Makefile.avr
Reorder includes to prefer platform routines. Remove redundant RPL define.
2012-04-27 16:54:09 -04:00
minileds.c
…
mtarch.c
Add missing mtarch_stop function
2012-02-21 11:11:53 -05:00
mtarch.h
…
rtimer-arch.c
Add clock_delay_us and clock_set_seconds to clock.h. Modify clock_wait to use clock_time_t.
2012-04-09 15:49:53 -04: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
…