Cenk Gündoğan
|
8750605d26
|
nanocoap: add cache for response messages
|
2022-05-10 18:43:56 +02:00 |
|
benpicco
|
59ec6f1ccd
|
Merge pull request #18076 from benpicco/tools/edbg-bump
tools/edbg: bump version
|
2022-05-10 10:50:29 +02:00 |
|
Marian Buschsieweke
|
eadd282cf4
|
Merge pull request #18026 from benpicco/gcoap_add_fix
gcoap: ensure response address is the same as request address
|
2022-05-10 10:49:56 +02:00 |
|
Marian Buschsieweke
|
3dad6740da
|
Merge pull request #17990 from benpicco/nanocoap-void
nanocoap: use void * for payload bytes
|
2022-05-10 10:49:05 +02:00 |
|
benpicco
|
3771c06914
|
Merge pull request #18075 from kaspar030/drop_shell_buildin_commands_define
sys/shell: drop `_builtin_cmds` define
|
2022-05-10 10:10:23 +02:00 |
|
|
7e134247cd
|
Merge pull request #17994 from aabadie/pr/tests/cpp_kconfig
tests/{cpp_ext, cpp_exclude}: model in kconfig
|
2022-05-10 09:31:32 +02:00 |
|
Benjamin Valentin
|
e621afb2dc
|
gcoap: ensure response address is the same as request address
If a node has multiple addresses we must reply to a request with the
same address on which the request was received.
|
2022-05-10 09:24:56 +02:00 |
|
Benjamin Valentin
|
cc8b4f52aa
|
grnc_sock_udp: implement SOCK_AUX_SET_LOCAL
|
2022-05-10 09:24:56 +02:00 |
|
Benjamin Valentin
|
2197f9c16a
|
grnc_sock_ip: implement SOCK_AUX_SET_LOCAL
|
2022-05-10 09:24:56 +02:00 |
|
Benjamin Valentin
|
6e1fb4c3aa
|
sys/net/sock: introduce SOCK_AUX_SET_LOCAL
|
2022-05-10 09:24:56 +02:00 |
|
Benjamin Valentin
|
f11899f6bb
|
sys/net: add local to sock_udp_aux_tx_t
|
2022-05-10 09:24:56 +02:00 |
|
Benjamin Valentin
|
bcd58bfd10
|
sys/net: add local to sock_ip_aux_tx_t
|
2022-05-10 09:24:56 +02:00 |
|
Martine Lenders
|
beb65f8e53
|
Merge pull request #18078 from benpicco/gnrc_netif_ipv6_addrs_get
net/gnrc_netif: clarify documentation of gnrc_netif_ipv6_addrs_get()
|
2022-05-10 09:22:48 +02:00 |
|
Martine Lenders
|
ad1c5fb391
|
Merge pull request #18069 from yarrick/lwip_netif_opt
pkg/lwip: Add basic version of netif_get/set_opt
|
2022-05-10 01:36:16 +02:00 |
|
benpicco
|
cb1aea03a0
|
Merge pull request #18065 from benpicco/gnrc_sock-implicit_netif
gnrc_sock: implicitly set netif if there is only a single one
|
2022-05-10 00:16:42 +02:00 |
|
benpicco
|
9ab4521d43
|
Merge pull request #18080 from maribu/dist/tools/compile_commands
dist/tools/compile_commands: don't adds -nostdinc
|
2022-05-10 00:13:52 +02:00 |
|
Marian Buschsieweke
|
b42197f323
|
dist/tools/compile_commands: don't adds -nostdinc
This fixes unintended side affects on rust compilation, which currently
relies on this tool to generate appropriate flags.
|
2022-05-09 22:32:54 +02:00 |
|
Benjamin Valentin
|
79987483e4
|
net/gnrc_netif: clarify documentation of gnrc_netif_ipv6_addrs_get()
Reformulate the documentation to make it clear that this returns the
*size* of the addresses, not the number of addresses.
|
2022-05-09 21:46:01 +02:00 |
|
Erik Ekman
|
7b84b3a3f5
|
pkg/lwip: Add empty netif_setopt
To fully implement net/netif.h
|
2022-05-09 17:48:30 +02:00 |
|
Erik Ekman
|
4679d3d06e
|
pkg/lwip: Fall back to netdev when getting options
Adds support for mac address, link state and more
|
2022-05-09 17:48:30 +02:00 |
|
Erik Ekman
|
8796293c5a
|
pkg/lwip: Implement getting option NETOPT_IPV6_ADDR
|
2022-05-09 17:48:30 +02:00 |
|
Benjamin Valentin
|
60e59ab939
|
tools/edbg: bump version
- adds a few more SAM D/L device IDs
- add support for NXP MCU-LINK
- add support for Lattice LCMCO2
|
2022-05-09 15:43:00 +02:00 |
|
|
b8fef54724
|
sys/shell: drop _builtin_cmds define
|
2022-05-09 15:24:34 +02:00 |
|
Martine Lenders
|
5496a65bb1
|
Merge pull request #18007 from OlegHahm/pr/release-notes-2022.04
Pr/release notes 2022.04
|
2022-05-09 13:14:23 +02:00 |
|
Marian Buschsieweke
|
c1b5f360b1
|
Merge pull request #18063 from maribu/dist/tools/compile_commands
dist/tools/compile_commands: fix clangd linting
|
2022-05-09 10:23:54 +02:00 |
|
Oleg Hahm
|
2f1fe3a804
|
release-notes.txt: add 2022.04 release notes
|
2022-05-08 11:39:45 +02:00 |
|
benpicco
|
6b0a105344
|
Merge pull request #18034 from laurin/arpa-inet-restrict
sys/posix/include/arpa: use `__restrict` instead of `restrict`
|
2022-05-07 17:32:04 +02:00 |
|
Laurin Wolf
|
550f5ea1b1
|
sys/posix: use __restrict instead of restrict
|
2022-05-07 16:10:01 +02:00 |
|
benpicco
|
32def76a3c
|
Merge pull request #17338 from benpicco/tools/zep_dispatch-mac_pin
tools/zep_dispatch: allow to pin nodes to MAC address
|
2022-05-06 21:52:13 +02:00 |
|
|
ebdcccbd99
|
Merge pull request #16899 from kaspar030/queue_msg_thread_flags_yield_v2
core/msg: yield after thread_flags_wake() in queue_msg()
|
2022-05-06 19:04:19 +02:00 |
|
Benjamin Valentin
|
cbd48c23aa
|
gnrc_sock: implicitly set netif if there is only a single one
|
2022-05-06 12:11:13 +02:00 |
|
|
35643dcd58
|
tests/cpp_exclude: add Kconfig support
|
2022-05-06 11:52:51 +02:00 |
|
|
7a9851b31c
|
tests/cpp_ext: add Kconfig support
|
2022-05-06 11:52:51 +02:00 |
|
Karl Fessel
|
15debd5e11
|
Merge pull request #18061 from kfessel/p-unittest_sock
unittest/sock_util: add test for missing addr variants (IPv6 without interface)
|
2022-05-06 10:34:05 +02:00 |
|
|
98c6bae53b
|
Merge pull request #18064 from aabadie/pr/cpu/cortexm33_fpu
cpu/cortexm_common: enable FPU on cortexm33
|
2022-05-06 09:57:54 +02:00 |
|
|
6f52b90e58
|
cpu/cortexm_common: enable FPU on cortexm33
|
2022-05-05 21:16:10 +02:00 |
|
Marian Buschsieweke
|
6e2f726f5e
|
dist/tools/compile_commands: fix clangd linting
This fixes bogus clangd linting errors for C11 stdatomic.h due to
incorrect order of header search paths and missing -nostdinc
|
2022-05-05 20:36:43 +02:00 |
|
Karl Fessel
|
9d798d6113
|
unittest/sock_util: add test for missing addr variants
|
2022-05-05 16:53:11 +02:00 |
|
Marian Buschsieweke
|
7b827f405c
|
Merge pull request #18058 from maribu/pkg/openwsn
pkg/openwsn: fix mismatching function signatures
|
2022-05-05 15:04:02 +02:00 |
|
benpicco
|
de23ba0d04
|
Merge pull request #18046 from benpicco/nanocoap-minor
nanocoap: minor fixes
|
2022-05-05 14:56:47 +02:00 |
|
|
a32b01a0af
|
Merge pull request #18032 from aabadie/pr/sys/quad_math_remove
sys/quad_math: remove unused module for quad arithmetic
|
2022-05-05 12:57:25 +02:00 |
|
Marian Buschsieweke
|
9ca01eb398
|
Merge pull request #18059 from maribu/sys/time_units
sys/include/time_units.h: add more constants
|
2022-05-05 12:14:22 +02:00 |
|
Marian Buschsieweke
|
08ae9bd771
|
sys/include/time_units.h: add more constants
Added all sensible conversion factors up to days and ordered them.
|
2022-05-05 11:31:45 +02:00 |
|
Marian Buschsieweke
|
e38259fd0a
|
pkg/openwsn: fix mismatching function signatures
This allows OpenWSN again to be compiled with newer versions of GCC,
which in `master` fails with:
```
"make" -C /home/maribu/Repos/software/RIOT/build/pkg/openwsn/drivers/common/crypto -f /home/maribu/Repos/software/RIOT/Makefile.base MODULE=openwsn_crypto
/home/maribu/Repos/software/RIOT/build/pkg/openwsn/drivers/common/crypto/aes128.c:49:30: error: argument 1 of type 'uint8_t[16]' {aka 'unsigned char[16]'} with mismatched bound [-Werror=array-parameter=]
49 | owerror_t aes128_enc(uint8_t buffer[16], uint8_t key[16]) {
| ~~~~~~~~^~~~~~~~~~
In file included from /home/maribu/Repos/software/RIOT/build/pkg/openwsn/drivers/common/crypto/aes128.c:12:
/home/maribu/Repos/software/RIOT/build/pkg/openwsn/drivers/common/crypto/aes128.h:22:31: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
22 | owerror_t aes128_enc(uint8_t *buffer, uint8_t *key);
| ~~~~~~~~~^~~~~~
/home/maribu/Repos/software/RIOT/build/pkg/openwsn/drivers/common/crypto/aes128.c:49:50: error: argument 2 of type 'uint8_t[16]' {aka 'unsigned char[16]'} with mismatched bound [-Werror=array-parameter=]
49 | owerror_t aes128_enc(uint8_t buffer[16], uint8_t key[16]) {
| ~~~~~~~~^~~~~~~
In file included from /home/maribu/Repos/software/RIOT/build/pkg/openwsn/drivers/common/crypto/aes128.c:12:
/home/maribu/Repos/software/RIOT/build/pkg/openwsn/drivers/common/crypto/aes128.h:22:48: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
22 | owerror_t aes128_enc(uint8_t *buffer, uint8_t *key);
| ~~~~~~~~~^~~
cc1: all warnings being treated as errors
```
|
2022-05-05 10:47:39 +02:00 |
|
chrysn
|
1259fb66e6
|
Merge pull request #18054 from kfessel/p-deprecate-ztimer-now64
ztimer: deprecate ztimer_now64 and ztimer_now_t
|
2022-05-04 17:42:20 +02:00 |
|
Karl Fessel
|
3680198619
|
ztimer: deprecate ztimer_now64 and ztimer_now_t
|
2022-05-04 15:57:57 +02:00 |
|
benpicco
|
b1715feb03
|
Merge pull request #17959 from benpicco/core-dummy
core: provide dummy implementation of thread and mutex for riotboot
|
2022-05-04 14:46:50 +02:00 |
|
Kevin "Tristate Tom" Weiss
|
126ed47a94
|
Merge pull request #18011 from aabadie/pr/pkg/cryptoauthlib_kconfig
pkg/cryptoauthlib: model in kconfig
|
2022-05-04 10:05:39 +02:00 |
|
Kevin "Tristate Tom" Weiss
|
69960b05e4
|
Merge pull request #18024 from aabadie/pr/pkg/nanors-kconfig
pkg/nanors: model in kconfig
|
2022-05-04 09:39:11 +02:00 |
|
Marian Buschsieweke
|
2025b64f99
|
Merge pull request #18023 from chrysn-pull-requests/efm32-gpio-ll
cpu/efm32: Minimal support for gpio_ll
|
2022-05-04 01:40:29 +02:00 |
|