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

32511 Commits

Author SHA1 Message Date
Cenk Gündoğan
d18ad54184
unittests: Makefile.ci: do not link cc1312/52-launchpad 2020-11-12 10:09:17 +01:00
Cenk Gündoğan
1da3738619
unittests: uri_parser: extend for interfaces 2020-11-11 22:47:30 +01:00
Cenk Gündoğan
9eb6a38a5a
uri_parser: parse interface in IPv6 addresses 2020-11-11 22:47:30 +01:00
b1146c0f42
Merge pull request #15308 from fjmolinas/pr_missing_suit_deps
sys/suit: dependencies fixes
2020-10-30 13:32:06 +01:00
554285da1d
Merge pull request #15332 from benpicco/cpu/sam0_common-ldscripts
cpu/sam0_common: remove unused linker script
2020-10-30 13:31:28 +01:00
Cenk Gündoğan
2f7d6f9d00
Merge pull request #15338 from leandrolanzieri/pr/net/ipv4_ipv6_addr_from_buf
sys/net/ipv{4, 6}: add address parsing from char buffer
2020-10-30 12:39:44 +01:00
Leandro Lanzieri
f14c898dd0
sys/net/ipv6: add ipv6_addr_from_buf function
This allows to parse IPv6 address from strings that not end with '\0'.
2020-10-30 11:20:25 +01:00
Leandro Lanzieri
4305fcc010
sys/net/ipv4: add ipv4_addr_from_buf function
This allows to parse IPv4 address from strings that not end with '\0'.
2020-10-30 11:20:25 +01:00
Leandro Lanzieri
4021b10c2b
Merge pull request #15344 from aabadie/pr/pkg/tinydtls_remove_deprecated_cflags
pkg/tinydtls: remove deprecation message about some CFLAGS
2020-10-30 11:12:39 +01:00
e4998eac03
Merge pull request #15286 from aabadie/pr/boards/stm32_kconfig_gx_cpu
boards/stm32gx: move kconfig clock configuration to cpu level
2020-10-30 10:56:53 +01:00
cf823da856
pkg/tinydtls: remove deprecation message about some CFLAGS 2020-10-30 10:15:18 +01:00
7fbfb92f03
boards/stm32gx: move Kconfig clock config to cpu 2020-10-29 23:00:44 +01:00
Martine Lenders
f8c385240a
Merge pull request #15333 from aabadie/pr/boards/native_remove_all-debug
boards/native: remove all-debug deprecated target
2020-10-29 21:38:11 +01:00
benpicco
fd412de13b
Merge pull request #15336 from spectraphilic/waspmote-arduino
boards/waspmote-pro: add arduino feature
2020-10-29 21:24:51 +01:00
Martine Lenders
57e8aad2a1
Merge pull request #15341 from miri64/gnrc_pktbuf/cleanup/rm-replace_snip
gnrc_pktbuf: drop gnrc_pktbuf_replace_snip()
2020-10-29 18:34:05 +01:00
benpicco
b3e73521ed
Merge pull request #15331 from benpicco/zep_enhance
socket_zep: don't always listen on local port
2020-10-29 18:04:47 +01:00
benpicco
7a1f8958d9
Merge pull request #15335 from Nishchay-sopho/drivers/sdp3x_update_internal_function_comments
drivers/sdp3x: Corrected improper comments for internal functions
2020-10-29 18:03:56 +01:00
J. David Ibáñez
00d4ffd934 boards/waspmote-pro: add arduino feature to Kconfig 2020-10-29 18:03:38 +01:00
Martine Lenders
3316ca73e3
LOSTANDFOUND.md: update for gnrc_pktbuf_replace_snip() removal 2020-10-29 17:25:32 +01:00
Martine Lenders
72821a502f
gnrc_pktbuf: drop gnrc_pktbuf_replace_snip()
The function was deprecated in e94aa40bf5
and is unused and untested in the current code base.
2020-10-29 17:20:12 +01:00
Benjamin Valentin
3f58672351 cpu/native: make sure help text does not exceed 80 columns 2020-10-29 16:15:42 +01:00
benpicco
9e4dd8e451
Merge pull request #15287 from miri64/ethernet/enh/join-leave-mcast-group
gnrc_netif: add capability to join or leave link layer multicast groups
2020-10-29 16:03:32 +01:00
J. David Ibáñez
dbb397aedf boards/waspmote-pro: add arduino feature
Fixes #15232
2020-10-29 15:41:43 +01:00
Martine Lenders
ad3c8ba5a4
gnrc_netif_ethernet: use new helper function to generate MC address 2020-10-29 14:38:52 +01:00
Martine Lenders
1572489c97
tests/gnrc_netif: add tests to join and leave L2 groups 2020-10-29 14:38:52 +01:00
Martine Lenders
55ed65650d
tests/l2util: provide tests for l2util_ipv6_group_to_l2_group() 2020-10-29 14:38:51 +01:00
Martine Lenders
d8c78a9910
gnrc_netif: add capability to join or leave link-layer multicast groups
The request is forwarded to the device.
2020-10-29 14:38:51 +01:00
Martine Lenders
68d25e217a
l2util: add function to convert IPv6 multicast group to an L2 group 2020-10-29 14:38:51 +01:00
Martine Lenders
a6ebe3624d
netopt: add options to read/join/leave link layer multicast groups 2020-10-29 14:38:51 +01:00
823774358e
Merge pull request #14952 from benpicco/boards/common/cdc_acm
boards: factorize stdio CDC ACM configuration
2020-10-29 14:33:01 +01:00
Benjamin Valentin
22ba75e8be socket_zep: don't listen on local address by default
If no local port is specified for socket_zep to listen on, don't listen
on a local port at all instead of listening on a default port.

This does not work with multiple instances of socket_zep anyway.
2020-10-29 12:46:10 +01:00
nagrawal
f50da0a27d drivers/sdp3x: Corrected improper comments for internal functions 2020-10-29 12:42:51 +01:00
Martine Lenders
870c8920bd
Merge pull request #15334 from aabadie/pr/lostandfound_softdevice
LOSTANDFOUND.md: add nordic_softdevice_ble package removal
2020-10-29 12:34:01 +01:00
fe9cd52fcf
LOSTANDFOUND.md: add nordic_softdevice_ble package removal 2020-10-29 11:05:35 +01:00
35b6ccedf3
Merge pull request #15326 from aabadie/pr/pkg/softdevice_remove
pkg/nordic-softdevice: remove deprecated package
2020-10-29 10:58:03 +01:00
68d3f2ee6c
sys/net: remove nordic softdevice specific handling 2020-10-29 09:02:12 +01:00
ada0e157b4
tests/l2util: remove mention to nordic-softdevice-ble 2020-10-29 09:02:12 +01:00
fd6f6e248c
cpu/nrf52: remove specific handling of softdevice 2020-10-29 09:02:12 +01:00
4d91832795
boards/nrf52: remove softdevice specific handling 2020-10-29 09:02:12 +01:00
899ac1eb3a
tests: remove nordic softdevice test application 2020-10-29 09:02:05 +01:00
c8e40fc690
pkg: remove deprecated nordic softdevice package 2020-10-29 09:02:05 +01:00
Martine Lenders
ed64c603ab
Merge pull request #15323 from miri64/gnrc_nettype/cleanup/rm-IOVEC
gnrc_nettype: remove GNRC_NETTYPE_IOVEC
2020-10-28 23:50:09 +01:00
Martine Lenders
c2e7648ab5
Merge pull request #15324 from miri64/gnrc_sixlowpan/enh/AGGRESSIVE_OVERRIDE
gnrc_sixlowpan_rb: remove GNRC_SIXLOWPAN_FRAG_RBUF_AGGRESSIVE_OVERRIDE
2020-10-28 23:49:36 +01:00
Benjamin Valentin
8e4af4d778 cpu/sam0_common: remove unused linker script
`samd21j18a_arduino_bootloader.ld` is not referenced anywhere else
in the codebase and it's job is performed by the generic `ROM_OFFSET`
variable.
2020-10-28 23:17:48 +01:00
e4f724a443
tools/build_and_test: use all instead of all-debug on native 2020-10-28 22:08:18 +01:00
2c8317bc8d
boards/native: remove deprecated all-debug target 2020-10-28 22:07:36 +01:00
benpicco
36c742d384
Merge pull request #15303 from benpicco/cpu/samd21-vectors
cpu/samd21: fix vectors definition
2020-10-28 22:07:18 +01:00
Marian Buschsieweke
e8453eaba8
Merge pull request #15318 from maribu/stm32_eth_fix
cpu/stm32: Fix reception bug in periph_eth
2020-10-28 21:07:44 +01:00
chrysn
912d82dc40
Merge pull request #14029 from cgundogan/pr/gcoap/request_matcher
gcoap: add a handler for request matching
2020-10-28 16:51:35 +01:00
Cenk Gündoğan
7d820f7ada
nanocoap: gcoap: use const parameter for coap_method2flag 2020-10-28 15:40:35 +01:00