Commit Graph

8303 Commits (0438fe91466ebf24fbc52a0413751797be839e8c)
 

Author SHA1 Message Date
Oliver Hahm ddcbd10a03 [RTC]
* added a general RTC header
* added RTC support to chronos
13 years ago
Oliver Hahm 8e74db4347 [board/chronos/drivers/display]
* cleaned up code and documentation

[drivers/cc110x_ng]
* fixed include pathes
13 years ago
Oliver Hahm c083928983 [board/chronos/drivers/display]
* cleaned up code and documentation

[drivers/cc110x_ng]
* fixed include pathes
13 years ago
Oliver Hahm 8f63b18b9f [drivers/cc110x_ng]
* moved all headers to include subfolder
13 years ago
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
13 years ago
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
13 years ago
Oliver Hahm da7077b467 Merge branch 'master' of ssh://ukleos.des-mesh.net/home/git/ukleos 13 years ago
Oliver Hahm 31f6c17606 [cc110x_ng]
* fuxed transceiver driver for chronos
* some more stuff
13 years ago
Oliver Hahm ec6a794143 [cc110x_ng]
* fuxed transceiver driver for chronos
* some more stuff
13 years ago
Kaspar Schleiser 54b8f9b48a * vtimer: api doc updates 13 years ago
Kaspar Schleiser 0ac2965b43 *swtimers: marked deprecated 13 years ago
Kaspar Schleiser 1ee8fb13dd * vtimer: api compatible to swtimer. 13 years ago
Kaspar Schleiser 9757bb7dda * many fixes. vtimer_hammer OK now. 13 years ago
Kaspar Schleiser 5838ce604b * hwtimer: switched to lifo 13 years ago
Kaspar Schleiser 1bdfeaefda Merge branch 'master' of ssh://ukleos.org/home/git/ukleos 13 years ago
Kaspar Schleiser d5ff633d07 * initial checkin of last in first out array queue (lifo) 13 years ago
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
13 years ago
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
13 years ago
Oliver Hahm c750108ca5 [cpu/cc430 cpu/msp430-common]
* fixed timera1 irq
13 years ago
Kaspar Schleiser 8de4898694 * renamed eZ430-Chronos board to 'chronos' 13 years ago
Kaspar Schleiser a356dc2494 * renamed eZ430-Chronos board to 'chronos' 13 years ago
Kaspar Schleiser 27a0bef41e Merge branch 'master' of ssh://ukleos.org/home/git/ukleos 13 years ago
Kaspar Schleiser f65929db66 Merge branch 'master' of ssh://ukleos.org/home/git/ukleos 13 years ago
Oliver Hahm 8304a8ae7b [board/msb-430-common board/eZ430-Chronos cpu/msp430*]
* reorganized msp430 based cpu folders
13 years ago
Oliver Hahm 04f2003a51 [board/msb-430-common board/eZ430-Chronos cpu/msp430*]
* reorganized msp430 based cpu folders
13 years ago
Kaspar Schleiser 88ccc555dc * moved config to sys, split away board specifics 13 years ago
Kaspar Schleiser a5918f3086 * moved config to sys, split away board specifics 13 years ago
Oliver Hahm 57eb9ba8d2 [board/msba2-common]
* added string.h include
13 years ago
Oliver Hahm 7d7c956c26 [board/msba2-common]
* added string.h include
13 years ago
Kaspar Schleiser 86a70393b4 * misc merge fixes 13 years ago
Kaspar Schleiser 77146f63b2 * misc merge fixes 13 years ago
Kaspar Schleiser 5ce95c155b * build_gnuarm_naked.sh: builds arm toolchain without newlib 13 years ago
Kaspar Schleiser b9a52bd231 * msba2 bootloader code fix 13 years ago
Kaspar Schleiser 684d9af65e * msba2: updated pttu port, refactored common code into msba2-common 13 years ago
Kaspar Schleiser 5a5d083e50 * msba2: updated pttu port, refactored common code into msba2-common 13 years ago
Kaspar Schleiser 6a950320ae * vtimer: new virtual timer implementation 13 years ago
Kaspar Schleiser 9714c1e779 Merge branch 'master' of ssh://ukleos.org/home/git/ukleos 13 years ago
Kaspar Schleiser 80f63acec0 * Jamrules.common: cleanall: temporarily disable doc cleaning 13 years ago
Oliver Hahm 23c7710d7e [board config]
* made config optional
13 years ago
Oliver Hahm e7372b21a9 [board config]
* made config optional
13 years ago
Oliver Hahm ee0e37f8ea [board/eZ430-Chronos board/msba2 drivers/cc110x_ng]
* restructured interface functions for cc1100 access
13 years ago
Oliver Hahm 2a1a10bd74 [board/eZ430-Chronos board/msba2 drivers/cc110x_ng]
* restructured interface functions for cc1100 access
13 years ago
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
13 years ago
Oliver Hahm d00b12ef75 * introduced flashrom driver for msb430
* restructured some files concerning flashrom access
* added some ifdefs to shell commands
13 years ago
Oliver Hahm 1eec8e170e * introduced flashrom driver for msb430
* restructured some files concerning flashrom access
* added some ifdefs to shell commands
13 years ago
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
13 years ago
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
13 years ago
Oliver Hahm f62fa6611b [drivers/cc110x_ng sys/transceiver]
* updated interface to switch transceiver off and back to rx mode
* removed some debugging stuff
13 years ago
Oliver Hahm 4a2c58bbba [drivers/cc110x_ng sys/transceiver]
* updated interface to switch transceiver off and back to rx mode
* removed some debugging stuff
13 years ago
Kaspar Schleiser 0de6300af0 * added some time functions 13 years ago