.. |
battery-sensor.h
|
Added battery sensor to the core interfaces
|
2007-11-13 20:36:40 +00:00 |
button-sensor.h
|
Button sensor header
|
2007-03-15 21:42:09 +00:00 |
cc2420-aes.c
|
moved io and signal and IAR-GCC checks from driver files into contiki include file
|
2011-09-26 10:38:41 +02:00 |
cc2420-aes.h
|
* Changed to write keys to CC2420 RAM big-endian order
|
2010-03-15 23:04:54 +00:00 |
cc2420.c
|
moved io and signal and IAR-GCC checks from driver files into contiki include file
|
2011-09-26 10:38:41 +02:00 |
cc2420.h
|
Added parenthesis around addresses to allow expressions as arguments
|
2010-12-16 22:39:50 +00:00 |
cc2420_const.h
|
removed obsolete definitions
|
2010-06-24 09:28:12 +00:00 |
cc2520.c
|
Autoenable RX after TX + removed exception check
|
2012-01-09 14:55:34 +01:00 |
cc2520.h
|
Fixed some configuration problems and support for AUTOACK
|
2012-01-09 14:55:31 +01:00 |
cc2520_const.h
|
Fixed some configuration problems and support for AUTOACK
|
2012-01-09 14:55:31 +01:00 |
ds2411.c
|
moved io and signal and IAR-GCC checks from driver files into contiki include file
|
2011-09-26 10:38:41 +02:00 |
ds2411.h
|
Import of the contiki-2.x development code from the SICS internal CVS server
|
2006-06-17 22:41:10 +00:00 |
eeprom.h
|
Import of the contiki-2.x development code from the SICS internal CVS server
|
2006-06-17 22:41:10 +00:00 |
leds.c
|
removed obsolete leds_[color]() functions, replaced by leds_{on,off}()
|
2011-03-03 17:48:32 +01:00 |
leds.h
|
removed obsolete leds_[color]() functions, replaced by leds_{on,off}()
|
2011-03-03 17:48:32 +01:00 |
nullradio.c
|
A null radio driver that does not do anything - useful in the native port and as a template for new radio drivers
|
2010-02-23 18:18:53 +00:00 |
nullradio.h
|
A null radio driver that does not do anything - useful in the native port and as a template for new radio drivers
|
2010-02-23 18:18:53 +00:00 |
radio-sensor.h
|
Radio sensor header file
|
2007-03-15 21:27:09 +00:00 |
radio.h
|
pass up a RADIO_NOACK to the MAC layer.
|
2011-02-23 15:19:43 -08:00 |
rom.h
|
Import of the contiki-2.x development code from the SICS internal CVS server
|
2006-06-17 22:41:10 +00:00 |
serial-line.c
|
Minor style fix
|
2010-02-23 18:26:26 +00:00 |
serial-line.h
|
Changed the name of the 'serial' module to 'serial-line' to signify that the module is about lines of data from the serial port, not individual bytes, and to make sdcc happy
|
2009-03-17 15:56:32 +00:00 |
sht11-sensor.c
|
moved io and signal and IAR-GCC checks from driver files into contiki include file
|
2011-09-26 10:38:41 +02:00 |
sht11-sensor.h
|
Added the battery indicator to the sensors API
|
2010-01-15 08:51:21 +00:00 |
sht11.c
|
Fixed sht11 driver, now ensures the i2c bus is disabled when initializing
|
2012-08-16 14:12:27 +02:00 |
sht11.h
|
Code style fixes
|
2008-07-08 08:23:47 +00:00 |
slip.c
|
Converted u8_t to uint8_t and u16_t to uint16_t in the rest of core (specifically ctk/vnc, slip and the loader code)
|
2012-02-21 08:33:24 -05:00 |
slip.h
|
Converted u8_t to uint8_t and u16_t to uint16_t in the rest of core (specifically ctk/vnc, slip and the loader code)
|
2012-02-21 08:33:24 -05:00 |
spi.h
|
split SPI code into generic and CC2420-related and renamed constants in CC2420
|
2010-06-23 10:15:28 +00:00 |
watchdog.h
|
Added watchdog_reboot() prototype
|
2008-01-07 14:42:35 +00:00 |
xmem.h
|
Changed type from off_t (that potentially conflicts with existing types.h typedefs) to unsigned long
|
2008-07-03 23:12:10 +00:00 |