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

15336 Commits

Author SHA1 Message Date
Martine Lenders
558accbe1a shell_commands: port ifconfig command for gnrc_netif2 2017-10-10 20:14:42 +02:00
Lucas Jenss
556baf07a1 dist/tools/cppcheck: Allow individual files to be cppchecked 2017-10-10 10:59:02 -07:00
Joakim Nohlgård
7c1c6ac282 Merge pull request #7646 from aabadie/samd21_bootloader
cpu/sam0-common: rename mkr ldscript to more a generic name
2017-10-10 19:39:48 +02:00
Lucas Jenss
6998ffbb14 cppcheck: Provide consistent reason formatting for all cppcheck-suppresses 2017-10-10 10:25:20 -07:00
Peter Kietzmann
9964a60759 Merge pull request #7545 from kaspar030/add_prng_xorshift
sys: random: add xorshift prng
2017-10-10 19:13:49 +02:00
d377a17784 sys: random: add xorshift prng 2017-10-10 18:59:58 +02:00
Martine Lenders
72edaa3e47 Merge pull request #7586 from cladmi/pr/saul/gpio
saul/gpio: Low footprint handling of active-low signals + state initialization
2017-10-10 18:49:02 +02:00
55b2d484f7 Merge pull request #7638 from smlng/cpu/sam0_common/fix_uart
cpu, sam0_common: fix uart TXC check
2017-10-10 18:39:09 +02:00
Martine Lenders
a13eca1bdd Merge pull request #7696 from aabadie/driver_sx127x_fixes
drivers/sx127x: several fixes
2017-10-10 18:32:11 +02:00
smlng
732e60bb88 cpu, sam0_common: fix uart TXC check 2017-10-10 18:24:03 +02:00
c627935aec drivers/sx127x: move netdev related callback to the right file 2017-10-10 18:23:18 +02:00
ef9368e6b5 tests/driver_sx127x: put radio to sleep after transmission 2017-10-10 17:59:31 +02:00
e378802e33 drivers/sx127x: fix driver inconsistencies with semtech original driver 2017-10-10 17:59:31 +02:00
5fb8db4cfd drivers/sx127x: fix set modem logic 2017-10-10 17:59:31 +02:00
56513ea953 Merge pull request #7706 from nmeum/coap-integer-overflow
cbor: fix integer overflow in decode_bytes
2017-10-10 16:34:45 +02:00
c585f0f525 Merge pull request #7705 from OTAkeys/pr/stm32_uart_fix
cpu/stm32_common: use pseudomodule for UART hardware flow control
2017-10-10 14:29:22 +02:00
Joakim Nohlgård
ca0db13467 Merge pull request #7704 from gebart/pr/xtimer-shift-32768hz
xtimer: Set XTIMER_SHIFT to 0 if underlying timer is 32768 Hz
2017-10-10 14:24:56 +02:00
Vincent Dupont
be588c2f0e cpu/stm32_common: use pseudomodule for UART HW FC 2017-10-10 14:09:05 +02:00
Sören Tempel
8255810bab cbor: fix integer overflow in decode_bytes 2017-10-10 13:24:52 +02:00
Joakim Nohlgård
a4ba6c12bc xtimer: Set XTIMER_SHIFT to 0 if underlying timer is 32768 Hz 2017-10-10 12:20:04 +02:00
Martine Lenders
a295b0eb91 Merge pull request #7417 from miri64/gnrc_netif2/feat/nrfmin
nrfmin: port for gnrc_netif2
2017-10-10 12:09:25 +02:00
Martine Lenders
4597193da4
nrfmin: port for gnrc_netif2 2017-10-10 11:48:53 +02:00
Cenk Gündoğan
814dc95553 Merge pull request #7703 from miri64/gnrc_ipv6_nib/fix/return-ar-state
gnrc_ipv6_nib: return registration state on upstream registration
2017-10-10 11:35:47 +02:00
Martine Lenders
eb76e8034d
gnrc_ipv6_nib: return registration state on upstream registration
The function `_update_nce_ar_state()` was introduced during the review
of \#7424, but it's return value never used, causing faulty behavior.
2017-10-10 11:06:47 +02:00
Cenk Gündoğan
d51c058c70 Merge pull request #7370 from miri64/gnrc_netif2/feat/new-netif-api-for-gnrc
gnrc_netif2: Introduction of a new GNRC network interface API
2017-10-10 11:03:20 +02:00
Martine Lenders
77d977032c
tests: add tests for gnrc_netif2 2017-10-10 10:36:28 +02:00
Martine Lenders
0b80c7ed17
gnrc_netif2: Introduction of a new GNRC network interface API 2017-10-10 10:36:28 +02:00
Martine Lenders
8d941d59ea Merge pull request #7014 from miri64/gnrc_ipv6_nib/feat/ndp-link-local
nib: implement public NIB functions up to link-local AR
2017-10-10 10:30:10 +02:00
Martine Lenders
6a7de28cd1
gnrc: integrate NIB for testing 2017-10-10 10:12:19 +02:00
Martine Lenders
00b63e9803
tests: add tests for 6LN NDP behavior 2017-10-10 10:12:19 +02:00
Martine Lenders
545f54c913
tests: add tests for host NDP behavior 2017-10-10 10:12:19 +02:00
Martine Lenders
1b36cdf79e
nib: implement public NIB functions up to link-local AR 2017-10-10 10:12:19 +02:00
Francisco Acosta
52efba5b31 Merge pull request #7476 from gebart/pr/kinetis-rtt-alarm
kinetis: Adjust RTT alarm trigger time
2017-10-09 14:34:09 +02:00
Francisco Acosta
6da78131e7 Merge pull request #7675 from kaspar030/fix_sam0_uart
cpu/sam0/periph/uart: ensure uart_init() idempotency
2017-10-09 13:59:20 +02:00
ef1a8c66ac cpu/sam0/periph/uart: ensure uart_init() idempotency 2017-10-09 13:45:46 +02:00
Vincent Dupont
f13207b79b Merge pull request #7679 from haukepetersen/opt_stm32f0_isrvectors
cpu/stm32f0: optimized isr vector definitions
2017-10-09 12:24:36 +02:00
Vincent Dupont
b7b451daf8 Merge pull request #7683 from haukepetersen/opt_stm32f7_isrvectors
cpu/stm32f7: optimized isr vector definitions
2017-10-09 12:18:22 +02:00
Vincent Dupont
802ed40b30 Merge pull request #7678 from haukepetersen/opt_stm32f4_isrvectors
cpu/stm32f4: optimized isr vector definitions
2017-10-09 12:16:23 +02:00
smlng
140076b802 cpu, sam3: adapt to sam_common 2017-10-09 12:06:35 +02:00
Hauke Petersen
a0dae5f595 Merge pull request #7621 from smlng/cpu/sam_common
CPU: add sam_common with CMSIS headers
2017-10-09 10:50:22 +02:00
Hauke Petersen
b75672628a Merge pull request #7632 from smlng/cpu/sam0_common/vendor_header
cpu, sam0_common: update vendor headers
2017-10-09 10:45:36 +02:00
Hauke Petersen
35902daba4 Merge pull request #7681 from haukepetersen/opt_stm32f2_isrvectors
cpu/stm32f2: optimized isr vector definitions
2017-10-09 09:22:29 +02:00
282f691871 boards/arduino-mkr-common: rename CPU to use new ldscript name 2017-10-07 23:07:16 +02:00
487065da11 cpu/sam0_common/ldscripts: rename samd21g18a_mkr to samd21g18a_bootloader 2017-10-07 23:07:16 +02:00
Martine Lenders
d30216dcbe gnrc_ipv6_nib: add configuration pseudo-modules 2017-10-06 23:21:18 +02:00
Cenk Gündoğan
d5c964415b Merge pull request #7253 from miri64/gnrc_ipv6_nib/feat/ft-component
gnrc_ipv6_nib: add forwarding table component
2017-10-06 23:08:20 +02:00
Martine Lenders
c60caccf43 tests: extend gnrc_ipv6_nib unittests for FT component 2017-10-06 23:01:10 +02:00
Martine Lenders
e1a37a01ac shell: commands: extend nib shell command for forwarding table 2017-10-06 23:01:10 +02:00
Martine Lenders
d8acdc9d2d gnrc_ipv6_nib: add forwarding table component 2017-10-06 23:01:10 +02:00
da7ef18a8d Merge pull request #7692 from kaspar030/fix_xtimer_config
sys/xtimer: fix default config / XTIMER_WIDTH
2017-10-06 22:17:02 +02:00