benpicco
db2ee4cbf6
Merge pull request #13634 from fjmolinas/pr_cc2538_flasher_guard
...
makefiles/tools/cc2538-bsl.inc.mk: allow FLASHER override
2020-03-16 00:58:37 +01:00
Francisco Molina
a00d61a2d6
makefiles/tools/cc2538-bsl.inc.mk: allow FLASHER override
...
If flasher is changed then make will still see it as a FLASH
dependency and try to execute the target which will likely not
exist.
A use case for this is when flashing on a remote machine and setting
FLASHER=ssh to then execute the FLASHER on the remote.
2020-03-15 11:58:39 +01:00
Leandro Lanzieri
d281d4843f
Merge pull request #13628 from jia200x/pr/gnrc_rpl_macro
...
gnrc_rpl: add default value to GNRC_RPL_DEFAULT_NETIF
2020-03-13 15:47:13 +01:00
c974451591
Merge pull request #11315 from fjmolinas/pr_im880b
...
boards: add support for im880b lora board
2020-03-13 15:03:00 +01:00
francisco
55b11b7925
boards/im880b: add insufficient memory to tests
2020-03-13 14:36:51 +01:00
francisco
e4a3c29fca
boards/im880b: enable paboost on sx127x
2020-03-13 14:34:40 +01:00
francisco
4618a5ce0e
boards/im880b: add initial support
2020-03-13 14:34:40 +01:00
Jose Alamos
b553535cea
gnrc_rpl_auto_init: replace preprocessor logic with if chain
2020-03-13 13:30:29 +01:00
Ken Bannister
ec2aff4546
Merge pull request #13240 from kb2ma/gcoap/deprecate_add_qstring
...
net/coap: deprecate gcoap_add_qstring() and update uses
2020-03-13 08:04:50 -04:00
5cba8d10ce
Merge pull request #13625 from MarcelStenzel/nucleo_l152re_usart_pinout_change
...
boards/nucleo-l152re: fix uart1 pinout config
2020-03-13 10:20:48 +01:00
benpicco
9eed85d211
Merge pull request #13627 from jue89/feature/samr30-xpro_antenna
...
boards/samr30: add helper for antenna switch
2020-03-13 09:06:28 +01: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
Juergen Fitschen
8034342c54
boards/samr30-xpro: add function to configure antenna switch
2020-03-12 19:30:02 +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
Jose Alamos
062643091c
gnrc_rpl: add default value to GNRC_RPL_DEFAULT_NETIF
2020-03-12 18:50:18 +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