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

245 Commits

Author SHA1 Message Date
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
cbc40ce3e2 Merge branch 'master' of ssh://ukleos.org/home/git/ukleos 2011-03-08 10:55:46 +01:00
Stephan Zeisberg
6a96de0d2f changed msg to msg_t 2011-03-08 10:54:40 +01:00
Oliver Hahm
3622d83ea9 [board msba2]
* fixed header guards

[drivers ltc4150]
* added joule conversion
2011-03-04 16:46:20 +01:00
Oliver Hahm
d96783a66e [cpu/arm_common/profiling]
* fixed get_index function
2011-01-31 18:36:06 +01:00
Oliver Hahm
4533726214 * introduced energy profiling (yet in a very early state) 2011-01-31 18:25:20 +01:00
Oliver Hahm
cb1d4dd041 [projects/default]
* added missing transceiver init and start
2011-01-24 15:52:36 +01:00
Oliver Hahm
443a5efbea [board/chronos]
* introduced battery driver
2010-12-17 13:38:03 +01:00
Oliver Hahm
be71c14f04 [cpu/cc430]
* added adc driver for cc430
2010-12-17 13:20:29 +01:00
9e58c8bcb7 *watch: chronos watch application initial checkin 2010-12-16 18:21:24 +01:00
Oliver Hahm
b416fef56b [cpu/cc430]
* fixed debouncing for gpioint
2010-12-16 18:09:40 +01:00
Oliver Hahm
08295b04ca [cpu/cc430]
* fixed some bugs in gpioint
2010-12-16 17:11:23 +01:00
Oliver Hahm
d499b5d2c8 [cpu/cc430/ drivers/gpioint]
* refactored port interrupt handling
2010-12-15 15:48:50 +01:00
Oliver Hahm
79ca45df9c Merge branch 'master' of ssh://ukleos.des-mesh.net/home/git/ukleos
Conflicts:
	board/msb-430-common/Jamfile
2010-12-15 14:59:16 +01:00
3c343560e9 * fix auto init 2010-12-15 12:43:15 +01:00
Oliver Hahm
33b68f3744 * moved flashrom from msp430-common to msb430x16x 2010-12-14 16:44:32 +01:00
3b99c3955e file obsoleted 2010-12-14 16:41:06 +01:00
99b4dd7314 * chronos display putchar included 2010-12-14 16:40:47 +01:00
ed0e2bc2fa * minor file rename 2010-12-14 11:39:52 +01:00
Oliver Hahm
13767043e7 [cpu/cc430/gpioint]
* introduced gpioint to make buttons usable
2010-12-14 00:24:42 +01:00
Oliver Hahm
eb88673aa5 [board/chronos/drivers]
* simple buzzer driver
2010-12-13 21:19:58 +01:00
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