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

15298 Commits

Author SHA1 Message Date
Vincent Dupont
0a23ecb3eb Merge pull request #7716 from beduino-project/fix-clk_conf
cpu/stm32_common: fix clk_conf
2017-10-11 13:33:34 +02:00
Tristan Bruns
1b21eac448 cpu/stm32_common: fix clk_conf 2017-10-11 12:39:02 +02:00
Francisco Acosta
a82930cf60 Merge pull request #7381 from miri64/slipdev/api/slip-port-to-netdev
slip: port to be used with netdev
2017-10-10 23:23:01 +02:00
Sebastian Meiling
af616acd1d Merge pull request #7409 from miri64/gnrc_netif2/feat/ieee802154
gnrc_netif2: add IEEE 802.15.4 support
2017-10-10 23:17:44 +02:00
Cenk Gündoğan
1f03862d01 Merge pull request #7410 from miri64/gnrc_netif2/feat/ethernet
auto_init: upgrade bootstrap of Ethernet devices for gnrc_netif2
2017-10-10 23:15:57 +02:00
Martine Lenders
b74ee8869b slip: port to be used with netdev 2017-10-10 23:14:12 +02:00
Martine Lenders
9f9737dcd8 auto_init: upgrade bootstrap of IEEE 802.15.4 devices for gnrc_netif2 2017-10-10 23:11:55 +02:00
Martine Lenders
60c18cf09f tests: add tests for IEEE 802.15.4 to gnrc_netif2 tests 2017-10-10 23:11:55 +02:00
Martine Lenders
1d8dcae686 gnrc_netif2: add IEEE 802.15.4 support 2017-10-10 23:11:54 +02:00
Martine Lenders
4083640219 auto_init: upgrade bootstrap of Ethernet devices for gnrc_netif2 2017-10-10 21:49:28 +02:00
Martine Lenders
9368b1deb6 Merge pull request #7711 from miri64/gnrc_netif2/fix/fail-fast
gnrc_netif2: make gnrc_netif2_create idempotent and crash on error
2017-10-10 21:42:18 +02:00
Martine Lenders
ad0459c492 tests: adapt gnrc_netif2 test for changes in gnrc_netif2_create() 2017-10-10 21:21:36 +02:00
Martine Lenders
2c7c3d8ae5 nrfmin: adapt for changes to gnrc_netif2_create() 2017-10-10 21:21:14 +02:00
Martine Lenders
3929550ea3 gnrc_netif2: make gnrc_netif2_create idempotent and crash on error 2017-10-10 21:17:32 +02:00
Martine Lenders
d8a97a127b Merge pull request #7663 from aabadie/ifconfig_standby
sys/shell/netif: add 'standby' state setter
2017-10-10 20:27:04 +02:00
Martine Lenders
c8a025635a Merge pull request #7404 from miri64/gnrc_netif2/feat/sc
shell_commands: port ifconfig command for gnrc_netif2
2017-10-10 20:25:05 +02:00
Lucas Jenß
f6cd5572d5 Merge pull request #6024 from x3ro/cppcheck-suppress-explained
cppcheck: Provide consistent reason formatting for all cppcheck-suppresses
2017-10-10 20:20:46 +02:00
Martine Lenders
9a907c7068 Merge pull request #6019 from x3ro/refactor-cppcheck-script
dist/tools/cppcheck: Improve cmdline parameter handling
2017-10-10 20:17:40 +02:00
Martine Lenders
489a3cfaae auto_init: add netdev_tap gnrc_netif2 initialization for testing 2017-10-10 20:14:42 +02:00
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