nvt-se
46b6ce9193
Conform to the radio_driver interface.
2007-11-18 12:25:22 +00:00
nvt-se
c90a758ac5
Detect if the medium is busy right before sending.
2007-11-12 21:17:47 +00:00
nvt-se
0e4429068b
Added a carrier sensing function.
2007-11-07 15:34:41 +00:00
nvt-se
ee59f1fe34
Use a fresh RSSI value in the read function.
2007-11-07 15:26:00 +00:00
nvt-se
a604013a88
Added more flags for the status register.
2007-11-07 15:23:35 +00:00
nvt-se
366d845336
DMA destination is now given as a parameter instead of being hardwired.
2007-11-06 15:08:55 +00:00
nvt-se
dc8b6e7dcd
Removed some unused headers and definitions.
2007-11-06 14:48:18 +00:00
nvt-se
882f340f17
Use a counter for the test so lost packets are spotted easily.
2007-11-06 14:44:42 +00:00
nvt-se
e7dc3ec422
Initialize ctimer.
2007-10-24 13:47:50 +00:00
nvt-se
e57310c0b3
Removed duplicated statement.
2007-10-22 13:07:00 +00:00
nvt-se
06f923e502
Simple test for the SHT11 driver.
2007-10-22 13:05:30 +00:00
nvt-se
91b79de654
Use sht11 driver.
2007-10-22 12:21:20 +00:00
nvt-se
045225fa05
Made driver less platform-dependent and added support for msb-430.
2007-10-22 12:19:58 +00:00
nvt-se
2d0225b0e4
Safeguard for invalid packets.
2007-10-04 10:02:08 +00:00
nvt-se
fb9b800c53
More clear power down procedure. Now it is required that cc1020_on
...
is called before anyone can send after the power down.
2007-10-02 14:05:45 +00:00
nvt-se
4e8bdb1c08
Power managment is handled by another layer.
2007-10-01 11:59:36 +00:00
nvt-se
c0686e80f1
Added definitions for the MAIN register.
2007-10-01 11:56:49 +00:00
nvt-se
b72c228379
* Enable rtimers.
...
* Specify port direction first.
2007-09-21 14:53:36 +00:00
nvt-se
24ffa8cfaf
support third DMA line.
2007-09-21 13:51:09 +00:00
nvt-se
bbecdd9c34
removed uncommented line.
2007-09-14 19:27:22 +00:00
nvt-se
87018b2af5
use uint16_t to be specific about id type size.
2007-09-14 19:24:45 +00:00
nvt-se
5e7a435959
do not declare msp430_cpu_init here.
2007-09-14 19:24:07 +00:00
nvt-se
6955e028da
Use splhigh and splx.
2007-09-14 19:20:54 +00:00
nvt-se
290f41db06
better comments.
...
enable interrupt later.
2007-09-14 19:20:24 +00:00
nvt-se
ca733ddfce
Added some statistics.
2007-09-14 19:14:54 +00:00
nvt-se
928c22eda1
Minor refactoring and improved compliance with the radio interface.
2007-09-14 18:51:51 +00:00
nvt-se
186a99857b
minor adjustments for ip.
2007-08-20 11:39:03 +00:00
nvt-se
81174c6389
cr->lf
2007-08-20 11:01:13 +00:00
nvt-se
aee4c71200
Use test-abc instead of core.
2007-08-17 13:10:16 +00:00
nvt-se
6dffb0ed63
unnecessary file.
2007-08-17 13:08:38 +00:00
nvt-se
96e06d1dde
Standardized integer types.
...
Removed unecessary volatility.
Make sure that the random back-off is only if the channel is busy.
2007-08-16 20:38:40 +00:00
nvt-se
defbe1d9ac
use new function.
2007-08-16 20:29:56 +00:00
nvt-se
9017949535
Improved interface and C standard compatibility.
2007-08-16 20:29:18 +00:00
nvt-se
6983417307
forgot return.
2007-08-16 17:10:49 +00:00
nvt-se
8b3e9477d9
call dma_init.
2007-08-16 13:54:58 +00:00
nvt-se
d5027f0041
Subscribe to DMA events on line 0 for the radio.
2007-08-16 13:52:17 +00:00
nvt-se
0723f1fbc7
Make it possible to subscribe to DMA events.
2007-08-16 13:51:57 +00:00
nvt-se
fefe56d913
Changes to standard types.
2007-08-16 13:24:57 +00:00
nvt-se
5db2990884
Use the new type definitions file for msp430.
2007-08-16 13:23:41 +00:00
nvt-se
199e6bd270
Use stdint.h
2007-08-06 12:20:46 +00:00
nvt-se
016778b29e
Removed redundant text.
2007-08-02 08:58:38 +00:00
nvt-se
6139885c51
Awake in order to let event processing occur immediately.
2007-08-02 08:57:58 +00:00
nvt-se
a6af72d129
Style changes.
2007-08-02 08:17:43 +00:00
nvt-se
0412975efd
Uncommented radio init line.
...
Added informative output.
2007-08-02 08:14:00 +00:00
nvt-se
a6dba97b84
Erase only main flash memory.
2007-08-02 08:13:20 +00:00
nvt-se
709adf51ad
Contributions from Michael Baar:
...
# msb430\dev\cc1020.c
Data type problem in the calibration function, therefore looping 10 seconds on boot. Fixed.
# msb430\contiki-msb430-main.c
Directly accessed power management while other modules used the Contiki layer resulting in the node sleeping most of the time. Fixed.
Added uIP support.
# msb430\buildscripts\makefile.win
Changed to erase only main-memory but keep infomemory so the node configuration is not erashed during flashing.
2007-07-31 07:54:44 +00:00
nvt-se
836eae63cb
Improvement batch.
2007-07-05 08:35:13 +00:00
nvt-se
eb7f7ba65b
Some more cleaning up.
2007-06-28 18:27:45 +00:00
nvt-se
268766e890
dma transfer support.
2007-06-28 14:41:17 +00:00
nvt-se
ff04b5e153
cleaned file.
2007-06-28 14:07:02 +00:00