mlenders
0c291bd7e2
added test for edge router
2011-07-24 17:26:29 +02:00
mlenders
885b789f24
[*]
...
* adjusted names (mainly "edge" -> "border" and names adjacent to name in linux driver for the border router)
2011-07-23 22:17:52 +02:00
mlenders
9521142842
merged
2011-07-10 22:49:41 +02:00
mlenders
972752bbda
[sys/net/sixlowpan/sixlowedge.c]
...
* new IP packet processing thread for edge router
[sys/net/sixlowpan/sixlowpan.*]
* decide weather the normal node whether the normal IPv6 processing thread should be created or its edge roter counterpart
2011-07-09 19:19:31 +02:00
mlenders
af0731cb13
[projects/sixlowpan/Jamfile]
...
* added default shell commands
2011-07-01 15:28:18 +02:00
mlenders
5c1982d42c
[sys/net/sixlowpan/sixlowpan.h sys/net/sixlowpan/sixlowpan.c]
...
* context lifetime saved as 16 bit integer rather than as timer
* thread counts down lifetime and deletes context when 0
[every commited file]
* made contexts thread save
2011-06-24 01:48:41 +02:00
mlenders
d207d5c72e
[projects/sixlowpan/main.c]
...
* Added features to sixlowpan shell like: choice of node type, choice of radio address, request of IP information, request of context information
2011-06-22 21:19:37 +02:00
Stephan Zeisberg
4da698855f
sixlowpan test project added
2011-05-11 10:30:30 +02:00
Stephan Zeisberg
4bce433513
branch merge
2010-12-13 11:21:22 +01:00
Oliver Hahm
6be1cf2a76
[board/chronos board/msb-430h board/msba2-common drivers/cc110x_ng sys/shell
...
sys/transceiver]
* renamed all occurrences of cc1100 to cc110x as in fact all driver parts should
work for cc1100 and cc110x as well
[driver/cc110x_ng]
* added some documentation
* introduced a new register function to access rxfifo (fixing the of-by-one
problem on chronos platform
2010-12-11 12:09:20 +01:00
Oliver Hahm
ec6a794143
[cc110x_ng]
...
* fuxed transceiver driver for chronos
* some more stuff
2010-12-10 18:00:31 +01:00
Oliver Hahm
830f17246c
[Chronos]
...
* changed display driver interface from uint8_t* to char*
* fixed hardware timer interrupt
* ported cc1100 driver
* added simple test application for radio
[msb430]
* fixex config and flashrom
[cc110x_ng]
* removed dependency from sysconfig
2010-12-09 13:24:24 +01:00
Oliver Hahm
2a1a10bd74
[board/eZ430-Chronos board/msba2 drivers/cc110x_ng]
...
* restructured interface functions for cc1100 access
2010-12-06 12:05:03 +01:00
Oliver Hahm
e1b3dcf40d
[drivers/cc110x_ng]
...
* added register interface (it is now possible to communicate with cc1100 via SPI (e.g. on MSB boards) or directly via registers like on eZ430-Chronos
2010-12-06 11:22:15 +01:00
Oliver Hahm
1eec8e170e
* introduced flashrom driver for msb430
...
* restructured some files concerning flashrom access
* added some ifdefs to shell commands
2010-12-03 22:22:58 +01:00
Oliver Hahm
fb1cb91c75
[board/msp-430-common board/msba2 core/]
...
* introduced dummy function for msp-430 config-save
* moved sysconfig from board to core
[sys/transceiver cpu/]
* moved some buffer size defines to cpu dependent parts
* some cleanups
2010-12-03 18:42:03 +01:00
Oliver Hahm
4a2c58bbba
[drivers/cc110x_ng sys/transceiver]
...
* updated interface to switch transceiver off and back to rx mode
* removed some debugging stuff
2010-12-02 15:38:28 +01:00
Oliver Hahm
69a7fb1d76
* modified cc110x_ng driver to use sysconfig
2010-12-01 17:07:05 +01:00
Stephan Zeisberg
8264cde342
branch merge
2010-11-30 11:04:57 +01:00
Oliver Hahm
b522722ec6
[sys/transceiver projects/test_cc110x_ng]
...
' fixed buffer management
' introduced a message queue
2010-11-27 19:27:05 +01:00
Oliver Hahm
54172b5c86
[sys/shell project/test_cc110x_ng]
...
' moved monitor command from userapp to default shell command set
[sys/transceiver]
' make transceiver_pid "public"
2010-11-27 11:09:42 +01:00
Oliver Hahm
f5ab5c27bb
[drivers/cc1100_ng sys/transceiver]
...
' added a monitor mode
[sys/shell projects/test_cc1100_ng]
' moved shell commands to get/set channel and address and sending a packet from
userapp to default shell command set
2010-11-27 10:50:18 +01:00
Oliver Hahm
e6752c739b
[drivers/cc110x_ng projects/test_cc110x_ng sys/transceiver]
...
* fixed length handling
* more sophisticated sending function in userapp
2010-11-26 17:06:54 +01:00
Oliver Hahm
29cb64a37e
* NOTE: simple packet exchange using cc110x_ng seems to work now
...
* added TX functions to cc110x_ng driver and transceiver module
* split up cc1100_ng functions to more files
* added address asignment and request functions to driver and transceiver module
2010-11-26 10:23:46 +01:00
Oliver Hahm
d378ee1930
* added getter and setter for the channel to transceiver
...
* receiving now seems to work...
2010-11-24 21:45:38 +01:00
96122f81ef
Merge branch 'master' of ssh://ukleos.org/home/git/ukleos
2010-11-24 14:43:12 +01:00
Oliver Hahm
d950fbcf81
* CC1100_NG still not working!
...
* added some debugging stuff
* changed cc1100_ng <-> transceiver msg api
* revised test application
2010-11-24 11:20:27 +01:00
0be1ac472d
Merge branch 'master' of ssh://ukleos.org/home/git/ukleos
2010-11-24 11:13:44 +01:00
d5b65f9866
* changed interval for laser
2010-11-24 11:08:15 +01:00
Oliver Hahm
044616bf19
* some work on rx handling in cc110x_ng
...
* added first version of cc110x_ng test application
* introduced a generic transceiver interface and module
2010-11-19 20:10:09 +01:00
17e41bae13
* added LaSeR project
2010-11-18 16:47:04 +01:00
5df2aa6fb7
* added initial cc1100 shell commands
2010-11-09 17:08:35 +01:00
Oleg
ac6d4788eb
* added ltc4150 shell command
...
* cosmetics in ltc4150 driver
2010-11-05 23:43:14 +01:00
Oliver Hahm
3b218ec24a
* changed API for rtc
...
* added drivers directory to doxygen file
* added missing include to sht11 header
* added rtc and sht11 support to default project
* added rtc to auto_init
* added rtc and sht11 support to shell
2010-11-04 18:16:39 +01:00
eff0b1980f
* API CHANGE! changed thread_create so it allocates tcb on stack, removing first argument
2010-11-04 16:47:24 +01:00
02945e22f7
* fixed for new shell_command_t layout
2010-11-04 16:46:25 +01:00
450b9cc58f
* minor stuff
2010-11-04 16:21:45 +01:00
2e94065cd9
* initial import of default project
2010-11-04 15:05:22 +01:00
5a4524539d
* misc shell improvements
2010-11-02 17:23:10 +01:00
8b91cd790b
* test_suite: added thread_sleep test & expect script'
2010-11-02 13:46:25 +01:00
97e7a80260
* test_suite: add test_thread_sleep 2/2
2010-11-02 11:54:03 +01:00
efeaebd096
* test_suite: added test_thread_sleep
2010-11-02 11:53:20 +01:00
82abee6769
* fix mutex_trylock_fail test
2010-11-02 11:52:39 +01:00
1a6ea56b8b
* added project "test_suite" as container for automatic tests. Added test_mutex_trylock_fail as first example
2010-11-01 17:05:00 +01:00
fa12fbf167
* added mutex trylock regression test
2010-11-01 16:12:22 +01:00
53a86e4d45
* fix skel project test path
2010-11-01 13:28:14 +01:00
1e238e4131
* massive name changes
2010-10-28 11:29:03 +02:00
1206f6fd5e
* massive name changes
2010-10-28 11:22:57 +02:00
6f5b9c599a
...
2010-10-26 17:14:55 +02:00
Stephan Zeisberg
7f252e0f2b
python expect thread test included
2010-10-26 17:12:45 +02:00