benpicco
0e181e9ec3
Merge pull request #18668 from miri64/coap/enh/coap_v1
...
coap: provide definition for version field value
2022-09-29 20:41:53 +02:00
benpicco
6257e328c0
Merge pull request #18661 from fabian18/nib-6ln_correct_abr_timeout
...
nib/_nib-6ln: correct ABR timeout in ABRO
2022-09-29 17:25:06 +02:00
Benjamin Valentin
debdbf91d9
cpu/native: get mtd size from file size
2022-09-29 14:55:30 +02:00
Benjamin Valentin
0aa931ad7d
cpu/native: povide real_ftell() function
2022-09-29 14:55:27 +02:00
433b2a92b8
Merge pull request #18667 from miri64/murdock/enh/footer
...
.murdock.yml: add footer comment about production stage
2022-09-29 14:53:11 +02:00
8514aee440
Merge pull request #18666 from kaspar030/murdock.yml_labeler
...
ci: teach github-labeler about .murdock.yml
2022-09-29 13:41:31 +02:00
1ed970c9bd
Merge pull request #18665 from kaspar030/murdock_testing_trying
...
murdock: fix bors branch name (testing -> trying)
2022-09-29 13:41:00 +02:00
Marian Buschsieweke
2d2bb4b308
core/mutex: clean up
...
This restores a pre-existing design decision to implement both
blocking and non-blocking mutex locking with the same code. Those
implementations have been split prior to the introduction of
the `core_mutex_priority_inheritance` module when `mutex_trylock()`
indeed was trivial. This decision didn't age well, so undo it.
2022-09-29 13:12:33 +02:00
Marian Buschsieweke
8800ba3191
pkg/driver_bme680: add missing include
2022-09-29 13:12:33 +02:00
Ollrogge
32cef708a7
gnrc/lorawan: uncrustify files
2022-09-29 11:26:04 +02:00
Ollrogge
5053e3ecae
tests/gnrc_lorawan: Adjust 1.0 tests && add 1.1 tests
2022-09-29 11:26:04 +02:00
Martine Lenders
b9d7028a8f
coap: provide definition for version field value
2022-09-29 11:26:03 +02:00
Ollrogge
12a4e1c1ec
gnrc/lorawan: add support for GNRC LoRaWAN 1.1
2022-09-29 11:25:56 +02:00
Fabian Hüßler
23fa33774f
nib/_nib-6ln: correct ABR timeout in ABRO
2022-09-29 10:48:49 +02:00
Martine Lenders
cc6c3db4fd
.murdock.yml: add footer comment about production stage
2022-09-29 10:38:16 +02:00
d229e96467
ci: teach github-labeler about .murdock.yml
2022-09-29 09:07:18 +02:00
ec21b16f31
murdock: fix bors branch name (testing -> trying)
2022-09-29 08:52:31 +02:00
3b7c1254d3
Merge pull request #18659 from kaspar030/murdock_available_boards
...
murdock: make available boards instance dependent
2022-09-29 07:00:59 +02:00
benpicco
45afb8f986
Merge pull request #18644 from gschorcht/drivers/synopsys_dwc2
...
drivers: add driver for Synopsys DWC2 that is used as USB OTG peripheral on STM32 and ESP32x SoCs
2022-09-29 04:44:32 +02:00
c161a30f97
Merge pull request #18084 from aabadie/pr/murdock_config
...
.murdock.yml: add new Murdock configuration
2022-09-28 23:02:05 +02:00
Kees Bakker
234a6df95a
makefiles/docker.inc.mk: use registry docker.io explicitly
...
When using podman instead of docker the registry is not set by default.
Docker has a builtin registry default "docker.io". Podman does not have a
default. By specifying the registry explicitly both tools can be used.
2022-09-28 22:49:07 +02:00
Marian Buschsieweke
edcba449f3
Merge pull request #18660 from bergzand/pr/gcoap_dtls/add_usage
...
examples/gcoap_dtls: Add coap-client example
2022-09-28 19:12:16 +02:00
benpicco
c35a4ba577
Merge pull request #18621 from benpicco/strscpy
...
sys/string_utils: add strscpy()
2022-09-28 19:11:42 +02:00
Marian Buschsieweke
96d982faec
tests/periph_gpio_ll: add missing include
2022-09-28 17:59:04 +02:00
benpicco
81a00f0056
Merge pull request #18658 from benpicco/cpu/sam0_adc-rework
...
cpu/sam0_common: adc: drop pin from adc_conf_chan_t
2022-09-28 17:27:38 +02:00
Gunar Schorcht
13eadda64a
boards/esp32s3-devkit: add feature periph_usbdev
2022-09-28 17:00:12 +02:00
Gunar Schorcht
16853b6339
boards/esp32s2-devkit: add feature periph_usbdev
2022-09-28 17:00:12 +02:00
87205363db
murdock: configure available pifleet boards depending on instance
2022-09-28 16:19:53 +02:00
benpicco
09fd98c0c6
Merge pull request #18636 from benpicco/cpu/cortexm.ld
...
cpu: make use of `cortexm.ld`
2022-09-28 14:41:23 +02:00
benpicco
826795e5e9
Merge pull request #18657 from kaspar030/micropython_test_reenable
...
examples/micropython: re-enable CI test on non-native
2022-09-28 13:26:17 +02:00
benpicco
eed92cdb73
Merge pull request #18494 from chrysn-pull-requests/pkg_version-makefile-is-not-shell
...
pkg: Move versions to dedicated line
2022-09-28 13:24:33 +02:00
6de9b3e4d3
.murdock.yml: add new Murdock configuration
2022-09-28 12:45:55 +02:00
benpicco
bc9ba2c63a
Merge pull request #18611 from spectraphilic/remote-revb-mtd
...
boards/remote-revb: define default MTD device
2022-09-28 12:43:27 +02:00
9b47caa025
examples/gcoap_dtls: Add coap-client example
2022-09-28 12:10:17 +02:00
benpicco
e9b5bd712c
Merge pull request #18651 from benpicco/gcoap-footgun
...
gcoap: accept resources in any order
2022-09-28 10:48:51 +02:00
Benjamin Valentin
16491eaca7
sys/string_utils: fix check for native
2022-09-28 09:58:43 +02:00
Martine Lenders
b297b2bd14
Merge pull request #18471 from miri64/gcoap_forward_proxy/fix/copy-max_age
...
gcoap_forward_proxy: copy Max-Age from forwarded Valid if it exists
2022-09-28 04:36:16 +02:00
Benjamin Valentin
2c9a3857d9
boards: convert sam0 boards to new adc_conf_chan_t
2022-09-27 22:43:31 +02:00
Benjamin Valentin
a7c0bf5341
cpu/sam0_common: adc: drop pin from adc_conf_chan_t
2022-09-27 19:36:10 +02:00
benpicco
baf1687951
Merge pull request #18146 from benpicco/cpu/sam0_common/adc-diffmode
...
cpu/sam0_common: adc: add support for differential mode
2022-09-27 17:34:07 +02:00
Teufelchen1
3dc3110bab
shell/cord_ep: Take full URIs instead of IP and path
...
This fixes a crash when the path was not entered with a leading slash.
2022-09-27 16:28:04 +02:00
Benjamin Valentin
b2edca1611
tests/event_periodic_callback: add one-shot test
2022-09-27 15:46:59 +02:00
Benjamin Valentin
6563ce2fb7
event_callback: add event_callback_oneshot()
2022-09-27 15:45:19 +02:00
d88e666080
examples/micropython: re-enable CI test on non-native
2022-09-27 15:03:14 +02:00
Marian Buschsieweke
1a372d253d
Merge pull request #18652 from kaspar030/jammy_fixes
...
treewide: Ubuntu jammy build fixes
2022-09-27 14:12:11 +02:00
Marian Buschsieweke
73f36684d9
Merge pull request #18654 from maribu/makefiles/arch/riscv.inc.mk
...
makefiles/arch/riscv.inc.mk: Fix with BUILD_IN_DOCKER
2022-09-27 14:11:30 +02:00
MrKevinWeiss
a2b3ef58b1
LOSTANDFOUND.md: Update with cpu/mips*
2022-09-27 13:43:03 +02:00
MrKevinWeiss
6cad5d2477
cpu/mips: Remove all mips
2022-09-27 13:42:37 +02:00
Benjamin Valentin
e20b966109
event_periodic_callback: add getter for user context
2022-09-27 13:15:26 +02:00
Marian Buschsieweke
e0a81fe945
makefiles/arch/riscv.inc.mk: Fix with BUILD_IN_DOCKER
...
With RISC-V being a relatively young toolchain, a lot of inconsistencies
between different toolchains are to be found that differ in the target
triple and the flags supported. This build system performs run-time
tests to detect the toolchain and supported flags.
With `BUILD_IN_DOCKER=1` issues arise, as this checks are performed
outside of the docker container. However, the host may have no RISC-V
toolchain installed or a different toolchain, so there is little reason
in performing this detection then. Instead, a hard coded target triple
and supported flags are provided when using `BUILD_IN_DOCKER=1`.
2022-09-27 10:43:39 +02:00