José Alamos
093272c562
Merge pull request #16000 from jeandudey/2021_02_12-ieee802154-bitcaps
...
net/ieee802154/radio: use bitflags for capabilities
2021-02-17 16:56:25 +01:00
Marian Buschsieweke
8183bbb069
makefiles/tests: add unit test for info-boards-supported
2021-02-17 15:40:05 +01:00
benpicco
77035d6df3
Merge pull request #15900 from benpicco/cpu/stm32f1-gpio_test_and_clear
...
cpu/stm32: GPIO/f1: use bitarithm_test_and_clear()
2021-02-17 15:32:39 +01:00
benpicco
7b5cf6b711
Merge pull request #16035 from benpicco/boards/yarm-hl_stdio
...
boards/yarm: add Highlevel STDIO feature
2021-02-17 15:00:47 +01:00
benpicco
cdf8c1c759
Merge pull request #16029 from fabian18/bugfix_nrf24l01p_ng_ard_conversion
...
drivers/nrf24l01p_ng: auto retransmission delay conversion bugfix
2021-02-17 12:02:24 +01:00
Benjamin Valentin
1ca93e0171
drivers/mtd_flashpage: narrow down FLASHPAGE_WRITE_BLOCK_ALIGNMENT check
...
Only check the *write* block alignment, not the *read* or *source* alignment.
2021-02-17 11:18:14 +01:00
Jean Pierre Dudey
243de6e501
net/ieee802154/radio: use bitflags for capabilities
...
Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
2021-02-17 10:56:28 +01:00
Benjamin Valentin
0e1c528d65
boards/yarm: add Highlevel STDIO feature
...
The board uses USB CDC ACM as stdio by default, so select the
highlevel_stdio feature.
2021-02-17 10:31:59 +01:00
chudov
d5c8703c48
drivers/at86rf2xx: add missing handler for TRX24_RX_START interrupt for ATmegaRF MCUs
2021-02-17 01:03:01 +01:00
Benjamin Valentin
4291df0305
tests/mtd_flashpage: make use of FLASHPAGE_ERASE_STATE
2021-02-16 21:51:41 +01:00
Martine Lenders
285d20b7bf
Merge pull request #16026 from fjmolinas/pr_fix_native
...
makefiles/info-global.inc.mk: reset features_required_any
2021-02-16 20:30:01 +01:00
Benjamin Valentin
17199dbb1c
socket_zep: allow to specify MAC address of ZEP device
...
Add a command-line parameter for setting the EUI-64 of a ZEP device.
This allows a native node to use a persistent ZEP address across reboots.
2021-02-16 18:57:27 +01:00
Francisco Molina
1d8448d449
tests/unittests/tests-flashpage: require periph_flashpage
...
The test uses module functions, so require it.
2021-02-16 18:52:53 +01:00
Francisco Molina
227cd98050
tests/mtd_flashpage: blacklist native
...
https://github.com/RIOT-OS/RIOT/pull/15859 exposed a bug in the
handling of FEATURES_REQUIRED_ANY, so https://github.com/RIOT-OS/RIOT/pull/15935
did not run this test, native is currently failing, so blacklist while this
is still the case
2021-02-16 18:18:22 +01:00
Francisco Molina
3cd12d3e1b
sys/include/net/netstats: move xtimer header where it is needed
2021-02-16 18:18:21 +01:00
Francisco Molina
34628c8fe8
tests/gnrc_tx_sync: add boards with insufficient memmory
2021-02-16 18:18:21 +01:00
Fabian Hüßler
85a84aa957
drivers/nrf24l01p_ng: ARD conversion bugfix
2021-02-16 17:36:43 +01:00
Francisco Molina
5c1b959a24
tests/bench_xtimer: blacklist zigduino
2021-02-16 16:32:12 +01:00
bcb23da368
Merge pull request #16005 from benpicco/cpu/nrf52_gpio_count
...
cpu/nrf5x_common: make GPIO_PIN macro model independent
2021-02-16 16:18:29 +01:00
Francisco Molina
8d63bc10c9
makefiles/info-global.inc.mk: reset features_required_any
2021-02-16 16:17:46 +01:00
chrysn
856f246131
Merge pull request #16017 from chrysn-pull-requests/riotboot-dfu-codes
...
riotboot_dfu: Use allocated USB IDs
2021-02-16 15:04:49 +01:00
Joakim Nohlgård
a23b29d42e
pic32_common: Add CPU specific xfa.ld variant
2021-02-16 14:55:26 +01:00
Joakim Nohlgård
abca94b25d
tests/xfa: Add static check of XFA linking
2021-02-16 14:55:26 +01:00
Joakim Nohlgård
12a2243485
unittests: Add XFA tests
2021-02-16 14:55:26 +01:00
Joakim Nohlgård
6adeec09e9
atmega_common: add arch specific XFA ldscript to properly place .roxfa
2021-02-16 14:55:26 +01:00
Joakim Nohlgård
97e1be0830
tests: Add xfa test
2021-02-16 14:21:33 +01:00
66092f5506
core: Introduce cross file arrays (XFA)
...
Co-Authored-By: Joakim Nohlgård <joakim.nohlgard@eistec.se>
2021-02-16 14:21:32 +01:00
Marian Buschsieweke
5bfb93885f
Merge pull request #16019 from nmeum/pr/pktbuf_malloc_free
...
gnrc_pktbuf: always use _free function with gnrc_pktbuf_malloc
2021-02-16 13:57:43 +01:00
2dd49a0737
Merge pull request #15966 from aabadie/pr/make/gcc_10_riscv_failures
...
make: silence a couple of warnings raised with gcc 10 on riscv
2021-02-16 12:05:42 +01:00
09df6a4549
Merge pull request #15971 from aabadie/pr/make/emulate_flash_bug
...
make/emulate: fix bugs when using flash target
2021-02-16 11:56:04 +01:00
benpicco
4bacc4f9b1
Merge pull request #16015 from jeandudey/2021_02_15-gpio-params
...
boards/[cc2650, cc1312]-launchpad: add saul_gpio definitions
2021-02-16 10:12:55 +01:00
benpicco
b4523297c5
Merge pull request #16016 from memiks/issue-15954
...
remove unused parameter spi3w_en to solve issue #15954
2021-02-16 10:12:40 +01:00
chrysn
9c8cbe9aea
riotboot_dfu: Use allocated USB IDs
...
The IDs are not advertised to dfu-util to allow a smooth transition into
having a VID/PID-identifiable riotboot_dfu.
As allocated on https://pid.codes/1209/7D02/ .
2021-02-16 09:11:53 +01:00
Memiks
e6cb7392d7
drivers/bmx280: remove unused parameter spi3w_en #15954
2021-02-16 09:04:08 +09:00
Jean Pierre Dudey
6178698c3d
boards/cc2650-launchpad: add saul_gpio definitions
...
Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
2021-02-15 22:39:05 +01:00
Jean Pierre Dudey
17baeb2258
boards/cc1312-launchpad: add saul_gpio definitions
...
Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
2021-02-15 22:39:05 +01:00
Leandro Lanzieri
4172066ab3
Merge pull request #15984 from MrKevinWeiss/pr/posix_sleep/kconfig
...
sys/posix_sleep: Add Kconfig support
2021-02-15 16:01:09 +01:00
Karl Fessel
f7a8e0840d
Improve meassaging suggest workarounds
2021-02-15 14:40:03 +01:00
Karl Fessel
f3c0a4e602
makefile/..picolib: make missing picolib fail louder
2021-02-15 14:07:42 +01:00
Leandro Lanzieri
85da504d2d
Merge pull request #15947 from nmeum/pr/clif_get_attr_empty
...
clif: Don't access any data if input is empty
2021-02-15 13:53:40 +01:00
MrKevinWeiss
83f5995b6f
murdock: Add tests/posix_sleep to TEST_KCONFIG
2021-02-15 12:24:38 +01:00
MrKevinWeiss
d5a94d79a5
tests/posix_sleep: add Kconfig configuration file
2021-02-15 12:24:38 +01:00
MrKevinWeiss
b8eb12d43b
sys/posix_sleep: add module to Kconfig
2021-02-15 12:24:38 +01:00
benpicco
ffdddc802e
Merge pull request #14738 from benpicco/c11
...
CODING_CONVENTIONS.md: default to C11
2021-02-15 10:42:54 +01:00
chrysn
54b2436daa
Merge pull request #16006 from chrysn-pull-requests/no-mutex-in-init
...
core/mutex: Check against mutex use outside of threads
2021-02-15 10:39:30 +01:00
benpicco
68f840e5e5
Merge pull request #15394 from chrysn-pull-requests/particle-mesh-acmdefault
...
b/c/particle-mesh: Switch default stdio to USB
2021-02-15 10:28:06 +01:00
chrysn
9c08017dea
b/c/particle-mesh: Switch default stdio to USB
...
The ttyUSB0 defaults are inapplicable here, and the default values
should work for CDC-ACM.
2021-02-15 08:56:27 +01:00
chrysn
711e9ab3b6
doc: Warn against blocking in board_init
2021-02-15 06:01:29 +01:00
chrysn
6145949f88
core/mutex: Add assert guard against usage without threads
2021-02-15 06:01:01 +01:00
Marian Buschsieweke
bf7c697c8d
Merge pull request #16004 from benpicco/cpu/nrf52-DCDCEN0_fix
...
cpu/nrf5x: only enable DCDC for REG0 if REG0 exists
2021-02-14 14:28:41 +01:00