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

79 Commits

Author SHA1 Message Date
Oliver Hahm
d46f042530 * removed missing header from msb-430-common board_init
* fixed msba2 related makefiles
2013-02-21 17:23:55 +01:00
Oliver Hahm
ba83712611 * fixed makefiles for msb-430h 2013-02-21 17:10:36 +01:00
Oleg Hahm
49871ac41b * added makefiles for msb-430h (NOT YET WORKING!) 2013-02-20 17:28:59 +01:00
Oleg
d3b68f6bc6 Create README.md 2013-02-08 08:45:26 -08:00
Oleg Hahm
402bc0e1b9 * check for existence of BINDIR when cleaning 2013-02-08 17:31:33 +01:00
Oleg Hahm
cc76582c74 * created (and remove) bin-directory in makefile 2013-02-06 13:56:06 +01:00
Oleg Hahm
fe86cbff55 [msba2]
* removed accidentally committed object file
2013-02-06 12:20:34 +01:00
Oleg Hahm
39e96d4690 [msba2]
* updated makefiles
2013-02-06 12:19:39 +01:00
Oleg Hahm
182151f463 * added makefiles for chronos and msba2 2013-02-01 16:55:19 +01:00
Oliver Hahm
d901708543 [board msba2-common tools]
* fixed lpc2k_pgm
2012-11-20 21:30:03 +01:00
Oliver Hahm
7ba426082a Merge branch 'stable'
Conflicts:
	core/sched.c
	sys/auto_init.c
2012-11-05 19:15:57 -05:00
Oliver Hahm
19ff8ad137 * cosmetics 2012-11-05 18:55:05 -05:00
Oliver Hahm
9c59acd96c Merge branch 'mac' 2012-11-05 14:25:52 -05:00
Oliver Hahm
693afbbdd0 [core thread]
* added thread_getlastpid
2012-10-18 18:08:40 +02:00
Oliver Hahm
22c5bd3215 [board msba2-common tools pseudoterm]
* comments for preparing pseudoterm to use with node without DTR line

[drivers cc110x]

* changed default behavior to WOR mode
* fixed a bug that let CC1100 never return to WOR mode, when receiving a
  packet during sending
2012-08-01 17:00:48 +02:00
julsch
c0aae0af59 + jam tutorial \n 2012-06-20 17:17:24 +02:00
Stephan Arndt
66cabcf625 Changed makefiles board/msba2-common/tools/Makefile and tools/toolchains/build_gnuarm.sh to be compatible with gcc version 4.6.1 2012-05-12 15:50:52 +02:00
Oliver Hahm
b2e1098aad [board msba2-common] [sys chardev_thread] [sys shell] [driver cc110x_ng] [core msg]
* some cosmetics and cleanups
2012-02-16 21:33:41 +01:00
Oliver Hahm
b5cb5d2dcd Merge branch 'sixlowpan'
Conflicts:
	cpu/arm_common/hwtimer_cpu.c
	sys/include/vtimer.h
	sys/vtimer.c
2012-01-11 17:02:43 +01:00
Oliver Hahm
531601e7bc [board msba2-common board-config]
* fixed casting to satisfy strict-aliasing rules
2012-01-05 17:42:44 +01:00
Oliver Hahm
fbfa8d3c79 core/ 2011-12-28 11:37:05 +01:00
mlenders
8b968c39d5 merged master into branch 2011-07-23 22:26:24 +02:00
mlenders
04bcd7718a merged 2011-07-10 22:49:41 +02: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
0a05f0901e [board msba2]
* fixed header guards

[drivers ltc4150]
* added joule conversion
2011-03-04 16:46:20 +01:00
Oliver Hahm
1933006138 * introduced energy profiling (yet in a very early state) 2011-01-31 18:25:20 +01:00
Oliver Hahm
27afca63aa [board/chronos]
* introduced battery driver
2010-12-17 13:38:03 +01:00
Oliver Hahm
c608fe42e2 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
Oliver Hahm
fd82243037 * moved flashrom from msp430-common to msb430x16x 2010-12-14 16:44:32 +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
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
Stephan Zeisberg
fdc7b764a3 branch merge 2010-12-13 11:21:22 +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