nvt-se
|
e90149b7b4
|
avoid switching mode when tx or rx is active.
based on suggestions from Frederik Hermans and some code from Jesper Karlsson.
|
2009-03-30 14:07:34 +00:00 |
|
nvt-se
|
04bd414e1c
|
enabled LPP by default.
|
2009-03-26 12:51:55 +00:00 |
|
nvt-se
|
90b9b9bae3
|
configure LPP parameters with slightly longer listen time since the CC1020
driver switches from TX mode to RX mode rather slowly.
decreased CCA check timeout.
|
2009-03-26 12:47:12 +00:00 |
|
nvt-se
|
25cc327acc
|
avoid hanging in TX mode after CCA check failed.
minor memory savings.
|
2009-03-25 15:25:05 +00:00 |
|
nvt-se
|
96fbf3b853
|
use old style C comments.
convert printf to PRINTF.
remove unnecessary MS_DELAY calls from setupTX and setupRX.
|
2009-03-24 15:32:26 +00:00 |
|
nvt-se
|
15c447e57e
|
remove some unnecessary instructions and function calls. patch from Jesper Karlsson.
|
2009-03-24 15:13:11 +00:00 |
|
nvt-se
|
143c7f9cea
|
switched from serial to serial_line. patch from Jesper Karlsson.
|
2009-03-24 15:02:03 +00:00 |
|
nvt-se
|
6b22fa60e8
|
- avoid costly rx state initialization if the radio is already on.
- code formatting.
|
2009-03-19 14:43:31 +00:00 |
|
nvt-se
|
8f85355f02
|
print the MAC protocol name when starting the node
|
2009-03-19 14:14:06 +00:00 |
|
nvt-se
|
b9ef907690
|
enable serial line tools using the same commands as the sky platform's Makefile
|
2009-03-17 22:27:14 +00:00 |
|
nvt-se
|
7e329ab467
|
removed obsolete file.
|
2009-03-17 22:20:04 +00:00 |
|
adamdunkels
|
727c5a2dbe
|
Renamed serial module to serial-line
|
2009-03-17 20:32:22 +00:00 |
|
nvt-se
|
7f3def31b7
|
removed duplicate inclusion of header, and sorted the entries.
|
2009-03-17 15:02:19 +00:00 |
|
nvt-se
|
6d0fc26ec1
|
disabled unstable SD driver.
|
2009-03-17 15:01:40 +00:00 |
|
adamdunkels
|
65eb5fd4e8
|
Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it).
|
2009-03-12 21:58:20 +00:00 |
|
nvt-se
|
80bbc92ffe
|
patch from Jesperk Karlsson. ensures that the fp_uart_handler type is known
in the header.
|
2009-03-12 12:23:22 +00:00 |
|
nvt-se
|
c148e2e7ea
|
Do not include codeprop.h by default.
|
2009-02-23 14:44:26 +00:00 |
|
zhitao
|
5789bf5596
|
Modified comments for receiver filter bandwidth settings
|
2009-02-02 08:52:49 +00:00 |
|
zhitao
|
a50d5b701e
|
direct the UART input stream to the default Contiki serial process
|
2008-12-09 15:56:39 +00:00 |
|
nvt-se
|
79d4d22ee7
|
replaced usage of 16-bit rimeaddr field.
|
2008-12-02 16:00:15 +00:00 |
|
zhitao
|
6b33cf434f
|
bug fix: using memcpy() to append CRC checksum to odd-size payload caused memory corruption, use individual byte assignments instead
|
2008-11-25 16:05:22 +00:00 |
|
nvt-se
|
98a42524d3
|
minor formatting changes
|
2008-11-17 16:18:52 +00:00 |
|
zhitao
|
0be308b7ce
|
changed RSSI samples count to maximum (=16)
|
2008-11-17 16:14:09 +00:00 |
|
nvt-se
|
90691eb6a2
|
crc calculation contributed by Carlo Alberto Buano + some refactoring.
|
2008-11-11 12:24:43 +00:00 |
|
nvt-se
|
1a6c909736
|
added sd_write declaration.
|
2008-11-10 14:32:49 +00:00 |
|
nvt-se
|
7ac98ee257
|
added missing watchdog_periodic
|
2008-11-04 15:46:59 +00:00 |
|
joxe
|
bc39f2a86c
|
added get_rssi_packet for getting RSSI from the last packet received
|
2008-10-29 09:22:39 +00:00 |
|
nvt-se
|
4829ffea50
|
removed supererogatory file
|
2008-10-28 14:07:32 +00:00 |
|
nvt-se
|
59012007b9
|
added an SD example application
|
2008-10-28 12:56:57 +00:00 |
|
nvt-se
|
1fdb3c21f0
|
fixed problems with uart and sd cards.
|
2008-10-28 12:42:53 +00:00 |
|
nvt-se
|
9c3f5beec7
|
added a small guide.
|
2008-09-26 18:14:12 +00:00 |
|
nvt-se
|
37fa4da899
|
support 9600 baud
|
2008-09-19 12:18:04 +00:00 |
|
nvt-se
|
deefb97c16
|
Changed clock value so it is a power of two.
|
2008-08-14 11:11:34 +00:00 |
|
nvt-se
|
f83000af8a
|
clear bit when uart edge is set.
|
2008-05-29 22:06:18 +00:00 |
|
nvt-se
|
36fec8dd01
|
moved sdspi.c to the sd file list.
|
2008-05-29 22:04:30 +00:00 |
|
nvt-se
|
44c93fcd93
|
cleared lock semantics
|
2008-05-28 13:17:08 +00:00 |
|
nvt-se
|
fed62e1642
|
added timeout
|
2008-05-27 14:22:55 +00:00 |
|
nvt-se
|
07f8875963
|
added missing header
|
2008-05-27 14:05:09 +00:00 |
|
nvt-se
|
f2c6f77f7d
|
removed debug print
|
2008-05-27 14:04:15 +00:00 |
|
nvt-se
|
ce84dce702
|
reset locks on forced mode switch
|
2008-05-27 13:05:52 +00:00 |
|
nvt-se
|
9c9c2573c3
|
lock UART for RS232 in putchar
|
2008-05-27 13:03:19 +00:00 |
|
nvt-se
|
bff587e32c
|
lock SPI bus when erasing
|
2008-05-27 13:01:27 +00:00 |
|
nvt-se
|
a26bcf30f7
|
added SPI parameters.
|
2008-05-27 12:25:48 +00:00 |
|
nvt-se
|
73978e3133
|
only include sdspi.h if WITH_SDC is on.
|
2008-03-31 14:33:23 +00:00 |
|
nvt-se
|
acf01a0c58
|
fixed compilation error.
|
2008-03-31 14:32:00 +00:00 |
|
nifi
|
f916c7b130
|
initialize ctimer after initialization of process
|
2008-03-31 14:01:26 +00:00 |
|
nvt-se
|
067e4c3c06
|
include contiki-conf.h for type definitions.
|
2008-03-31 13:48:03 +00:00 |
|
nvt-se
|
f7b3d9fc99
|
moved files to sd/
|
2008-03-31 13:45:52 +00:00 |
|
nvt-se
|
fdcc145150
|
added missing file.
|
2008-03-31 13:43:34 +00:00 |
|
nvt-se
|
2822ff7ddb
|
made more conform with contiki indentation.
|
2008-03-28 23:03:05 +00:00 |
|