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

924 Commits

Author SHA1 Message Date
authmillenon
9117bb2b76 Implement simple echo request/reply 2013-08-14 00:33:11 +02:00
Oleg Hahm
366d25ae38 Merge pull request #112 from OlegHahm/msb430_uart0
Changes according to the pull requests from dc5e7d7e1f introducnig uart for MSB430 and changing the name of the terminal variable.
2013-08-13 08:57:59 -07:00
668bb8a879 fix minor typo in status output 2013-08-13 17:38:23 +02:00
Oleg Hahm
c4a5390408 Merge pull request #126 from OlegHahm/scheduler_fix
fix priority comparison in sched_switch
2013-08-13 08:35:35 -07:00
Christian Mehlis
fa9ae64644 Merge pull request #128 from mehlis/master
change python shebang to python2 -> python is mostly python3
2013-08-13 06:46:13 -07:00
Christian Mehlis
f29e610460 change python shebang to python2 -> python is mostly python3 2013-08-13 11:42:59 +02:00
Oleg Hahm
88b8ccf3e8 Merge pull request #108 from OlegHahm/unmaintained_libs
removed unmaintained code
2013-08-13 00:44:25 -07:00
Christian Mehlis
c6be56ad22 Merge pull request #124 from mehlis/sha256
add the default wrapper for sha256
2013-08-13 00:15:10 -07:00
Oleg Hahm
d7a297957f removed unmaintained micro mesh routing code 2013-08-12 22:38:18 +02:00
Oleg Hahm
540515bd98 removed unmaintained tracelog library 2013-08-12 22:38:18 +02:00
Oleg Hahm
5bf958ce20 removed unmaintained syslog library 2013-08-12 22:38:18 +02:00
Oleg Hahm
d9189f1756 removed unmaintained logd library 2013-08-12 22:38:13 +02:00
Oleg Hahm
31646237b1 removed unmaintained code for LPC214x MCU 2013-08-12 22:37:59 +02:00
Oleg Hahm
2d8bb530f9 Merge pull request #106 from OlegHahm/802154_debugging
added missing include to transceiver
2013-08-12 11:32:30 -07:00
Oleg Hahm
8f16f3520a minor error in sed expression 2013-08-12 20:26:48 +02:00
Christian Mehlis
618cb30e30 add the default wrapper for sha256 2013-08-12 19:39:54 +02:00
Oleg Hahm
b6fe284331 fix priority comparison in sched_switch 2013-08-12 19:27:04 +02:00
Oleg Hahm
a02e00b68b Merge pull request #122 from mehlis/hwtimer-fixes
Hwtimer fixes
2013-08-12 02:40:45 -07:00
Christian Mehlis
735c41786d remove unused static function 2013-08-12 11:25:07 +02:00
Christian Mehlis
6428bd5546 use std include style 2013-08-12 11:24:57 +02:00
Christian Mehlis
00d618634c add missing include for mutex 2013-08-12 11:24:48 +02:00
Christian Mehlis
9b71ac0059 Merge pull request #96 from mehlis/sha256
add sha256 implementation
2013-08-12 01:58:42 -07:00
Christian Mehlis
6b22f479b1 add a barrier for msba2 due to wrong results 2013-08-12 10:01:48 +02:00
Christian Mehlis
870480049f added doxygen doc to sha256 2013-08-12 10:01:48 +02:00
René Kijewski
eda3be3316 Fix byteorder problems 2013-08-12 10:01:48 +02:00
René Kijewski
dc669fbbb3 Eliminate multiline macros, embrace C99 2013-08-12 10:01:48 +02:00
Christian Mehlis
7d84936fd7 add sha256 implementation 2013-08-12 10:01:48 +02:00
Christian Mehlis
a1ce242ffe Merge pull request #113 from mehlis/oneway-calloc
add oneway calloc
2013-08-12 00:55:53 -07:00
Martin Lenders
78db093d09 Merge pull request #105 from OlegHahm/hwtimer_wait
fix for #25 by using mutexes for hwtimer_wait
2013-08-11 11:55:08 -07:00
Oleg Hahm
ec10699651 Merge pull request #114 from mehlis/bloom-filter
initial bloom filter import
2013-08-11 06:28:53 -07:00
Christian Mehlis
0fb5e89c89 moved doc to header and converted it to doxygen 2013-08-10 12:13:31 +02:00
Christian Mehlis
764e0027f1 add oneway calloc 2013-08-10 11:21:25 +02:00
Christian Mehlis
5a45d15894 initial bloom filter import 2013-08-09 22:37:03 +02:00
Christian Mehlis
93e470eb80 Merge pull request #110 from mehlis/master
fix changed prototype parameter 1 of thread_stack_init from void* to void(*)(void)
2013-08-09 12:41:36 -07:00
Oleg Hahm
6239ea2a0b minor changes according to 7a2cc4ae09 2013-08-09 15:57:34 +02:00
Martin
63146190b3 fix changed prototype parameter 1 of thread_stack_init from void* to void(*)(void) 2013-08-09 12:19:03 +02:00
Oleg Hahm
6d95d8a4ba Merge pull request #109 from mehlis/removed-semicolons
remove superfluous semicolons
2013-08-09 02:01:12 -07:00
Christian Mehlis
1f8a80b686 remove superfluous semicolons 2013-08-09 10:26:00 +02:00
Oleg Hahm
6a91dcd3d6 Merge pull request #107 from authmillenon/master
Tell Doxygen to ignore __attribute__
2013-08-08 16:02:44 -07:00
authmillenon
590b05fc1b Tell Doxygen to ignore __attribute__
Doxygen can't handle it properly (see
http://doxygen.10944.n7.nabble.com/struct-attribute-packed-not-working-td2666.html)
2013-08-08 23:49:33 +02:00
Oleg Hahm
0815de942a fixed debugging in transceiver (stack size was too small) 2013-08-08 23:43:15 +02:00
Oleg Hahm
fe3e06bfce added missing include to transceiver 2013-08-08 22:56:49 +02:00
Oleg Hahm
e580122912 added mailing lists and getting started information, fixed some links 2013-08-08 20:36:59 +02:00
Oleg Hahm
8fa97cad9c Added development procedures and corrected License 2013-08-08 20:20:20 +02:00
Oleg Hahm
3f95d72828 fix for #25 by using mutexes for hwtimer_wait 2013-08-08 20:11:57 +02:00
Christian Mehlis
7cf53e1398 Merge pull request #104 from OlegHahm/unused_variables
fix warnings from #62
2013-08-08 09:57:10 -07:00
Oleg Hahm
88d2357295 fix warnings from #62 2013-08-08 18:34:51 +02:00
Christian Mehlis
da7e098847 Merge pull request #102 from authmillenon/master
Define phony make targets
2013-08-08 07:46:51 -07:00
LudwigOrtmann
9b68030b8f Merge pull request #98 from OlegHahm/802154_debugging
added debug output for sending IEEE802.15.4 frames
2013-08-08 07:44:51 -07:00
authmillenon
4f363ce0fe Define phony make targets 2013-08-08 15:44:44 +02:00