osd-contiki/cpu/avr
Ivan Delamer 2e72ec3594 Place ATmega1281 define in correct section (it does have compare C
unit, avoid duplicate define and compiler warning).
2012-09-01 15:22:13 -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 Fix RF230 transition: RX_AACK_ON -> TX_ARET_ON (go through PLL_ON, 2012-09-01 15:20:00 -06:00
avr.c * Generic AVR stuff. 2007-01-25 18:24:29 +00:00
avrdef.h fixed defs and to compile for atmega32 also - has no TCNT3 2007-12-11 17:21:14 +00:00
bootloader.c Add stk500 platform and changes suggested by Daniel Willmann 2011-08-03 11:18:55 -04:00
bootloader.h Merge CDC-ECM, RNG, DFU bootloader, watchdog, settings manager, energy scan routines of Robert Quattlebaum 2010-09-17 21:59:09 +00:00
cc2420_spi.c updated to new cc2420 spi naming 2010-06-23 10:44:41 +00:00
leds-arch.c Provide dummy implementations for the leds and minileds module in order 2006-12-22 17:05:31 +00:00
Makefile.avr Reorder includes to prefer platform routines. Remove redundant RPL define. 2012-04-27 16:54:09 -04:00
minileds.c Provide dummy implementations for the leds and minileds module in order 2006-12-22 17:05:31 +00:00
mtarch.c Add missing mtarch_stop function 2012-02-21 11:11:53 -05:00
mtarch.h AVR specific implementation of contiki multi-threating architecture 2006-12-22 16:55:53 +00:00
rtimer-arch.c Place ATmega1281 define in correct section (it does have compare C 2012-09-01 15:22:13 -06: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 Merge CDC-ECM, RNG, DFU bootloader, watchdog, settings manager, energy scan routines of Robert Quattlebaum 2010-09-17 21:59:09 +00:00
settings.h Fix compiler warning 2010-10-20 18:57:33 +00:00
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 Add stk500 platform and changes suggested by Daniel Willmann 2011-08-03 11:18:55 -04:00