Joakim Gebart
6e32b337e4
tests/pkg_cmsis-dsp: Add basic test case for CMSIS DSP library
2015-06-25 08:00:55 +02:00
Philipp Rosenkranz
f7bf6f2797
Merge pull request #3038 from phiros/dist_drone_execute_in_parallel
...
dist: exec drone build script in parallel
2015-06-24 23:02:19 +02:00
Philipp Rosenkranz
652f5327dd
dist: add gnu parallel to dockerfile
2015-06-24 23:00:56 +02:00
Philipp Rosenkranz
8ea9965cae
dist: exec drone build script in parallel
2015-06-24 23:00:56 +02:00
Joakim Gebart
279c4a33e1
pkg/cmsis-dsp: Add package for CMSIS DSP library
2015-06-24 21:51:44 +02:00
Joakim Gebart
b0e34b1c9d
Merge pull request #3253 from gebart/pr/mulle-openocd-090
...
mulle: Update OpenOCD conf to work with 0.9.0
2015-06-24 17:04:38 +02:00
Joakim Gebart
e2d49b43e9
mulle: Update OpenOCD conf to work with 0.9.0
...
OpenOCD 0.9.0 added a definition of a single flash bank as
"$_CHIPNAME.flash" (the chip has two flash banks), the new flash bank
definitions are enclosed in catch statements to avoid startup errors.
The original configuration when combined with openocd 0.9.0 caused an
error during flash probing (which happens during GDB connect), because
of three defined flash banks, which made openocd drop the GDB
connection.
2015-06-24 15:59:14 +02:00
Oleg Hahm
8c203a610b
boards: fix qemu header guards
2015-06-24 15:54:42 +02:00
Oleg Hahm
140afc3800
boards: cosmetics
2015-06-24 15:54:36 +02:00
Oleg Hahm
5312ae998b
boards: removed incorrect doxygen comment markers
2015-06-24 15:54:36 +02:00
Oleg Hahm
49d4153892
msb-430h: removed superfluous #endif
2015-06-24 15:54:36 +02:00
Oleg Hahm
5ca37400b8
boards: remove all C++ comments
2015-06-24 15:54:36 +02:00
BigDaddyD
b6bd067863
boards: removed leading underscores from macros
...
* also added a trailing underscore to header guards for consistency
Commit for PR 2623, repairing header file include guards.
This PR is intended to fix the include guards in files under RIOT/boards
SQUASH ME: fix underscore removal overdos
SQUASH ME: consistent macro naming
SQUASH ME: missed that one
SQUASH ME: fixed overdo
SQUASH ME: consistency
2015-06-24 15:54:36 +02:00
Oleg Hahm
e08e5175a0
Merge pull request #3251 from OlegHahm/duplicate_nomac
...
gnrc: remove duplicate nomac from Makefile
2015-06-24 15:40:54 +02:00
Oleg Hahm
b16e3fa358
gnrc: remove duplicate nomac from Makefile
2015-06-24 15:00:00 +02:00
Joakim Gebart
fc4ab35140
Merge pull request #3116 from gebart/pr/lpc2387-extab
...
lpc2387: Add missing exception tables to linker script
2015-06-24 14:46:50 +02:00
Oleg Hahm
4c37e54109
Merge pull request #3171 from cgundogan/fib_autoinit
...
fib: auto init
2015-06-24 09:33:52 +02:00
BytesGalore
db18e5760a
fib: added check for passing NULL pointers to fib_get_next_hop()
2015-06-24 09:05:24 +02:00
Martine Lenders
0103fa2e91
Merge pull request #3234 from authmillenon/ng_pktqueue/api/take-out-prio
...
ng_pktqueue: remove priority queue dependency
2015-06-23 23:47:52 +02:00
Martine Lenders
1c4af66c3a
ng_icmpv6_echo: fix time output on shell command
2015-06-23 23:44:32 +02:00
Martine Lenders
6b6c0c3322
Merge pull request #3241 from haukepetersen/ng_frag_send_missingreturn
...
net/ng_sixlowpan_frag: added missing return
2015-06-23 17:58:40 +02:00
Oleg Hahm
b85f076027
Merge pull request #3098 from authmillenon/ng_nettest/feat/initial
...
ng_nettest: initial import of a ng_netapi test framework
2015-06-23 17:02:11 +02:00
Lotte Steenbrink
954744138b
Merge pull request #3244 from Lotterleben/aodvv2_fix_metric
...
aodvv2: fix one-off metric bug
2015-06-23 16:55:38 +02:00
Lotte Steenbrink
8f4dd8dc13
aodvv2: fix one-off metric bug
2015-06-23 07:13:16 -07:00
Martine Lenders
4a34635d14
ng_ndp: stop for loop over packet nodes earlier
2015-06-23 15:25:13 +02:00
Martine Lenders
f28c5041eb
ng_nettest: initial import of a ng_netapi test framework
2015-06-23 15:22:55 +02:00
Hauke Petersen
b2efe73f87
Merge pull request #3243 from BytesGalore/ndp_comment_on_fall_through
...
ndp: added a word why we fall through into `NG_IPV6_NC_STATE_DELAY`
2015-06-23 13:54:28 +02:00
BytesGalore
9082ffb70d
Merge pull request #3237 from haukepetersen/ng_fix_frag_sendnth_ptrcheck
...
net/ng_sixlowpan: fix check for pkt==NULL
2015-06-23 13:48:01 +02:00
BytesGalore
e08d7a4434
ndp: added a word why we fall through into NG_IPV6_NC_STATE_DELAY
2015-06-23 12:51:12 +02:00
Hauke Petersen
5a163b2e61
Merge pull request #3230 from benoit-canet/add_missing_addtogroup_brace
...
cpu/stm32f3: Add missing closing Doxygen braces for addtogroup
2015-06-23 09:56:23 +02:00
haukepetersen
6a44f56939
net/ng_sixlowpan_frag: added missing return
2015-06-23 02:56:21 +02:00
haukepetersen
a38d881424
net/ng_sixlowpan: fix check for pkt==NULL
2015-06-23 02:07:33 +02:00
René Kijewski
66b23c149d
Merge pull request #3236 from haukepetersen/ng_fix_frag_pktbufcheck
...
net/ng_sixlowpan: fix check of pktbuf return val
2015-06-23 02:04:04 +02:00
haukepetersen
80205b6749
net/ng_sixlowpan: fix check of pktbuf return val
2015-06-23 01:55:01 +02:00
Hauke Petersen
72e2187b75
Merge pull request #3232 from haukepetersen/ng_fix_udp_payloadtype
...
net/ng_udp: mark received payload as NETTYPE_UNDEF
2015-06-22 21:56:44 +02:00
Martine Lenders
0ca2cb1c93
ng_ndp: use new pktqueue
2015-06-22 18:19:55 +02:00
Martine Lenders
72b17d9620
ng_ipv6_nc: use new pktqueue
2015-06-22 18:19:55 +02:00
Martine Lenders
82e54d0970
tests: adapt unittests for new pktqueue
2015-06-22 18:19:54 +02:00
Martine Lenders
837d97e963
ng_pktqueue: take out priorities
...
This patch also makes ng_pktqueue independent from `priority_queue`
2015-06-22 18:19:54 +02:00
Hauke Petersen
a4f3bf49d3
net/ng_udp: mark received payload as NETTYPE_UNDEF
2015-06-22 16:37:03 +02:00
Martine Lenders
1f8e1cbbf3
Merge pull request #3218 from haukepetersen/ng_fix_sixlowpan_static
...
net/ng_sixlowpan: declared private methods static
2015-06-22 15:57:48 +02:00
Martine Lenders
3f0c581737
Merge pull request #3227 from cgundogan/fix/ng_ndp/vtimer_remove_before_set
...
ng_ndp: remove vtimer before setting it again
2015-06-22 09:03:17 +02:00
Peter Kietzmann
f62bc56648
Merge pull request #3215 from haukepetersen/fix_periphcpu_addenums
...
cpu: added dev_enums.h include to all periph_cpu.h
2015-06-22 08:44:26 +02:00
Benoît Canet
8c6c1114f3
cpu/stm32f3: Add missing closing Doxygen braces for addtogroup
...
The candidates locations for the closing braces were confirmed by looking at
cpu/stm32f0 headers.
The closing brace styles stick with the style of each file.
Closes #2956
2015-06-22 00:08:13 +02:00
Cenk Gündoğan
dd7f6c4218
ng_ndp: remove vtimer before setting it again
2015-06-20 12:09:45 +02:00
Martine Lenders
f8588d7f37
Merge pull request #3224 from authmillenon/ng_sixlowpan/fix/write-protect
...
ng_sixlowpan: write protect pkt
2015-06-19 17:46:51 +02:00
Martine Lenders
245c51f821
ng_sixlowpan: piggy-back cppcheck suppression
2015-06-19 17:17:29 +02:00
Martine Lenders
74430228cb
ng_sixlowpan: add missing return
2015-06-19 17:13:10 +02:00
Martine Lenders
1e4f8b4837
ng_ndp: code restructuring
...
Some code restructuring to be in line with other code of similar format.
2015-06-19 15:42:43 +02:00
Martine Lenders
b3acefd340
ng_sixlowpan: write protect pkt
2015-06-19 14:52:51 +02:00