1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

4248 Commits

Author SHA1 Message Date
Oliver Hahm
461fac8698 [cc110x_ng transceiver]
* added a ignore function for debugging purposes
2012-02-08 17:14:50 +01:00
Oliver Hahm
59a46e0e88 Merge branch 'sixlowpan'
Conflicts:
	cpu/arm_common/hwtimer_cpu.c
	sys/include/vtimer.h
	sys/vtimer.c
2012-01-11 17:02:43 +01:00
Oliver Hahm
7b1b145b4f [cpu lpc2387]
* added mci driver

[sys shell]

* added commands for memory card access
2011-12-12 17:50:22 +01:00
Oliver Hahm
d423176587 [sys vtimer]
* removed vtimer_set_cb
2011-12-01 13:28:20 +01:00
Oliver Hahm
e00e4160d7 [sys timex/vtimer]
* fixed #17
2011-12-01 13:01:36 +01:00
Oliver Hahm
04936c6c0f [sys vtimer]
* set timer->pid to 0 for set_cb and set_wakeup
2011-11-30 15:50:36 +01:00
mlenders
9521142842 merged 2011-07-10 22:49:41 +02:00
Oliver Hahm
15d27d8244 * Wiselib update for the linekrscript
* some minor changes in vtimer
2011-06-24 18:54:20 +02:00
Stephan Zeisberg
ddec7bad36 vtimer sixlowpan functions 2011-04-15 16:43:43 +02:00
Stephan Zeisberg
5abef6daf2 changed types irq_callback, hashtable, posix_io, s_display_flags, seq_buffer_entry, tcb, toprint to type_t" 2011-03-08 11:43:21 +01:00
Stephan Zeisberg
e9d351da8d changed ringbuffer to ringbuffer_t 2011-03-08 11:17:57 +01:00
Stephan Zeisberg
66b668d6e1 implemented ieee 802.15.4 data transmission 2011-01-04 10:25:16 +01:00
Oliver Hahm
da7077b467 Merge branch 'master' of ssh://ukleos.des-mesh.net/home/git/ukleos 2010-12-10 18:02:31 +01:00
Oliver Hahm
ec6a794143 [cc110x_ng]
* fuxed transceiver driver for chronos
* some more stuff
2010-12-10 18:00:31 +01:00
54b8f9b48a * vtimer: api doc updates 2010-12-10 17:31:26 +01:00
0ac2965b43 *swtimers: marked deprecated 2010-12-10 17:30:21 +01:00
1ee8fb13dd * vtimer: api compatible to swtimer. 2010-12-10 17:16:18 +01:00
6a950320ae * vtimer: new virtual timer implementation 2010-12-06 16:02:40 +01:00
9714c1e779 Merge branch 'master' of ssh://ukleos.org/home/git/ukleos 2010-12-06 15:50: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
0de6300af0 * added some time functions 2010-12-01 17:23:28 +01:00
2cc6d44e52 * initial checkin of timex lib 2010-12-01 17:13:37 +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
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
Oliver Hahm
8d5a4890e4 * revised buffer and messaging management of transceiver
* renamed cc1100_ng header
2010-11-23 11:37:13 +01:00
Oliver Hahm
d98545f378 * changed buffer format for cc110x_ng and transceiver
* added some documentation
* added support for more than one transceiver
2010-11-21 14:00:24 +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
Oliver Hahm
ee4b68371c * added readc and putc to uart0 library
* allow overwrote of port by argument for pyterm
2010-11-18 17:33:25 +01:00
Oliver Hahm
cfad56430d * changed swtime from 64 to 32 bit 2010-11-08 18:21:02 +01:00
f860abc408 * checkin of missing header file 2010-11-04 16:47:13 +01:00
07681a1914 * shell: added help,
* shell: fixed default shell commands
2010-11-04 15:05:51 +01:00
5a4524539d * misc shell improvements 2010-11-02 17:23:10 +01:00
Oliver Hahm
88d3421ee7 * missing part of last commit 2010-11-01 17:38:23 +01:00
59d72c7d6a * shell: removed hashmap dependency. shell is now O(n) 2010-10-01 15:24:43 +02:00
a5bfdd957b * build fixes 2010-09-30 16:07:31 +02:00
b8ca7edac8 * refactored uart / chardev handling 2010-09-30 15:10:39 +02:00
315f99af16 * shell fixes, refactoring 2010-09-28 13:39:59 +02:00
7108f791fa * added thread stat printing function (ps) 2010-09-24 16:50:14 +02:00
948e430148 * initial posix_io support 2010-09-24 16:28:34 +02:00
e3aa78e5bf * file mode fix 2010-09-23 11:18:06 +02:00
4c3e26d7d7 * added shell 2010-09-22 17:25:19 +02:00
91ae1eb6fd * import from old firekernel repository 2010-09-22 15:10:42 +02:00