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

12280 Commits

Author SHA1 Message Date
Martine Lenders
815426b0a1 Merge pull request #6051 from OlegHahm/fix_test_mutex_order_readme
tests: mutex_order: updated test and fixed README
2016-11-04 01:11:33 +01:00
Oleg Hahm
9c2338ea7d tests: mutex_order: added pexpect script 2016-11-03 16:37:54 +01:00
Oleg Hahm
a5245769d3 tests: mutex_order: fixed and updated README 2016-11-03 16:37:39 +01:00
Oleg Hahm
e0ede745a6 tests: mutex_order: remove xtimer dependency 2016-11-03 16:37:24 +01:00
Martine Lenders
2ffdf0f2a7 Merge pull request #6046 from miri64/examples/fix/dtls-off-by-one
examples: fix off-by-one error in TinyDTLS example
2016-11-03 15:27:07 +01:00
Martine Lenders
a518a92268 Merge pull request #6045 from miri64/tests/doc/emb6
tests: fix test description for emb6
2016-11-03 14:11:33 +01:00
Martine Lenders
61531451f2 examples: fix off-by-one error in TinyDTLS example 2016-11-03 13:12:21 +01:00
Martine Lenders
8a399fd5bd tests: fix test description for emb6 2016-11-03 12:54:37 +01:00
Martine Lenders
a6f3db49e5 Merge pull request #5171 from jia200x/PPP_hdr
[GNRC PPP] PPP header definition and helpers
2016-11-02 17:00:31 +01:00
José Ignacio Alamos Aste
fe686d9b29 PPP: Added header definitions 2016-11-02 11:30:38 -03:00
Martine Lenders
2d571bc9e6 Merge pull request #6039 from aabadie/fix_gnrc_networking_channel
example: fix custom 802.15.4 channel definition
2016-11-02 13:51:49 +01:00
58983de28a examples/gnrc_networking: fix custom channel definition 2016-11-02 13:21:34 +01:00
Martine Lenders
2774f845dd Merge pull request #6028 from cgundogan/pr/micro-ecc_hwrng
micro-ecc: require hardware RNG
2016-11-02 10:35:49 +01:00
Cenk Gündoğan
19eac87d9b tests/pkg_micro-ecc: rm requirement for periph_hwrng in Makefile 2016-11-02 09:55:00 +01:00
Cenk Gündoğan
5afad87000 micro-ecc: require hardware RNG 2016-11-02 09:55:00 +01:00
Francisco Acosta
eb06b13722 Merge pull request #5754 from locicontrols/cc2538-timer-pr
CC2538 periph/timer overhaul
2016-11-01 23:22:21 +01:00
Martine Lenders
f8ec2f1135 Merge pull request #5997 from aabadie/nucleo_arduino_pinmap
Provide arduino feature to Nucleo boards
2016-11-01 16:05:09 +01:00
Martine Lenders
ee698f17ad Merge pull request #6009 from kaspar030/fix_cortexm_compile_warning
cpu: cortexm_common: fix compile warning
2016-11-01 15:56:11 +01:00
Francisco Acosta
9fc75c14bb Merge pull request #6034 from miri64/unittests/fix/fix-rom-overflow
unittests: Add more boards to BOARD_INSUFFICIENT_MEMORY
2016-11-01 13:33:24 +01:00
Peter Kietzmann
1c337b1d6c Merge pull request #6032 from miri64/dtls/fix/blacklist-nrf52dk
dtls: Temporary fix example for #6022
2016-11-01 13:30:16 +01:00
Peter Kietzmann
11a8969ab0 Merge pull request #6003 from miri64/core/doc/msg-init-queue-power-of-two
doc: make the 2^x requirement for msg_queue more visible
2016-11-01 12:16:09 +01:00
Peter Kietzmann
8389526a08 Merge pull request #6030 from miri64/nanocoap/fix/posix-include
nanocoap: add POSIX include path
2016-11-01 11:40:11 +01:00
f87dd60a3d boards/nucleo-common: provide arduino sketch feature to nucleo boards 2016-11-01 11:14:58 +01:00
Martine Lenders
f93ab1a1f6 doc: make the 2^x requirement for msg_queue more visible 2016-11-01 11:07:59 +01:00
Martine Lenders
57ab1b06d5 unittests: Add more boards to BOARD_INSUFFICIENT_MEMORY
Somehow in the merging of 6dac4bd this was not catched, but those new
unittests made the total build too big for some more boards.
2016-11-01 11:05:43 +01:00
Martine Lenders
05e3879e6d Merge pull request #5419 from nicholas-c-jackson/cc2650stk
CC2650STK Debugger Support
2016-11-01 08:11:58 +01:00
Martine Lenders
6dac4bd530 Merge pull request #5950 from zhuoshuguo/add_packet_queue_module_to_gnrc_mac
gnrc: Add priority packet queue module to gnrc
2016-11-01 07:45:31 +01:00
Martine Lenders
5084d8c5ec Merge pull request #5598 from kb2ma/gcoap/master
GNRC implementation of CoAP
2016-11-01 07:44:09 +01:00
Ken Bannister
88a3eeb574 gcoap: unit tests 2016-10-31 22:41:53 -04:00
Ken Bannister
1783c9c672 gcoap: CLI example 2016-10-31 22:41:52 -04:00
Ken Bannister
f3431fb49e gcoap: initial commit 2016-10-31 22:41:52 -04:00
Nicholas Jackson
6067dfb652 CC2650STK Debugger Support
Added additional support for the XDS100v3 debugger platform

Implemented default flash configuration for the XDS110 with support for XDS100v3 debugger with through DEBUGGER make flags
2016-11-01 11:08:54 +10:00
Matthias Miehl
3203a4b6f5 dist/tools/cppcheck: suppress negatives (uninitvar) (#5807) 2016-10-31 22:49:17 +01:00
Yonezawa-T2
fe96a4c9c4 make: use gobjcopy if objcopy is not available 2016-10-31 22:28:43 +01:00
Martine Lenders
afe5ebee80 dtls: Temporary fix example for #6022
Seems like DTLS is also affected
2016-10-31 21:28:54 +01:00
Martine Lenders
61daeff04c Merge pull request #5881 from miri64/core/enh/add-verbose-assert
core: define macro for verbose behavior for assert()
2016-10-31 20:13:59 +01:00
zhuoshuguo
0ebe2a0309 gnrc: add priority packet queue module. 2016-10-31 16:53:01 +01:00
Martine Lenders
2d89169d00 Merge pull request #5991 from Yonezawa-T2/use_lldb
make: use LLDB if GDB is not available on native platform
2016-10-31 15:43:39 +01:00
Martine Lenders
91b70ac23e nanocoap: add POSIX include path
Since nanocoap uses `arpa/inet.h` for the address family name defintions
this needs to be in the include path. In RIOT this resides in
`sys/posix/include`.
2016-10-31 14:59:43 +01:00
Martine Lenders
a4074bf5f4 Merge pull request #6006 from miri64/microcoap/enh/port-to-sock
examples: port microcoap example to sock
2016-10-31 14:10:15 +01:00
Martine Lenders
c958dd89b8 Merge pull request #5972 from kaspar030/add_pkg_nanocoap
pkg: add nanocoap
2016-10-31 14:04:44 +01:00
Martine Lenders
65a11162fe core: define macro for verbose behavior for assert()
Since this is also done for MSP430 specifically that file can be
removed.
2016-10-31 13:51:54 +01:00
Hauke Petersen
4b46005b11 Merge pull request #5980 from aabadie/fix_nucleo-f303_uart
boards/nucleo-f303: fix broken stdio uart dev
2016-10-31 13:45:31 +01:00
Martine Lenders
e7b17dccfc Merge pull request #5945 from miri64/sock/api/ipv4-init-helper
sock: change IPv4 address type to array
2016-10-31 12:56:29 +01:00
Martine Lenders
6d5fdbfa1c sock: document byte order for port 2016-10-31 10:53:26 +01:00
Martine Lenders
9e6b7e8dbf sock: change IPv4 address type to array 2016-10-31 10:53:26 +01:00
Oleg Hahm
1c58f108b0 Merge pull request #6020 from lluminita/sntp_implementation
sntp: initial import
2016-10-30 22:41:48 +01:00
Luminita
cf3f02c2e1 sntp: initial import 2016-10-30 22:00:02 +01:00
Oleg Hahm
40c217fdcc Merge pull request #6023 from miri64/iotlab-m3/fix/fix-dep
iotlab-m3: add missing makefile include to dependencies
2016-10-30 20:00:29 +01:00
Oleg Hahm
3aab6bb286 Merge pull request #2071 from LudwigKnuepfer/2071
native: *long* overdue fixes
2016-10-30 19:37:40 +01:00