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

63 Commits

Author SHA1 Message Date
Oliver Hahm
5b47352bcf Merge branch 'stable' of ssh://ukleos.des-mesh.net/home/git/ukleos into stable 2010-11-03 12:22:42 +01:00
Oliver Hahm
e75cd639a8 * added uart0 driver for auto init 2010-11-03 12:22:20 +01:00
9f4c3db1be * disable irq-based uart output 2010-11-03 12:03:37 +01:00
d48c1e6e16 * fix msg_reply_int 2010-11-03 11:37:20 +01:00
Oliver Hahm
fb4069078b * removed old reference to clock module from rtc
* added documentation for sht11 and swtimer
2010-10-28 15:28:34 +02:00
Oliver Hahm
a5fcb3cda9 Merge branch 'stable' of ssh://ukleos.des-mesh.net/home/git/ukleos into stable 2010-10-28 15:09:29 +02:00
273f281a2f * msg: fix msg_reply 2010-10-28 10:20:06 +02:00
Oliver Hahm
a47e895d48 * repaired stylesheet 2010-10-26 18:19:55 +02:00
639514e870 * swtimer: using 32bit time variables. Workaround for Bug #3 2010-10-26 10:57:51 +02:00
820cdad59b * removed incomplete sixlowpan from master branch 2010-10-11 13:26:24 +02:00
Stephan Zeisberg
42871faffc added set_ipv6_method fuction(not implemented yes) 2010-10-06 17:55:31 +02:00
Stephan Zeisberg
bba315e93f implemented 48bit mac to eui64 conversion 2010-10-06 17:15:05 +02:00
Stephan
668eb658d0 added packet-fragmentation defines 2010-10-05 22:39:14 +02:00
Stephan
6c275bea71 added some more todos 2010-10-05 22:13:04 +02:00
Stephan
673282fce9 created 6lowpan c-header-file 2010-10-05 21:54:57 +02:00
Stephan
175bc28538 created 6lowpan c-file with todo for output function 2010-10-05 21:53:00 +02:00
ea9f44b707 * another jamfile fix 2010-10-04 16:21:57 +02:00
Oliver Hahm
f9770a72a6 * reverted accidentally commited changes 2010-10-04 16:05:45 +02:00
Oliver Hahm
c8315c4270 Merge branch 'master' of ssh://ukleos.des-mesh.net/home/git/ukleos
Conflicts:
	sys/Jamfile
2010-10-04 15:57:40 +02:00
Oliver Hahm
10a9de4b09 * some fixes to jamfiles 2010-10-04 15:37:39 +02:00
355988f8cf * test fix 2010-10-01 16:15:27 +02:00
59d72c7d6a * shell: removed hashmap dependency. shell is now O(n) 2010-10-01 15:24:43 +02:00
a5bfdd957b * build fixes 2010-09-30 16:07:31 +02:00
a076a765b3 * oneway_malloc: added realloc 2010-09-30 16:07:00 +02:00
d952b64305 * fix module dependency 2010-09-30 15:12:51 +02:00
b8ca7edac8 * refactored uart / chardev handling 2010-09-30 15:10:39 +02:00
867fd7f293 * pull in VERY useful defines in thread.h 2010-09-30 15:08:50 +02:00
2f89b014f1 * test fixes 2010-09-28 18:13:44 +02:00
af65891019 * checking commit hook 2010-09-28 18:11:44 +02:00
b85d2a0a8c * checking commit hook 2010-09-28 18:11:26 +02:00
f2f743b78b * checking commit hook 2010-09-28 18:11:21 +02:00
52665a5d7b * checking commit hook 2010-09-28 17:58:00 +02:00
26d7256537 * checking commit hook 2010-09-28 17:56:08 +02:00
af8e2aafd0 * checking commit hook 2010-09-28 17:53:24 +02:00
e083491b96 * checking commit hook 2010-09-28 17:52:20 +02:00
b783552854 * minor doc change 2010-09-28 17:46:55 +02:00
79682d4b12 * fix pseudoterm path 2010-09-28 17:39:28 +02:00
afeaaed0f2 * fix shell unknown command test 2010-09-28 17:36:28 +02:00
dd523fccd0 * fix python test example 2010-09-28 17:24:53 +02:00
0bae701f65 * add jam test target 2010-09-28 17:22:13 +02:00
483996d902 * make flasher options optional for msba2 2010-09-28 17:18:57 +02:00
94ffbb12eb * added "jam term" target, launches a terminal 2010-09-28 15:37:46 +02:00
315f99af16 * shell fixes, refactoring 2010-09-28 13:39:59 +02:00
c707f4aa25 * fix typo in sys Jamfile 2010-09-28 11:28:46 +02:00
7108f791fa * added thread stat printing function (ps) 2010-09-24 16:50:14 +02:00
948e430148 * initial posix_io support 2010-09-24 16:28:34 +02:00
02e26536f0 * restored hello-world project 2010-09-24 16:28:12 +02:00
9e930037f8 * export hwtimer function to set counter register value 2010-09-24 16:27:10 +02:00
52bca573f4 * make msg_send use IRQ api
* msg_send_int now sets sender_pid to receiver_pid
2010-09-24 16:24:13 +02:00
72785295a3 * cosmetic 2010-09-24 16:23:54 +02:00