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

1616 Commits

Author SHA1 Message Date
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
011154df6e clean up of ifdefs in transceiver module 2013-08-13 10:48:57 +02:00
Oleg Hahm
8552c04c06 corrected and translated comments 2013-08-13 10:41:50 +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
b3e77ec39b Merge pull request #20 from mehlis/gitignore
add .gitignore
2013-08-12 11:35:42 -07: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
Christian Mehlis
4eb96382be add .gitignore 2013-08-12 17:59:46 +02:00
Alaeddine WESLATI
ab26352ee8 bugfixes : #endif was missing, and TRANSCEIVER_AT86RF231 was colliding with another transceiver. 2013-08-12 16:48:16 +02:00
Alaeddine WESLATI
3338a12d4e added AT86RF231 payload size 2013-08-12 15:17:22 +02:00
Alaeddine WESLATI
c8d5685b02 bugfixes related to size and buffers 2013-08-12 15:17:22 +02:00
Alaeddine WESLATI
11bb09b7f8 started adding at86rf231 driver
at86rf231 TX and RX

driver is using vtimer instead of hwtimer_ functions, TO CHECK

vtimer debug function prototype fix
2013-08-12 15:17:22 +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
Oleg Hahm
7a2cc4ae09 minor changes:
* renamed terminal program variable
* added terminal program for MSB-430 platforms
* changed default JTAG for MSB-430 platforms from uif to olimex
2013-08-09 15:48:53 +02:00
Oleg Hahm
d89940624d added interrupt handler for UART1 (->uart0 & stdin) to MSB-430(h) 2013-08-09 15:46:41 +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