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

223 Commits

Author SHA1 Message Date
Oliver Hahm
33512d9fbc [board/msb-430h]
* fixed include
2010-12-13 01:30:46 +01:00
Oliver Hahm
ddcbd10a03 [RTC]
* added a general RTC header
* added RTC support to chronos
2010-12-13 01:29:46 +01:00
Oliver Hahm
c083928983 [board/chronos/drivers/display]
* cleaned up code and documentation

[drivers/cc110x_ng]
* fixed include pathes
2010-12-11 13:38:04 +01:00
Oliver Hahm
8f63b18b9f [drivers/cc110x_ng]
* moved all headers to include subfolder
2010-12-11 12:24:06 +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
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
9757bb7dda * many fixes. vtimer_hammer OK now. 2010-12-10 16:52:06 +01:00
5838ce604b * hwtimer: switched to lifo 2010-12-10 16:50:16 +01:00
1bdfeaefda Merge branch 'master' of ssh://ukleos.org/home/git/ukleos 2010-12-10 16:49:33 +01:00
d5ff633d07 * initial checkin of last in first out array queue (lifo) 2010-12-10 16:49:29 +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
c750108ca5 [cpu/cc430 cpu/msp430-common]
* fixed timera1 irq
2010-12-08 18:18:06 +01:00
8de4898694 * renamed eZ430-Chronos board to 'chronos' 2010-12-08 12:58:02 +01:00
27a0bef41e Merge branch 'master' of ssh://ukleos.org/home/git/ukleos 2010-12-08 12:54:19 +01:00
Oliver Hahm
8304a8ae7b [board/msb-430-common board/eZ430-Chronos cpu/msp430*]
* reorganized msp430 based cpu folders
2010-12-08 12:16:49 +01:00
88ccc555dc * moved config to sys, split away board specifics 2010-12-06 17:32:27 +01:00
Oliver Hahm
57eb9ba8d2 [board/msba2-common]
* added string.h include
2010-12-06 17:17:19 +01:00
86a70393b4 * misc merge fixes 2010-12-06 17:15:00 +01:00
5ce95c155b * build_gnuarm_naked.sh: builds arm toolchain without newlib 2010-12-06 16:13:55 +01:00
b9a52bd231 * msba2 bootloader code fix 2010-12-06 16:12:58 +01:00
5a5d083e50 * msba2: updated pttu port, refactored common code into msba2-common 2010-12-06 16:06:14 +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
80f63acec0 * Jamrules.common: cleanall: temporarily disable doc cleaning 2010-12-06 15:34:22 +01:00
Oliver Hahm
e7372b21a9 [board config]
* made config optional
2010-12-06 13:19:31 +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
0de6300af0 * added some time functions 2010-12-01 17:23:28 +01:00
0b515b4063 * added timex to Jamfile 2010-12-01 17:15:58 +01:00
b93e3e8e69 Merge branch 'master' of ssh://ukleos.org/home/git/ukleos 2010-12-01 17:13:40 +01:00
2cc6d44e52 * initial checkin of timex lib 2010-12-01 17:13:37 +01:00
Oliver Hahm
69a7fb1d76 * modified cc110x_ng driver to use sysconfig 2010-12-01 17:07:05 +01:00
Oliver Hahm
a46cdf189a * introduced identifiers (include shell commands to get and set)
* introduced a system wide configuration
2010-12-01 16:26:48 +01:00
Oliver Hahm
5ebbd2c92e [cpu/arm_common cpu/lpc2387]
* added a iap driver
2010-11-29 19:19:59 +01:00
83131f6bd9 Merge branch 'master' of ssh://ukleos.org/home/git/ukleos 2010-11-29 16:18:39 +01:00
c6de4d2627 * make pseudoterm reset terminal on sigint, make it honour ctrl-c 2010-11-29 16:18:27 +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
413b2898ec * missing file from last commit 2010-11-27 10:52:17 +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
0a8448b6a1 Merge branch 'master' of ssh://ukleos.des-mesh.net/home/git/ukleos 2010-11-26 17:13:21 +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
44f5c27a03 * make Test rule set PORT of mcu 2010-11-26 15:21:00 +01:00