Joakim Gebart
64b948f0e9
sys/net/network_layer/ng_ndp: Add missing inttypes.h include
2015-07-07 09:48:11 +02:00
Joakim Gebart
b1dcd89390
sys/net/network_layer/ng_ipv6/nc: Add missing inttypes.h include
2015-07-07 09:47:53 +02:00
Joakim Gebart
767d3eb4df
sys/net/crosslayer/ng_netif/hdr/ng_netif_hdr_print.c: Add missing inttypes.h include
2015-07-07 09:47:26 +02:00
Joakim Gebart
1e4a09cae8
tests/pthread_barrier: Add missing inttypes.h include
2015-07-07 00:53:27 +02:00
Joakim Gebart
86389fcadb
tests/vtimer_msg: Add missing inttypes.h include
2015-07-07 00:53:27 +02:00
Joakim Gebart
7203013040
tests/netdev: Add missing inttypes.h include
2015-07-07 00:53:27 +02:00
Joakim Gebart
0107a8c6e1
tests/driver_mpu9150: Add missing inttypes.h include
2015-07-07 00:53:27 +02:00
Joakim Gebart
5c5b644602
sys/net/transport_layer/ng_udp: Add missing inttypes.h include
2015-07-07 00:53:27 +02:00
Joakim Gebart
8fc1a656fa
sys/shell/commands: Add missing inttypes.h include
2015-07-07 00:53:27 +02:00
Joakim Gebart
c2aa2aa91f
sys/net/link_layer/ng_nomac: Add missing inttypes.h include
2015-07-07 00:53:27 +02:00
Joakim Gebart
b35c2782da
sys/net/link_layer/net_if: Add missing inttypes.h include
2015-07-07 00:53:27 +02:00
Joakim Gebart
6577d21049
sys/net/ccn_lite: Add missing inttypes.h include
2015-07-07 00:53:27 +02:00
Joakim Gebart
7b744f6843
examples/ng_networking: Add missing inttypes.h includes
2015-07-07 00:53:27 +02:00
Joakim Gebart
fd42e7adff
examples/rpl_udp: Add missing inttypes.h includes
2015-07-07 00:53:27 +02:00
Joakim Gebart
aaeaa968e6
sys/net/application_layer/ng_zep: Add missing inttypes.h includes
2015-07-07 00:53:26 +02:00
Joakim Gebart
8f2da1d3d0
sys/net/routing/aodvv2: Add missing inttypes.h includes
2015-07-07 00:53:26 +02:00
Joakim Gebart
de3bd08798
sys/net/network_layer/fig: Add missing inttypes.h includes
2015-07-07 00:53:26 +02:00
Joakim Gebart
299e0eae03
sys/net/network_layer/ng_icmpv6: Add missing inttypes.h includes
2015-07-07 00:53:26 +02:00
Joakim Gebart
84114f3cc5
sys/net/network_layer/ng_ipv6: Add missing inttypes.h includes
2015-07-07 00:53:26 +02:00
Joakim Gebart
42cfa32077
sys/net/network_layer/ng_sixlowpan: Add missing inttypes.h includes
2015-07-07 00:53:26 +02:00
Joakim Gebart
555085acdc
core/sched: Add missing inttypes.h include when debugging.
2015-07-07 00:53:26 +02:00
Joakim Gebart
031fcc05ad
tests/vtimer_msg_diff: Un-blacklist arduino-mega2560
2015-07-07 00:53:26 +02:00
Joakim Gebart
942da9db1b
tests/vtimer_msg_diff: Add missing inttypes.h include
2015-07-07 00:53:26 +02:00
Joakim Gebart
63bde8906e
cpu/atmega_common/avr-libc-extra/inttypes.h: Correct format strings for 64 bit numbers
2015-07-07 00:53:26 +02:00
Joakim Gebart
9aa954b6de
Makefile.docker: Add BUILDTEST_MCU_GROUP to passed variables
2015-07-07 00:49:38 +02:00
ffbf20b660
Merge pull request #3115 from gebart/pr/c11-atomic
...
core: Add C11 atomic helpers for GCC
2015-07-06 19:40:57 +02:00
Peter Kietzmann
83b8723938
Merge pull request #3308 from kaspar030/shell_improvements
...
sys: shell: some prompt improvements
2015-07-06 13:31:24 +02:00
Joakim Gebart
23e01dd4c8
core: Add C11 atomic helpers for GCC
...
These functions are required for std::atomic in C++11 on Cortex-M0.
The functions are only used if GCC does not know how to generate any
lock-free atomic hardware operations.
2015-07-06 12:17:57 +02:00
adabd8c930
shell: let readline return an error on empty line so prompt gets print again
2015-07-06 11:33:44 +02:00
2d7642b8c1
shell: flush stdout after printing prompt
2015-07-06 09:53:29 +02:00
Peter Kietzmann
c7c0d4b98b
Merge pull request #3318 from jremmert-phytec-iot/blacklist_nucleos
...
tests/driver_kw2xrf/Makefile: Blacklisted nucleo-f334 board
2015-07-06 08:34:05 +02:00
Jonas
4552e3a4e8
tests/driver_kw2xrf/Makefile: Blacklisted nucleo-f334 board
2015-07-06 00:36:59 +02:00
Joakim Gebart
af68e9d53e
Merge pull request #3317 from authmillenon/dist/enh/iotlab-markdown
...
dist:testbed-support: Let GitHub parse markdown
2015-07-05 23:47:46 +02:00
Martine Lenders
bfec897e9e
dist:testbed-support: fix Makefile include description
2015-07-05 00:54:06 +02:00
Martine Lenders
dd6a57da18
dist:testbed-support: Let GitHub parse markdown
2015-07-05 00:48:35 +02:00
Martine Lenders
057ad18f22
unittests: add test for packet buffer alignment issues
2015-07-05 00:22:14 +02:00
Philipp Rosenkranz
5d18244b39
Merge pull request #3314 from phiros/make_increase_retries_for_buildtest
...
make: increase retries for buildtest by one
2015-07-04 18:44:14 +02:00
Philipp Rosenkranz
c1365fefd9
make: increase retries for buildtest by one
2015-07-04 18:09:08 +02:00
Peter Kietzmann
004a83c44d
Merge pull request #3028 from gebart/pr/cmsis-dsp
...
pkg/cmsis-dsp: Add CMSIS-DSP as a package
2015-07-04 09:39:22 +02:00
Martine Lenders
24b24441ed
Merge pull request #3310 from latsku/stm32f334_memorymap
...
cpu/stm32f3: Split the RAM on STM32F334 into RAM and CCM RAM
2015-07-03 20:31:43 +02:00
Oleg Hahm
f0c67d194c
Merge pull request #3305 from OlegHahm/sixlowpan_doc_fixes
...
doc: some fixes in 6LoWPAN documentation
2015-07-03 16:40:29 +02:00
Oleg Hahm
6d0e68851c
doc: some fixes in 6LoWPAN documentation
2015-07-03 15:46:32 +02:00
Lari Lehtomäki
85cf28451b
cpu/stm32f3: Split the RAM on STM32F334 into RAM and CCM RAM
2015-07-03 16:45:39 +03:00
Oleg Hahm
7c44421da5
Merge pull request #3306 from authmillenon/ng_sixlowpan/doc/clarify
...
ng_sixlowpan: clarify documentation
2015-07-03 11:06:15 +02:00
Martine Lenders
4c5c0a87c9
ng_sixlowpan: clarify documentation
2015-07-03 00:26:04 +02:00
Philipp Rosenkranz
aaf018847f
Merge pull request #3302 from phiros/make_delete_emptyarchive_archive_after_test
...
make: delete emptyarchive after test
2015-07-02 21:13:45 +02:00
Philipp Rosenkranz
538c992919
make: delete emptyarchive after test
2015-07-02 20:16:26 +02:00
Martine Lenders
b138c912e1
Merge pull request #2627 from authmillenon/zep/feat/initial
...
net: initial import of the ZEP protocol
2015-07-02 16:31:27 +02:00
Martine Lenders
d450079348
ng_zep: add stability note
2015-07-02 15:47:20 +02:00
Martine Lenders
d96f23fafd
tests: add ZEP test application
2015-07-02 15:47:19 +02:00