Martine Lenders
|
8bacb0fb62
|
Merge pull request #5011 from dkm/pr/servo.fix
drivers/servo: fix API doc
|
2016-03-13 08:48:00 +01:00 |
|
Joakim Nohlgård
|
7b4e776808
|
Merge pull request #4971 from DipSwitch/pr/fix_stm32f4_dma_nvic_enable
cpu/stm32f4/dma: Fix some miscalculations in the DMA implemenation
|
2016-03-13 08:39:47 +01:00 |
|
Joakim Nohlgård
|
7ce5f1b5c0
|
cpu/stm32f1: i2c: Use {} notation for empty while loops
|
2016-03-13 08:14:39 +01:00 |
|
Joakim Nohlgård
|
30ed36b236
|
cpu/cc2538: i2c: Make WARN_IF use {} to silence Clang warning when ENABLE_DEBUG=0
|
2016-03-13 08:14:39 +01:00 |
|
Joakim Nohlgård
|
37ad45d3e9
|
sys/newlib: Place newlib includes first of the system includes
|
2016-03-13 07:57:48 +01:00 |
|
Joakim Nohlgård
|
44fee9fc12
|
sys/newlib: Add include path fallback for non-standard cross toolchain installation locations
|
2016-03-13 07:57:47 +01:00 |
|
Martine Lenders
|
1033c880a5
|
Merge pull request #5048 from kaspar030/adapt_prcheck_to_murdock
dist: tools: pr_check: adapt to RIOT CI
|
2016-03-12 16:54:19 +01:00 |
|
Martine Lenders
|
468292ca6c
|
Merge pull request #5049 from authmillenon/gnrc_sixlowpan_frag/fix/reass-pkt-type
gnrc_sixlowpan_frag: use IPv6 type for reassembled packet
|
2016-03-12 12:34:21 +01:00 |
|
Joakim Nohlgård
|
d770d6ab31
|
gnrc_sixlowpan: Preserve order when replacing 6lowpan header by decoded IPv6 header
|
2016-03-12 11:36:24 +01:00 |
|
Joakim Nohlgård
|
61e2626779
|
gnrc_ipv6: Strip netif header and nothing else
|
2016-03-12 11:13:53 +01:00 |
|
Martine Lenders
|
178c3169d7
|
gnrc_sixlowpan_frag: use IPv6 type for reassembled packet
|
2016-03-12 10:45:03 +01:00 |
|
Oleg Hahm
|
8baf8f839d
|
Merge pull request #5047 from Lotterleben/fib_FIB_MSG_RP_SIGNAL_UNREACHABLE_DESTINATION_doc
fib: extend FIB_MSG_RP_SIGNAL documentation
|
2016-03-12 01:52:58 +01:00 |
|
|
b916a58ed4
|
dist: tools: pr_check: adapt to RIOT CI
|
2016-03-12 00:54:43 +01:00 |
|
Martine Lenders
|
b3b880be6a
|
Merge pull request #4903 from kaspar030/xtimer_fixes
sys: xtimer: fix some race conditions
|
2016-03-12 00:18:56 +01:00 |
|
Lotte Steenbrink
|
52cfa865a9
|
fib: extend FIB_MSG_RP_SIGNAL documentation
|
2016-03-11 14:10:01 -08:00 |
|
Martine Lenders
|
83c5424551
|
Merge pull request #5042 from DipSwitch/pr/fix_stm32_exti_clear_pending
cpu/stm32/gpio_exti: EXTI->PR is of type RW_w1 so don't RMW the pending status register
|
2016-03-11 22:52:33 +01:00 |
|
Martine Lenders
|
ae8e0ce787
|
Merge pull request #5039 from kYc0o/nhdp_without_vtimer
sys/net/routing/nhdp: get rid of vtimer
|
2016-03-11 22:50:36 +01:00 |
|
Ludwig Knüpfer
|
e58786385e
|
Merge pull request #5022 from cgundogan/pr/rpl/do_not_use_PRIu8
gnrc_rpl: do not use PRIu8/PRIi8
|
2016-03-11 19:08:02 +01:00 |
|
Ludwig Knüpfer
|
d16eecdda3
|
Merge pull request #4913 from gebart/pr/makefile-ls-wildcard
make: Use makefile wildcard function instead of shell ls
|
2016-03-11 19:05:28 +01:00 |
|
kYc0o
|
6e8d574534
|
sys/net/routing/nhdp: get rid of vtimer
sys/net/routing/nhdp/nhdp.c: fix identation
sys/net/routing/nhdp/nhdp.h: fix typo
|
2016-03-11 17:47:03 +01:00 |
|
Cenk Gündoğan
|
ba7d6230c0
|
Merge pull request #4935 from authmillenon/gnrc_sixlowpan_iphc_nhc/fix/frag
gnrc_sixlowpan_iphc_nhc: fix NHC UDP decoding for fragmented packets
|
2016-03-11 16:41:27 +01:00 |
|
DipSwitch
|
e2f8d59956
|
cpu/stm32f4/dma: Fix the IQRn calculation for DMA channels > 8
|
2016-03-11 16:20:19 +01:00 |
|
kYc0o
|
87bdf43b71
|
Merge pull request #4460 from aeneby/openmote-flash
Support flashing OpenMote via serial interface with 'make flash'
|
2016-03-11 16:16:57 +01:00 |
|
DipSwitch
|
d72cdcaad2
|
cpu/stm32/gpio_exti: EXTI->PR is of type RW_w1 so don't RMW the pending status flags
|
2016-03-11 15:46:41 +01:00 |
|
Martine Lenders
|
78136ff25f
|
Merge pull request #5038 from cgundogan/pr/pktdump/global_pid
gnrc_pktdump: make pid global
|
2016-03-11 15:33:36 +01:00 |
|
Joakim Nohlgård
|
ae108581d3
|
boards/*/Makefile.include: replace $(shell ls) by native Makefile functions
|
2016-03-11 15:05:06 +01:00 |
|
Cenk Gündoğan
|
047fd79ae6
|
tests: use global gnrc_pktdump_pid
|
2016-03-11 14:23:07 +01:00 |
|
Cenk Gündoğan
|
bf1af5953f
|
examples: use global gnrc_pktdump_pid
|
2016-03-11 14:22:42 +01:00 |
|
Cenk Gündoğan
|
f5df674a4f
|
gnrc_pktdump: make pid global
|
2016-03-11 14:22:20 +01:00 |
|
|
f6ee89992a
|
Merge pull request #5023 from gebart/pr/uart-stdio-defines
sys/uart_stdio: Move macro definitions to header file, rename STDIO -> UART_STDIO_DEV
|
2016-03-11 13:09:30 +01:00 |
|
Joakim Nohlgård
|
dc303a4f0b
|
sys/uart_stdio: rename STDIO -> UART_STDIO_DEV, move to header
|
2016-03-11 12:04:00 +01:00 |
|
Oleg Hahm
|
fb03389eac
|
Merge pull request #5035 from cgundogan/pr/rpl/shell_info_text
shell_commands.c: more generic rpl info text
|
2016-03-11 10:25:33 +01:00 |
|
Cenk Gündoğan
|
a9bacc724f
|
shell_commands.c: more generic rpl info text
|
2016-03-11 08:46:03 +01:00 |
|
Martine Lenders
|
4ab436fc2f
|
Merge pull request #4988 from gebart/pr/drivers-module-name
boards: Use separate module name for drivers directory
|
2016-03-11 08:30:52 +01:00 |
|
Cenk Gündoğan
|
6f4806a3e4
|
Merge pull request #3888 from kaspar030/make_core_printf_optional
core: make core dependency on *printf optional
|
2016-03-11 08:28:48 +01:00 |
|
Martine Lenders
|
335ff8da4f
|
Merge pull request #5032 from cgundogan/pr/rpl/ipv6_addr_unspec
gnrc_rpl: use global ipv6_addr_unspecified
|
2016-03-11 08:15:49 +01:00 |
|
Cenk Gündoğan
|
57210f6e17
|
gnrc_rpl: use global ipv6_addr_unspecified
|
2016-03-11 01:01:52 +01:00 |
|
|
cc1771787e
|
core: panic: use LOG_ERROR instead of printf
|
2016-03-11 00:42:11 +01:00 |
|
Oleg Hahm
|
5433c42187
|
Merge pull request #5018 from kaspar030/ci_test_mkdir_order
make: buildtest: fix parallel builds
|
2016-03-10 23:27:07 +01:00 |
|
Cenk Gündoğan
|
1226941be6
|
gnrc_rpl: do not use PRIu8/PRIi8
|
2016-03-10 22:51:12 +01:00 |
|
Oleg Hahm
|
0ece90bd5f
|
Merge pull request #5030 from cgundogan/pr/desvirt/proper_integration
dist/tools/desvirt: proper desvirt integration
|
2016-03-10 21:51:42 +01:00 |
|
Aaron Sowry
|
d7377cde27
|
Support flashing openmote-cc2538 board via serial interface
Enable directly from Makefile target 'flash' using cc2538-bsl script,
and make this the default flashing method for this platform.
|
2016-03-11 09:40:55 +13:00 |
|
|
069bbceccd
|
pkg: micro-ecc: build in BINDIR
|
2016-03-10 21:40:14 +01:00 |
|
|
91cec4c72c
|
make: buildtest: don't rm BINDIRBASE, make clean all
|
2016-03-10 21:40:03 +01:00 |
|
Oleg Hahm
|
402e20c00c
|
Merge pull request #4992 from OlegHahm/tapsetup_readmes
doc: updated and clarified tapsetup usage
|
2016-03-10 18:52:38 +01:00 |
|
Cenk Gündoğan
|
98958e74c0
|
dist/tools/desvirt: added README
|
2016-03-10 18:29:09 +01:00 |
|
Cenk Gündoğan
|
dc509f030d
|
dist/tools/desvirt: proper integration
|
2016-03-10 18:29:09 +01:00 |
|
Hauke Petersen
|
8c68121bb2
|
Merge pull request #4463 from nqd/lpc1768-cpuid
adding cpuid for lpc1768 cpu, enable periph_cpuid in board mbed_lpc1768
|
2016-03-10 17:41:00 +01:00 |
|
Oleg Hahm
|
8e6dc1a03f
|
doc: updated and clarified tapsetup usage
|
2016-03-10 17:40:22 +01:00 |
|
René Kijewski
|
818d703810
|
Merge pull request #5004 from OlegHahm/core_kernel_macros_attributs_merge
core: merge kernel_macros.h and attributes.h into kernel_defines.h
|
2016-03-10 16:47:10 +01:00 |
|