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

42 Commits

Author SHA1 Message Date
b473e44b56 * chronos display putchar included 2010-12-14 16:40:47 +01:00
6ff96f0ab1 * minor file rename 2010-12-14 11:39:52 +01:00
Oliver Hahm
d2e45cdf59 [cpu/cc430/gpioint]
* introduced gpioint to make buttons usable
2010-12-14 00:24:42 +01:00
Oliver Hahm
7b5f3900ad [board/chronos/drivers]
* simple buzzer driver
2010-12-13 21:19:58 +01:00
Oliver Hahm
5185fcf7f0 [board/msb-430h]
* fixed include
2010-12-13 01:30:46 +01:00
Oliver Hahm
8e74db4347 [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
b01b1e8e2f [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
31f6c17606 [cc110x_ng]
* fuxed transceiver driver for chronos
* some more stuff
2010-12-10 18:00:31 +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
a356dc2494 * renamed eZ430-Chronos board to 'chronos' 2010-12-08 12:58:02 +01:00
f65929db66 Merge branch 'master' of ssh://ukleos.org/home/git/ukleos 2010-12-08 12:54:19 +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
a5918f3086 * moved config to sys, split away board specifics 2010-12-06 17:32:27 +01:00
Oliver Hahm
7d7c956c26 [board/msba2-common]
* added string.h include
2010-12-06 17:17:19 +01:00
77146f63b2 * misc merge fixes 2010-12-06 17:15:00 +01:00
684d9af65e * msba2: updated pttu port, refactored common code into msba2-common 2010-12-06 16:06:14 +01:00
Oliver Hahm
23c7710d7e [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
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
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
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
c0047711ce * introduced identifiers (include shell commands to get and set)
* introduced a system wide configuration
2010-12-01 16:26:48 +01:00
77a02220bd * make pseudoterm reset terminal on sigint, make it honour ctrl-c 2010-11-29 16:18:27 +01:00
071aa97254 * removed unnecessary sleep 2010-11-18 16:16:57 +01:00
Oliver Hahm
8a041b8a3c * some cosmetics and lpm flags for UART 2010-11-08 21:39:30 +01:00
5787828f80 * msba2_uart0: disable TX interrupt 2010-11-02 11:39:11 +01:00
a208ef488e * switch to direct serial output (w/o interrupts 2010-11-01 17:31:23 +01:00
oleg
ff2e8c5c11 * removed SHT11 timings from msba2 header 2010-10-29 19:16:02 +02:00
Oliver Hahm
098e0ff8e8 * missing parts of last commit 2010-10-29 17:34:13 +02:00
Oliver Hahm
70cbff9255 * added support for sht11 for msb-430-common
* fixed some jamfile isssues for msb-430
* fixed arch32 detection for scheduler
* changed sht11 driver to be platform independent
2010-10-29 17:32:03 +02:00
97e876c6a7 * msba2_tools: create bin dir if needed 2010-10-28 16:54:49 +02:00
d6245a50ee * massive name changes 2010-10-28 11:29:03 +02:00
acc118337b * fix msba2 flash command to use lpc2k_pgm from path, without flashutil 2010-10-25 15:39:26 +02:00
44393dc3c5 * added msb-430 support, split msb-430 and 430h common stuff out 2010-10-11 17:05:40 +02:00
74014d0408 * build fixes 2010-09-30 16:07:31 +02:00
fa207088b2 * fix module dependency 2010-09-30 15:12:51 +02:00
d3f3962190 * refactored uart / chardev handling 2010-09-30 15:10:39 +02:00
4941f01946 * minor doc change 2010-09-28 17:46:55 +02:00
8fb55fc0f7 * make flasher options optional for msba2 2010-09-28 17:18:57 +02:00
19f5c85eea * initial posix_io support 2010-09-24 16:28:34 +02:00
e9d283d090 * line ending change 2010-09-24 14:42:50 +02:00
7e071464a8 * import from old firekernel repository 2010-09-22 15:10:42 +02:00