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-03-11 23:10:44 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
cpu
/
avr
History
Ivan Delamer
17a62a649c
ATmega128RFA1 bug fix: no interrupt pin used (embedded radio).
...
Enabling interrupt caused MCU reset if using pin as GPIO.
2012-07-10 14:36:47 -06: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
ATmega128RFA1 bug fix: no interrupt pin used (embedded radio).
2012-07-10 14:36:47 -06: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
…
settings.c
…
settings.h
…
slip_uart1.c
…
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
…