adamdunkels
|
cb6bc45350
|
Added code for routing IP packets over low-power radios using the Rime mesh module
|
2008-02-03 21:03:19 +00:00 |
|
adamdunkels
|
dc43a9713d
|
Added uIP destimation unreachable message, removed defailt XMAC timer definitions (for now), turned profiling off(for now), added process event number configuration, reduced data memory size for the ELF loader
|
2008-02-03 21:01:36 +00:00 |
|
adamdunkels
|
68523814c5
|
Moved from examples/sky into generic platform/sky/apps so that all examples can use it
|
2008-01-23 20:34:37 +00:00 |
|
adamdunkels
|
c2ef303c24
|
Updated for the new simple_cc2420 API
|
2008-01-23 14:58:01 +00:00 |
|
nvt-se
|
6005437b27
|
Disable the watchdog during the whole erase operation.
|
2008-01-21 10:40:26 +00:00 |
|
nvt-se
|
bed0963769
|
Call watchdog_periodic before erasing each sector, because this operation
takes approximately 1s.
|
2008-01-21 10:28:44 +00:00 |
|
adamdunkels
|
685de41feb
|
Fixed buggy build
|
2008-01-19 06:57:44 +00:00 |
|
adamdunkels
|
34bd11905c
|
Rewrote the timesynch code to use the Rime sniffer interface instead of the kludge of running timesynch as a MAC layer
|
2008-01-14 14:50:01 +00:00 |
|
adamdunkels
|
02ee418313
|
Moving timesynch.[ch] from sys/ to core/net/rime as they have more to do with Rime than with the kernel
|
2008-01-14 14:22:16 +00:00 |
|
adamdunkels
|
f935be10c9
|
Added initalization of the serial library. Changed LPM3 to LPM2 since the current serial driver does not work with LPM3 yet (we need to add start edge detection interrupt support to fix that).
|
2008-01-08 08:21:03 +00:00 |
|
adamdunkels
|
690805ebe7
|
Added configuration for upcoming shell improvements, removed PROCESS_CONF_FASTPOLL
|
2008-01-08 08:19:56 +00:00 |
|
adamdunkels
|
959c4f3ee2
|
Removed ENERGEST_CONF_ON which is present in contiki-conf.h anyway
|
2008-01-08 08:18:00 +00:00 |
|
oliverschmidt
|
00d75c8d16
|
Made use of uip_ipaddr_to_quad().
|
2008-01-04 23:28:33 +00:00 |
|
nvt-se
|
692da8fd47
|
swapped the currents for lpm and cpu.
|
2007-12-17 18:47:17 +00:00 |
|
adamdunkels
|
381f5dc4cc
|
Initialize Rime address from hardware MAC address if no node ID has been configured. Be more explicit on how Rime address is assigned from node ID. Set time synch authority level from Rime address rather than node ID. Fix bug that put CPU in LPM2 instead of LPM3.
|
2007-12-17 12:35:23 +00:00 |
|
adamdunkels
|
2b4f33a4dd
|
Enabled support for CC2420 timestamps
|
2007-12-16 15:05:04 +00:00 |
|
adamdunkels
|
d13648292e
|
Added initialization of the time synchronization module
|
2007-12-16 15:03:35 +00:00 |
|
adamdunkels
|
b2f030897c
|
Removed unused file rom.c
|
2007-11-28 23:31:53 +00:00 |
|
adamdunkels
|
be300d6765
|
Removed inclusion of unused file cxmac.h
|
2007-11-28 23:28:35 +00:00 |
|
adamdunkels
|
f21225eb1c
|
More reasonable current draw numbers + multiply by voltage
|
2007-11-28 17:06:55 +00:00 |
|
adamdunkels
|
40d9045a2d
|
Moved energy estimation initialization before starting processes so that processes may turn things on and off without messing up the energy estimates
|
2007-11-28 14:45:22 +00:00 |
|
nifi
|
d16836d9bb
|
changed to show Contiki version, node id, and autostarted processes at startup
|
2007-11-21 16:41:44 +00:00 |
|
adamdunkels
|
58d442ab2f
|
Removed buggy button.c that is and should not be used
|
2007-11-18 12:02:49 +00:00 |
|
adamdunkels
|
ff45f9d2c4
|
Added watchdog support
|
2007-11-17 10:29:33 +00:00 |
|
adamdunkels
|
f1271464fd
|
Turned on energy estimation and profiling by default
|
2007-11-13 21:10:50 +00:00 |
|
adamdunkels
|
2140576ac9
|
Added battery-sensor.c
|
2007-11-13 20:37:18 +00:00 |
|
adamdunkels
|
d34f8e0dcc
|
Preliminary untested code for the internal MSP430 battery sensor
|
2007-11-13 20:29:07 +00:00 |
|
adamdunkels
|
b51977a693
|
Added Doxygen documentation
|
2007-11-10 20:45:29 +00:00 |
|
adamdunkels
|
ca6abb286b
|
Added LEDs notification. THe program won't compile without a nodeid=XXX now
|
2007-11-10 20:45:00 +00:00 |
|
adamdunkels
|
d5430dc4dc
|
Added better boot-up behaviour of the LEDs - they can now be used to determine where in the boot sequence the node hangs (if it hangs)
|
2007-11-10 20:44:30 +00:00 |
|
adamdunkels
|
0ce1708c76
|
#ifdef around RF_CHANNEL
|
2007-11-06 20:28:09 +00:00 |
|
adamdunkels
|
dd8469ee4a
|
Added inclusion of Tmote Sky bulk upload makefile
|
2007-10-25 13:28:15 +00:00 |
|
adamdunkels
|
d2f90802de
|
Compile profiling support only if PROFILE_CONF_ON is defined
|
2007-10-25 10:21:48 +00:00 |
|
adamdunkels
|
a9e4287cbe
|
Changed the energy estimation type ENERGEST_TYPE_RECEIVE to ENERGEST_TYPE_LISTEN to highlight that energy is spent on idle listening, not just the actual reception of packets
|
2007-10-25 09:30:39 +00:00 |
|
adamdunkels
|
910c9ea161
|
Added profiling support, made rime/mac initialization nicer
|
2007-10-23 21:29:40 +00:00 |
|
nifi
|
217056b8bd
|
sht11 architecture support for Sky
|
2007-10-23 08:53:50 +00:00 |
|
nvt-se
|
0c9db3caa3
|
Moved to core/dev.
|
2007-10-22 12:19:31 +00:00 |
|
nvt-se
|
406cc6d5a8
|
Set channel to RF_CHANNEL after simple_cc2420_init.
Otherwise the init function would reset the channel to 11.
|
2007-10-12 12:47:32 +00:00 |
|
nifi
|
9d75d6d153
|
enabled inline functions
|
2007-09-19 14:09:31 +00:00 |
|
bg-
|
a20c9e6abb
|
* Include msp430def.h for standard defines.
* Remove obsolete LPM_CONF_OFF definition.
|
2007-08-16 13:10:53 +00:00 |
|
bg-
|
0e515a5472
|
* Initialise rand package.
|
2007-06-04 18:09:14 +00:00 |
|
bg-
|
2e7c6b59fb
|
* The sources for crtk.o and service.o have been retired.
|
2007-05-31 14:26:58 +00:00 |
|
bg-
|
ceb423c007
|
* Add sht11_off.
|
2007-05-28 16:24:58 +00:00 |
|
adamdunkels
|
be2a7e954c
|
Added initialization of MAC and Rime
|
2007-05-25 08:08:36 +00:00 |
|
adamdunkels
|
ca356ea2e2
|
Added CC2420 driver
|
2007-05-25 08:08:21 +00:00 |
|
adamdunkels
|
dab63c4c6b
|
Added energy estimation, leds instead of minileds to be able to do energy estimation on leds
|
2007-05-22 21:16:37 +00:00 |
|
adamdunkels
|
8811fe23fd
|
Added sht11, energy estimation, xmac, diabled uIP (for now)
|
2007-05-22 21:13:26 +00:00 |
|
adamdunkels
|
1f835946ca
|
Added X-MAC configuration, reduced ELF loader text memory size
|
2007-05-22 21:12:15 +00:00 |
|
bg-
|
95d95a63ac
|
* s/uip-fw-service/uip-fw-drv/
|
2007-05-21 14:22:05 +00:00 |
|
bg-
|
a3f5123c44
|
* s/uip-fw-service/uip-fw-drv/
|
2007-05-21 14:21:07 +00:00 |
|