Jose Alamos
8cf53fc8ab
sys/bhp_msg: add IPC based Bottom Half Processor
2022-08-19 12:01:30 +02:00
Jose Alamos
2d4f239d18
sys/bhp: add missing event dependency
2022-08-18 17:04:46 +02:00
Kevin "Tristate Tom" Weiss
f820f94dcf
Merge pull request #18466 from benpicco/netdev_legacy_api-KConfig
...
cpu/{sam0_common, stm32}: select netdev_legacy_api in KConfig
2022-08-18 13:57:37 +02:00
Marian Buschsieweke
2873976d3d
drivers/sx1280: select netdev_legacy_api in KConfig
2022-08-18 09:35:16 +02:00
Benjamin Valentin
d8735c011f
pkg/lorabasics: fix unused parameters warning
...
CI now fails because of this :(
2022-08-18 01:05:31 +02:00
Benjamin Valentin
74dc558972
cpu/{sam0_common, stm32}: select netdev_legacy_api in KConfig
2022-08-17 23:37:05 +02:00
Leandro Lanzieri
2dd59236c8
Merge pull request #18423 from MrKevinWeiss/pr/disable/hashchecks
...
.murdock: disable hash checks of kconfig/make
2022-08-17 18:30:36 +02:00
benpicco
0713e0d9a1
Merge pull request #18313 from benpicco/coap_request_ctx_get_tl_type
...
gcoap: move tl_type to coap_request_ctx_t
2022-08-17 16:51:50 +02:00
benpicco
2321841ccc
Merge pull request #18426 from maribu/sys/net/gnrc/netif/api_check
...
sys/net/gnrc/netif: allow checking if a netdev is legacy or new API
2022-08-17 16:50:16 +02:00
MrKevinWeiss
a00060f4d8
tests/periph_pm: Fix kconfig model
2022-08-17 14:37:25 +02:00
MrKevinWeiss
e5000c8de1
external_boards/nrf52840dk*: Rename to unique board
2022-08-17 14:37:25 +02:00
MrKevinWeiss
29c6fecab3
makefiles/features_modules: ignore non-init periphs
2022-08-17 14:37:24 +02:00
MrKevinWeiss
f7569b57e4
tests/periph_rtc: Fix kconfig model
2022-08-17 14:37:24 +02:00
MrKevinWeiss
9b6036def3
cpu/efm32/periph: remove seriesn in kconfig
...
As this is not handled in the makefile.dep it does not need to be modeled in kconfig.
2022-08-17 14:37:23 +02:00
MrKevinWeiss
418d1c7ba0
external_boards/esp32c3-ci: Add esp_jtag to test
2022-08-17 14:37:23 +02:00
MrKevinWeiss
93aa0e6414
tests/driver_dfplayer: fix app.config.test
2022-08-17 14:37:22 +02:00
MrKevinWeiss
f79f43903d
cpu/periph_eth: Fix kconfig model
...
This probably can be done better as the periph_eth should not be
only part of the stm32 as the sam0 also uses it.
2022-08-17 14:37:22 +02:00
MrKevinWeiss
3e7751ab62
drivers/at25xxx: Fix kconfig model
2022-08-17 14:37:21 +02:00
MrKevinWeiss
40f4950f85
drivers/at24cxxx: Fix kconfig model
2022-08-17 14:37:21 +02:00
Marian Buschsieweke
276ad5716a
sys/net/gnrc/netif: allow checking if a netdev is legacy or new API
...
A if `netdev_driver_t::confirm_send()` is provided, it provides the
new netdev API. However, detecting the API at runtime and handling
both API styles comes at a cost. This can be optimized in case only
new or only old style netdevs are in use.
To do so, this adds the pseudo modules `netdev_legacy_api` and
`netdev_new_api`. As right now no netdev actually implements the new
API, all netdevs pull in `netdev_legacy_api`. If `netdev_legacy_api` is
in used but `netdev_new_api` is not, we can safely assume at compile
time that only legacy netdevs are in use. Similar, if only
`netdev_new_api` is used, only support for the new API is needed. Only
when both are in use, run time checks are needed.
This provides two helper function to check for a netif if the
corresponding netdev implements the old or the new API. (With one
being the inverse of the other.) They are suitable for constant folding
when only new or only legacy devices are in use. Consequently, dead
branches should be eliminated by the optimizer.
2022-08-17 12:56:07 +02:00
benpicco
dffac04069
Merge pull request #18447 from benpicco/vfs_formaat_by_path
...
vfs: introduce vfs_format_by_path()
2022-08-17 12:04:09 +02:00
Gunar Schorcht
5d47b61f9b
Merge pull request #18412 from gschorcht/cpu/esp32/add_esp32s3_doc
...
cpu/esp32: add ESP32-S3 support to documentation
2022-08-17 02:03:29 +02:00
Marian Buschsieweke
57112ca0be
Merge pull request #18457 from gschorcht/pkg/nimble/fix_ad_in_statconn
...
pkg/nimble: fix of legacy advertising in statconn
2022-08-17 01:54:38 +02:00
benpicco
ecbe686b03
Merge pull request #18455 from maribu/doc/doxygen/src/flashing.md
...
doc: Add high-level documentation on flashing boards
2022-08-16 21:12:32 +02:00
benpicco
fc33f887b5
Merge pull request #18438 from Ziesie1/Ziesie1-patch-1
...
tests/unittests: Correct typo in documentation
2022-08-16 18:07:52 +02:00
benpicco
d1ce899188
Merge pull request #18398 from benpicco/gnrc_ipv6_auto_subnets-doc
...
gnrc/ipv6_auto_subnets: improve documentation about subnet generation and RIO
2022-08-16 17:00:52 +02:00
Gunar Schorcht
7b1e0c005f
pkg/nimble: fix legacy advertising in statconn
2022-08-16 13:49:23 +02:00
benpicco
f2720940d7
Merge pull request #18283 from jia200x/pr/opendsme_nrf52840
...
drivers/nrf802154: do not filter broadcast PAN ID
2022-08-16 11:43:07 +02:00
benpicco
0aff42c682
Merge pull request #18383 from jia200x/pr/kw2xrf_radio_hal
...
drivers/kw2xrf: add support for IEEE 802.15.4 Radio HAL
2022-08-16 11:42:03 +02:00
Benjamin Valentin
5b5c5ccc0f
dist/whitespacecheck: ignore .svg files
2022-08-16 11:31:23 +02:00
Benjamin Valentin
28ff28aee0
gnrc/ipv6_auto_subnets: document the role of the RIO
2022-08-16 11:31:23 +02:00
Benjamin Valentin
18e74ae8c0
gnrc/ipv6_auto_subnets: document subnet generation better
2022-08-16 11:31:23 +02:00
MrKevinWeiss
54c4bd56ca
sys/cpp11-compat: Fix kconfig model
2022-08-16 10:57:26 +02:00
MrKevinWeiss
99f4fd633e
makefiles: Prevent periph_init_mcg_lite module
2022-08-16 10:57:26 +02:00
MrKevinWeiss
01eebc7000
Makefile.include: remove CI-build: skipping link step
...
This creates diff failures when calling info-modules and info-packages.
Ideally info-modules and info-packages have clean output for the CI build
2022-08-16 10:57:25 +02:00
MrKevinWeiss
606402e848
drivers: Only select periph_gpio_ll_irq_unmask if needed
2022-08-16 10:57:25 +02:00
Marian Buschsieweke
cc451a5531
doc: Add documentation for TTY_BOARD_FILTER
2022-08-15 16:30:36 +02:00
Marian Buschsieweke
1fd908bd70
doc: Move flashing tips to flashing.md
2022-08-15 16:27:19 +02:00
Marian Buschsieweke
81c2f05fa9
doc: Add high level documentation on flashing
...
This is mostly intended as a place to add available configuration
options for each `<foo>` in `PROGRAMMER=<foo>`.
2022-08-15 16:18:16 +02:00
Jose Alamos
8eb17c8769
doccheck/exclude_patterns: add KW2XRF_PARAM_RESET to exclude list
2022-08-15 12:11:05 +02:00
Jose Alamos
76ec74f377
tests/driver_kw2xrf: adapt to radio HAL port
2022-08-15 12:11:05 +02:00
Jose Alamos
f8646f8e11
tests/ieee802154_submac: add support for kw2xrf radios
...
Co-authored-by: Michel Rottleuthner <michel.rottleuthner@haw-hamburg.de>
2022-08-15 12:11:05 +02:00
Jose Alamos
f1ca73e934
tests/ieee802154_hal: add support for kw2xrf radios
...
Co-authored-by: Michel Rottleuthner <michel.rottleuthner@haw-hamburg.de>
2022-08-15 12:11:04 +02:00
Jose Alamos
4ebcd7c055
drivers/kw2xrf: add IEEE 802.15.4 Radio HAL support
...
Co-authored-by: Michel Rottleuthner <michel.rottleuthner@haw-hamburg.de>
2022-08-15 12:11:03 +02:00
Martine Lenders
25a5269150
Merge pull request #18433 from nmeum/pr/asymcute-length-check
...
asymcute: fix one byte out-of-bounds access in _len_get
2022-08-13 21:12:26 +02:00
Marian Buschsieweke
5247158e34
Merge pull request #18449 from gschorcht/pkg/nimble/ble_adv_ext_and_cleanup
...
pkg/nimble: add feature ble_adv_ext and cleanup ble_* features
2022-08-13 16:31:34 +02:00
Marian Buschsieweke
8d1b857fd0
Merge pull request #18450 from maribu/boards/common/blxxxpill
...
boards/common/blxxxpill: use UART_DEV(0) for stdio
2022-08-13 15:05:30 +02:00
Marian Buschsieweke
a1ed6f3b78
boards/common/blxxxpill: use UART_DEV(0) for stdio
...
Using `UART_DEV(0)` (UASRT1) for stdio allows to use the same TTL
adapter that is used for programming via `stm32flash` to be used for
serial, without re-wiring after flashing.
2022-08-12 19:13:29 +02:00
Gunar Schorcht
491d4f30e2
cpu/nrf52: nRF52x MCUs support Bluetooth 5 Advertising
2022-08-12 16:15:20 +02:00
Gunar Schorcht
20f3e8b4fc
pkg/nimble: add feature ble_adv_ext
...
To control the compilation of NimBLE modules `nimble_*_ext` that require the Bluetooth 5 Advertising Extension, the `ble_adv_ext` is introduced to indicate that a platform supports this feature.
2022-08-12 16:15:14 +02:00