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
MarcelStenzel
1f20e5ab1c
boards/nucleo-l152re: fix uart1 pinout config
...
According to the pinout the rx and tx pin need to be the other way around.
Though the swapped tx and rx pins allow the uart to work in loopback, it is still not correct.
The PA10 functions as an RX pin even though PA10 states TX pin in the periph_conf.
With this fixed the pullup for the rx is configured correctly and noise doesn't trigger the line.
This change sets the .tx_pin from PA10 to PA9 and the .rx_pin from PA9 to PA10.
2020-03-12 16:20:48 +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
f9e80f8b71
tests/pkg_yxml: add basic Yxml package test
2020-03-12 14:21:40 +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
Ken Bannister
c55837d809
net/nanocoap: add query option directly
2020-03-12 08:44:26 -04:00
Ken Bannister
2e0a5c053e
tests/nanocoap: add test for coap_opt_add_uquery2()
2020-03-12 08:44:26 -04:00
b0e7d6abd6
cpu/atmega32u4: make THREAD_STACKSIZE_IDLE configurable
2020-03-12 13:35:43 +01:00
Gunar Schorcht
e4978e65c4
examples/ndn_ping: fix problem with NDEBUG
2020-03-12 13:32:22 +01:00
Benjamin Valentin
49801a4e92
boards/openlabs-kw41z-mini-256kib: add documentation
...
Add a note on how to tell the boards apart.
2020-03-12 13:31:30 +01:00
Benjamin Valentin
880c2f129e
boards/openlabs-kw41z-mini: fix doc rendering
...
There were some errors in the formatting.
This fixes the `make doc` output.
2020-03-12 13:31:30 +01:00
fd0fd1cb3c
pkg/yxml: add Yxml XML parsing library
2020-03-12 13:09:56 +01:00
b2278b64a8
sys/ps: ignore IST_STACKSIZE if it is == 0 (undefined)
2020-03-12 13:08:05 +01:00