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

27493 Commits

Author SHA1 Message Date
Joakim Nohlgård
9f81ab195c examples/default: Add kw41z boards to netif boards list 2020-03-19 17:02:54 -05:00
Joakim Nohlgård
5bd67d88a8 drivers/kw41zrf: Transceiver driver for the KW41Z radio
This is the radio found in NXP Kinetis KW41Z, KW21Z. Only 802.15.4 mode
is implemented (KW41Z also supports BLE on the same transceiver).

The driver uses vendor supplied initialization code for the low level
XCVR hardware, these files were imported from KSDK 2.2.0 (framework_5.3.5)
2020-03-19 17:00:04 -05:00
7be303f12f
Merge pull request #7583 from haukepetersen/add_sam3_rtt
cpu/sam3: added RTT driver
2020-03-12 21:30:05 +01:00
Martine Lenders
5defa1ae34
Merge pull request #13466 from gschorcht/fix_compilation_with_ndebug
tests: fix compilation problems with NDEBUG
2020-03-12 19:34:33 +01:00
Martine Lenders
20e30ec58b
Merge pull request #13622 from gschorcht/net/dhcpv6_fix_opt_len
sys/net/dhcpv6: fixes option length handling in client implementation
2020-03-12 18:56:43 +01:00
Martine S. Lenders
fcb8317d85 tests/gnrc_dhcpv6_client_6lbr: put IA_PD option first
In #13622 bugs in the option length handling were noted and fixed.
Putting the IA_PD option first (as the `isc-dhcp-server` does)
reproduces this bug.
2020-03-12 18:33:17 +01:00
Gunar Schorcht
a25c61bc8b sys/net/dhcpv6: fix client option length handling 2020-03-12 18:33:17 +01:00
Gunar Schorcht
953a4af0d9 tests/lwip: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
88cac0ff4b tests/gnrc_sock_async_event: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
bd658b02ae drivers/mtd_mapper: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
0378fd2697 pkg/ubasic: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
b7b244b6d9 cpu/stm32_common: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
b2356d29c5 cpu/nrf51: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
bc071044d7 tests/cpp11_mutex: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
944fb3909e tests/gnrc_ndp: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
fd5fb46336 tests/usbus: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
a7e0071c45 tests/thread_msg_block_race: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
85ce49680b tests/socket_zep: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
0cafa4ed61 tests/pkg_micro-ecc: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
89447ca68c tests/pkg_cn-cbor: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
fbd486bf2e tests/periph_eeprom: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
e77febff1d tests/nimble_l2cap_server: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
d92277a0f0 tests/nimble_l2cap: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
ad4f1993b2 tests/lwip_sock_udp: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
e4909375b0 tests/lwip_sock_tcp: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
831e2de56c tests/lwip_sock_ip: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
8af912b002 tests/lua_loader: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
72278d3463 tests/gnrc_sock_udp: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
d508b0ca09 tests/gnrc_sock_ip: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
e5508455c4 tests/gnrc_sock_async_event: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
1ed09f56a0 tests/gnrc_sixlowpan_iphc_w_vrb: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
d1167b2dbd tests/gnrc_sixlowpan: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
c7fdb5eeba tests/gnrc_netif: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
1757d5eae0 tests/gnrc_ipv6_nib_6ln: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
fff2d02378 tests/gnrc_ipv6_nib: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
c6b1d3216e tests/gnrc_ipv6_fwd_w_sub: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
0f0344eb54 tests/gnrc_ipv6_fwd_w_sub: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
535863b80a tests/gnrc_ipv6_ext_frag: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
a68c2f3008 tests/events: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
94aa7014cf tests/embunit: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Gunar Schorcht
83f1537562 tests/driver_motor_driver: fix NDEBUG compile problem 2020-03-12 17:44:41 +01:00
Gunar Schorcht
08706e771e tests/cpp11_condition_variable: fix NDEBUG compile problem 2020-03-12 17:40:46 +01:00
Gunar Schorcht
f4224890ae tests/bench_xtimer: fix NDEBUG compile problem 2020-03-12 17:40:46 +01:00
Gunar Schorcht
8fb7a29eab tests/bench_timers: fix NDEBUG compile problem 2020-03-12 17:40:46 +01:00
Gunar Schorcht
4f5dab16b7 tests/unittests/tests-gnrc_ipv6: fix NDEBUG compile problem 2020-03-12 17:40:46 +01:00
benpicco
146d1ebe7d
Merge pull request #13617 from benpicco/kw41z-mini-doc_fix
boards/openlabs-kw41z-mini: documentation fixes
2020-03-12 15:55:31 +01:00
benpicco
1212165222
Merge pull request #13584 from kb2ma/nanocoap/add_uquery_improvements
net/nanocoap: add uquery improvements
2020-03-12 15:18:07 +01:00
benpicco
d5c7d28b38
Merge pull request #10745 from kaspar030/make_idle_stacksize_configurable
cpu: make default idle/main stacksizes configurable on all archs
2020-03-12 14:38:32 +01:00
Robert Hartung
dc6665d5cf
Merge pull request #12717 from dylad/pr/bme680_pkg_driver
driver/bme680: add I2C/SPI driver for BME680 device
2020-03-12 14:00:40 +01:00
Ken Bannister
e6b20b4ce7 net/nanocoap: Fix return value doc for coap_opt_add_uqueryX() 2020-03-12 08:44:26 -04:00