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

7289 Commits

Author SHA1 Message Date
Martine Lenders
3b133811d6 ng_pktbuf: fix alignment overwrite issue
Currently it can happen if there is a spot of size `n` free that a chunk
of size `n + 1` is inserted, if `n` is devisable by the word length of
the platform. This patch fixes this issue.
2015-07-07 17:02:23 +02:00
Oleg Hahm
705e70e6c6 Merge pull request #3322 from gebart/pr/add-missing-inttypes-includes
Add missing inttypes.h includes
2015-07-07 16:49:39 +02:00
Joakim Gebart
aa4d920986 Merge pull request #3325 from kaspar030/add_debug_stacksize_define
debug: add DEBUG_EXTRA_STACKSIZE define
2015-07-07 13:46:42 +02:00
Peter Kietzmann
b16ff82f5b Merge pull request #3054 from gebart/pr/lis3dh-fifo
drivers/lis3dh: FIFO mode improvements
2015-07-07 13:45:29 +02:00
Joakim Gebart
c9bdbd1a74 lis3dh: Refactor, add INT1 handling, improve FIFO mode 2015-07-07 12:03:28 +02:00
c762b43221 debug: add DEBUG_EXTRA_STACKSIZE define 2015-07-07 11:47:32 +02:00
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