Commit Graph

7063 Commits (720301304004de5561a5c2dbbeed9dd8495822e2)
 

Author SHA1 Message Date
Joakim Gebart 7203013040 tests/netdev: Add missing inttypes.h include 8 years ago
Joakim Gebart 0107a8c6e1 tests/driver_mpu9150: Add missing inttypes.h include 8 years ago
Joakim Gebart 5c5b644602 sys/net/transport_layer/ng_udp: Add missing inttypes.h include 8 years ago
Joakim Gebart 8fc1a656fa sys/shell/commands: Add missing inttypes.h include 8 years ago
Joakim Gebart c2aa2aa91f sys/net/link_layer/ng_nomac: Add missing inttypes.h include 8 years ago
Joakim Gebart b35c2782da sys/net/link_layer/net_if: Add missing inttypes.h include 8 years ago
Joakim Gebart 6577d21049 sys/net/ccn_lite: Add missing inttypes.h include 8 years ago
Joakim Gebart 7b744f6843 examples/ng_networking: Add missing inttypes.h includes 8 years ago
Joakim Gebart fd42e7adff examples/rpl_udp: Add missing inttypes.h includes 8 years ago
Joakim Gebart aaeaa968e6 sys/net/application_layer/ng_zep: Add missing inttypes.h includes 8 years ago
Joakim Gebart 8f2da1d3d0 sys/net/routing/aodvv2: Add missing inttypes.h includes 8 years ago
Joakim Gebart de3bd08798 sys/net/network_layer/fig: Add missing inttypes.h includes 8 years ago
Joakim Gebart 299e0eae03 sys/net/network_layer/ng_icmpv6: Add missing inttypes.h includes 8 years ago
Joakim Gebart 84114f3cc5 sys/net/network_layer/ng_ipv6: Add missing inttypes.h includes 8 years ago
Joakim Gebart 42cfa32077 sys/net/network_layer/ng_sixlowpan: Add missing inttypes.h includes 8 years ago
Joakim Gebart 555085acdc core/sched: Add missing inttypes.h include when debugging. 8 years ago
Joakim Gebart 031fcc05ad tests/vtimer_msg_diff: Un-blacklist arduino-mega2560 8 years ago
Joakim Gebart 942da9db1b tests/vtimer_msg_diff: Add missing inttypes.h include 8 years ago
Joakim Gebart 63bde8906e cpu/atmega_common/avr-libc-extra/inttypes.h: Correct format strings for 64 bit numbers 8 years ago
Kaspar Schleiser ffbf20b660 Merge pull request #3115 from gebart/pr/c11-atomic
core: Add C11 atomic helpers for GCC
8 years ago
Peter Kietzmann 83b8723938 Merge pull request #3308 from kaspar030/shell_improvements
sys: shell: some prompt improvements
8 years ago
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.
8 years ago
Kaspar Schleiser adabd8c930 shell: let readline return an error on empty line so prompt gets print again 8 years ago
Kaspar Schleiser 2d7642b8c1 shell: flush stdout after printing prompt 8 years ago
Peter Kietzmann c7c0d4b98b Merge pull request #3318 from jremmert-phytec-iot/blacklist_nucleos
tests/driver_kw2xrf/Makefile: Blacklisted nucleo-f334 board
8 years ago
Jonas 4552e3a4e8 tests/driver_kw2xrf/Makefile: Blacklisted nucleo-f334 board 8 years ago
Joakim Gebart af68e9d53e Merge pull request #3317 from authmillenon/dist/enh/iotlab-markdown
dist:testbed-support: Let GitHub parse markdown
8 years ago
Martine Lenders bfec897e9e dist:testbed-support: fix Makefile include description 8 years ago
Martine Lenders dd6a57da18 dist:testbed-support: Let GitHub parse markdown 8 years ago
Philipp Rosenkranz 5d18244b39 Merge pull request #3314 from phiros/make_increase_retries_for_buildtest
make: increase retries for buildtest by one
8 years ago
Philipp Rosenkranz c1365fefd9 make: increase retries for buildtest by one 8 years ago
Peter Kietzmann 004a83c44d Merge pull request #3028 from gebart/pr/cmsis-dsp
pkg/cmsis-dsp: Add CMSIS-DSP as a package
8 years ago
Martine Lenders 24b24441ed Merge pull request #3310 from latsku/stm32f334_memorymap
cpu/stm32f3: Split the RAM on STM32F334 into RAM and CCM RAM
8 years ago
Oleg Hahm f0c67d194c Merge pull request #3305 from OlegHahm/sixlowpan_doc_fixes
doc: some fixes in 6LoWPAN documentation
8 years ago
Oleg Hahm 6d0e68851c doc: some fixes in 6LoWPAN documentation 8 years ago
Lari Lehtomäki 85cf28451b cpu/stm32f3: Split the RAM on STM32F334 into RAM and CCM RAM 8 years ago
Oleg Hahm 7c44421da5 Merge pull request #3306 from authmillenon/ng_sixlowpan/doc/clarify
ng_sixlowpan: clarify documentation
8 years ago
Martine Lenders 4c5c0a87c9 ng_sixlowpan: clarify documentation 8 years ago
Philipp Rosenkranz aaf018847f Merge pull request #3302 from phiros/make_delete_emptyarchive_archive_after_test
make: delete emptyarchive after test
8 years ago
Philipp Rosenkranz 538c992919 make: delete emptyarchive after test 8 years ago
Martine Lenders b138c912e1 Merge pull request #2627 from authmillenon/zep/feat/initial
net: initial import of the ZEP protocol
8 years ago
Martine Lenders d450079348 ng_zep: add stability note 8 years ago
Martine Lenders d96f23fafd tests: add ZEP test application 8 years ago
Martine Lenders c5318336ae net: intial import of the ZEP protocol 8 years ago
Martine Lenders 75ff56a21f Merge pull request #3247 from authmillenon/ng_nettest/fix/bugfixes
ng_nettest: some fixes
8 years ago
Martine Lenders e6811e8c28 Merge pull request #3295 from authmillenon/ng_udp/doc/fix
ng_udp: fix documentation
8 years ago
Martine Lenders 715306b81c Merge pull request #3294 from authmillenon/ng_pkt/doc/update
ng_pkt: update documentation
8 years ago
Martine Lenders 74eac9b144 ng_nettest: change function prototypes to allow for exp_pkts == 0 8 years ago
Martine Lenders 871a6f9cde ng_nettest: some fixes 8 years ago
Martine Lenders 297f2cadcc Merge pull request #3286 from authmillenon/ng_nomac/enh/use-dispatch-func
ng_nomac: use dispatch function
8 years ago