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

46794 Commits

Author SHA1 Message Date
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
cf3b704bc5 [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
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
a356dc2494 * 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
f65929db66 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
Oliver Hahm
04f2003a51 [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
a5918f3086 * 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
Oliver Hahm
7d7c956c26 [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
77146f63b2 * 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
684d9af65e * msba2: updated pttu port, refactored common code into msba2-common 2010-12-06 16:06:14 +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
23c7710d7e [board config]
* made config optional
2010-12-06 13:19:31 +01:00
Oliver Hahm
e7372b21a9 [board config]
* made config optional
2010-12-06 13:19:31 +01:00
Oliver Hahm
ee0e37f8ea [board/eZ430-Chronos board/msba2 drivers/cc110x_ng]
* restructured interface functions for cc1100 access
2010-12-06 12:05:03 +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
d00b12ef75 * 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
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
5f84689c0b [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
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
f62fa6611b [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
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
c0047711ce * introduced identifiers (include shell commands to get and set)
* introduced a system wide configuration
2010-12-01 16:26:48 +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
Stephan Zeisberg
4f638e0ff0 deleted a structure 2010-11-30 11:38:48 +01:00
Stephan Zeisberg
9efaa3bbb6 branch merge fixes 2010-11-30 11:37:44 +01:00
Stephan Zeisberg
7e724d724f branch merge 2010-11-30 11:04:57 +01:00