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

21 Commits

Author SHA1 Message Date
Oleg Hahm
ec3234a8f7 fixed missing stdint includes for all platforms
* plus some minor include and prototype fixes for wsn430
2013-10-29 10:39:31 +01:00
Christian Mehlis
e2ca03bcdb define radiopacket_length_t in board.h 2013-10-20 17:54:31 +02:00
Oleg Hahm
e1d5c8c8c6 added objcopy flags to makefiles for all platforms 2013-10-18 16:16:26 +02:00
Oleg Hahm
dc0a5bf595 coding convention fixes (mostly due to astyle) 2013-07-29 16:41:43 +02:00
mikoff
212d840a1f modified and cleaned some files to build RIOT for chronos 2013-03-30 21:37:56 +01:00
Oliver Hahm
fa62cfe688 * deleted Jam files 2013-03-13 17:46:48 +01:00
Oliver Hahm
8df4d77996 * renamed makefiles to Makefile
* included a more convenient approach to organize Makefiles
2013-03-10 16:50:50 +01:00
Oleg Hahm
182151f463 * added makefiles for chronos and msba2 2013-02-01 16:55:19 +01:00
Oliver Hahm
2a0a912a61 Merge branch 'master' of ssh://ukleos.des-mesh.net/home/git/ukleos 2011-03-25 11:42:33 +01:00
Oliver Hahm
34ad51eca5 * some changes to chronos (not yet finished) 2011-03-18 15:59:50 +01:00
Stephan Zeisberg
cdab9a9a88 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
Oliver Hahm
27afca63aa [board/chronos]
* introduced battery driver
2010-12-17 13:38:03 +01:00
7d1da05452 file obsoleted 2010-12-14 16:41:06 +01:00
b473e44b56 * chronos display putchar included 2010-12-14 16:40:47 +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
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