benpicco
69515edc47
Merge pull request #905 from benpicco/improve_Makefile.git
...
improve Makefile.git
2014-03-19 16:46:36 +01:00
Oleg Hahm
8c6f9b1e24
Merge pull request #903 from LudwigOrtmann/gitignore-oonf_api
...
pkg/oonf_api: add .gitignore
2014-03-19 16:46:07 +01:00
Ludwig Ortmann
68afd7e3fe
Update PORTING
2014-03-19 16:40:33 +01:00
Oleg Hahm
85bd8cae17
check for existence of active_thread
2014-03-19 16:27:54 +01:00
Oleg Hahm
1c67af2ddd
using DEBUGF where reasonable
2014-03-19 16:27:54 +01:00
Oleg Hahm
20b5230466
additional debug macro
2014-03-19 16:27:49 +01:00
Oleg Hahm
2ef9b78ccf
add stacksize checker for DEBUG macro
2014-03-19 16:26:52 +01:00
Benjamin Valentin
ab4d151a6a
improve Makefile.git
...
Change the example Makefile.git as suggested in #895
abort when a patch fails to apply
fix build with GNU Make 4.0
reset git to the specified version instead of checking out a detached head
2014-03-19 16:19:30 +01:00
Oleg Hahm
6e7e92ee5a
more debug for rpl_udp example
2014-03-19 16:19:08 +01:00
Oleg Hahm
58aa0da315
added missing ENABLE_DEBUG define in mutex.c
2014-03-19 16:19:08 +01:00
Ludwig Ortmann
2df3808969
pkg/oonf_api: add .gitignore
2014-03-19 16:12:50 +01:00
benpicco
872ce5fee3
Merge pull request #895 from benpicco/oonf_fix
...
make: don't ignore failures in for loops, fix build with make 4.0 and minor cleanups
2014-03-19 16:09:41 +01:00
René Kijewski
e6d8c6bb99
Merge pull request #859 from Kijewski/mutex-trylock-error
...
core:mutex: allow idle thread to use mutexes
2014-03-19 15:18:15 +01:00
René Kijewski
c169fac949
Merge pull request #902 from Kijewski/issue-896
...
Fix issue #896
2014-03-19 15:09:25 +01:00
Ludwig Ortmann
f490a7065d
Merge pull request #700 from LudwigOrtmann/sniper_700
...
kernel_init: config_load, native: config_load: set id/address to PID
2014-03-19 15:04:19 +01:00
René Kijewski
d6ad19b410
Fix issue #896
2014-03-19 14:56:35 +01:00
Oleg Hahm
90ccdd34d2
shell: transceiver: added missing return in error case
2014-03-19 10:26:49 +01:00
Oleg Hahm
b23e157b54
Merge pull request #792 from OlegHahm/etx_fixes
...
rpl: moved debugging statements from header to c file
2014-03-19 10:23:09 +01:00
Christian Mehlis
5a44a5bf6d
Merge pull request #817 from kaspar030/tests_msg_sequence
...
tests: add test that shows sequence of received messages
2014-03-19 09:57:32 +01:00
Benjamin Valentin
633f65c062
abort on error when patching oonf_api
2014-03-18 18:53:14 +01:00
Oleg Hahm
1b95d6850d
Merge pull request #882 from rousselk/cc2420_driver_fixes
...
CC2420 radio transceiver's driver fixes
2014-03-18 18:14:33 +01:00
Benjamin Valentin
4dfce522df
fix oonf_api build with GNU Make 4.0
...
fixes #884
2014-03-18 14:50:47 +01:00
Oleg Hahm
5bcbb09b73
net: destiny: fixed typo and further cleanups
2014-03-18 12:03:03 +01:00
René Kijewski
e073d86845
Merge pull request #877 from Kijewski/shell-utf8
...
shell: fix UTF-8 problem
2014-03-18 11:27:28 +01:00
Ludwig Ortmann
619e94167e
tests/test_pnet: use defaulttransceiver
2014-03-18 10:20:36 +01:00
Ludwig Ortmann
044bfb055a
tests/test_net_if: update BLACKLIST/WHITELIST
2014-03-18 10:20:36 +01:00
Ludwig Ortmann
ad0e338511
tests/test_net_if: use defaulttransceiver
2014-03-18 10:20:36 +01:00
Ludwig Ortmann
d58da976c6
make: add Makefile.pseudomodules and use it
...
BASELIBS now defines targets for anything in USEMODULE that is not in PSEUDOMODULES
move defaulttransceiver to Makefile.pseudomodules
2014-03-18 10:19:49 +01:00
Ludwig Ortmann
8ac4f3332d
core cpu: add defaulttransceiver pseudomodule
...
update examples/default
2014-03-18 10:18:15 +01:00
Oleg Hahm
5687553411
cosmetics
2014-03-18 10:08:30 +01:00
Kévin Roussel
0b4a1342c7
Fixed errors in addresses/PAN setting functions
2014-03-18 10:01:17 +01:00
Kévin Roussel
cf5f9e21de
Fixed an error in CC2420 register read function
2014-03-18 10:01:16 +01:00
Ludwig Ortmann
e688efdfcf
core: kernel_init: call config_load in kernel_init
2014-03-18 08:10:33 +01:00
Ludwig Ortmann
0501fe8980
native: config_load: set PID as id, net address
2014-03-18 08:07:30 +01:00
Benjamin Valentin
86244410b5
remove unnecessary comments from Makefile
...
remove leftovers from the example Makefile, they are unnededly printed during the build
2014-03-17 21:23:46 +01:00
Benjamin Valentin
068b4746b0
silence git warning about detached head
...
use reset --hard to check out the desired revision
2014-03-17 21:23:46 +01:00
Oleg Hahm
5e4a9c0e94
net: destiny: renamed internal TCP enums
...
Rationale: LISTEN was used in MSP430-Lib for the USART.
2014-03-17 19:38:10 +01:00
Ludwig Ortmann
f1dafdb062
include warnings
...
addresses https://github.com/RIOT-OS/RIOT/pull/883#issuecomment-37833467
2014-03-17 17:39:30 +01:00
Oleg Hahm
a427cce09b
Merge pull request #881 from rousselk/msp430-stackptr-align
...
Ensure that stack pointer is correctly aligned during thread creation on MSP430
2014-03-17 17:37:49 +01:00
Benjamin Valentin
740f43cb99
remove trailing whitespaces
2014-03-17 16:14:11 +01:00
Benjamin Valentin
8856cfddb9
make: don't ignore failures in for loops
...
apply 9b61d95545
to oonf_api
2014-03-17 16:06:46 +01:00
Ludwig Ortmann
804ba3c7d7
Merge pull request #815 from LudwigOrtmann/issue_791
...
test_hwtimer: print out message explaining test
2014-03-17 10:58:06 +01:00
Ludwig Ortmann
5a8d32fa6a
test_hwtimer: print out message explaining test
...
fixes : #791
2014-03-17 10:48:46 +01:00
Oleg Hahm
42e3a3a97f
Merge pull request #845 from mehlis/sem-to-posix
...
posix: move posix semaphore in posix module
2014-03-16 23:39:12 +01:00
Christian Mehlis
5103b661bc
Merge pull request #866 from Kijewski/add-test-queue-fairness
...
Add test if the message queue is fair
2014-03-16 20:06:05 +01:00
Christian Mehlis
5733015c27
correct copyright and doxygen
2014-03-16 20:00:47 +01:00
Christian Mehlis
374a5376a8
rename test for posix semaphore
2014-03-16 20:00:47 +01:00
Christian Mehlis
60feb7ea37
posix: move posix semaphore in posix module
2014-03-16 19:48:25 +01:00
Oleg Hahm
e6241b13de
ipc_pingpong: start receiving thread immediately
...
Rationale: When using `msg_send_receive()` the receiving thread needs to
be already in receiving mode.
2014-03-16 19:19:58 +01:00
Oleg Hahm
3c54edf4d6
Merge pull request #822 from LudwigOrtmann/reboot_signature
...
core: change reboot signature.
2014-03-16 18:42:23 +01:00