cb5a9a7d82
Merge pull request #17724 from fjmolinas/pr_uwb_dw1000_txctrl_patch
...
pkg/uwb-dw1000: add patch for rf_txctrl value
2022-03-22 09:59:30 +01:00
Benjamin Valentin
3bc4d7af64
pkg/littlefs2: bump version to 2.4.2
2022-03-22 09:50:52 +01:00
Marian Buschsieweke
d23837a220
Merge pull request #17835 from fjmolinas/pr_tests_thread_float_ztimer
...
tests/thread_float: use ztimer_usec
2022-03-22 09:25:09 +01:00
Francisco Molina
9403cd266d
tests/thread_float: uncrustify
2022-03-22 08:40:53 +01:00
Francisco Molina
0e4628cb11
tests/thread_float: use ztimer_usec
2022-03-22 08:31:58 +01:00
a2146acef7
Merge pull request #17827 from aabadie/pr/board/nucleo-f439zi
...
boards: add support for nucleo-f439zi
2022-03-21 09:29:48 +01:00
a7c1be8844
cpu/stm32: f439 line has hardware rng
2022-03-21 08:11:46 +01:00
039241ac4b
tools/doccheck: extend exclude patterns for nucleo-f439zi
2022-03-21 08:11:44 +01:00
9311139ad2
boards: add support for nucleo-f439zi
2022-03-21 08:11:00 +01:00
Francisco
5eb6d2df0b
Merge pull request #17820 from fjmolinas/pr_build_in_docker_doc
...
doc/doxygen: add BUILD_IN_DOCKER extended doc
2022-03-21 08:05:42 +01:00
benpicco
62bc9bb7a3
Merge pull request #17825 from leandrolanzieri/core/kconfig/fix_menuconfig_display
...
core/Kconfig: move MODULE_CORE_LIB symbol to fix menuconfig display
2022-03-20 22:38:00 +01:00
Marian Buschsieweke
c4c50c5aa3
Merge pull request #17828 from aabadie/pr/boards/nucleo-f429zi-eth
...
boards/nucleo-f429zi: add support for ethernet
2022-03-19 15:46:04 +01:00
b9b64650ad
tools/doccheck: extend exclude patterns for nucleo-f429zi
2022-03-18 16:19:16 +01:00
1de688c352
boards/nucleo-f429zi: add support for ethernet
2022-03-18 16:07:57 +01:00
7501098a8a
Merge pull request #17819 from aabadie/pr/cpu/samd51_adc_enh
...
cpu/samd51: allow to support ADC0 and ADC1 in the same configuration
2022-03-18 14:09:00 +01:00
benpicco
1e66baf94b
Merge pull request #17699 from viktorbatista/shtc3
...
drivers/shtcx: converted the shtc1 driver into shtcx and added shtc3 support
2022-03-18 14:05:42 +01:00
565af3d56a
boards/adafruit-pybadge: extend and fix ADC configuration
2022-03-18 09:37:31 +01:00
Leandro Lanzieri
a7cc59d9f0
core/Kconfig: move MODULE_CORE_LIB symbol to fix menuconfig display
2022-03-18 08:23:46 +01:00
Francisco Molina
20e68fbb68
sys/xtimer: switch default backend to ztimer
...
With this commit xtimer will always be implemented with ztimer.
The default compat layer will be ztimer_xtimer_compat, so xtimer
calls will be inlined to ZTIMER_USEC, or ZTIMER64_USEC when the
64bit xtimer API is required.
This can be reverted by adding 'xtimer_no_ztimer_default' module
to a build.
2022-03-18 08:23:00 +01:00
Francisco Molina
2681b6c282
tests/*: update Makefile.ci
2022-03-18 08:23:00 +01:00
Leandro Lanzieri
202fb261fe
Merge pull request #17811 from fjmolinas/pr_xtimer_dep_rework_simple
...
sys/*timer: rework dependecies to ease backend switch, prefer ztimer_xtimer_compat over xtimer_on_ztimer
2022-03-18 08:17:24 +01:00
benpicco
82b0e08745
Merge pull request #10082 from gschorcht/drivers_l3gd20h
...
drivers: add driver for L3GD20H 3-axis gyroscope
2022-03-18 08:10:24 +01:00
Francisco Molina
822bef48da
doc/doxygen: add BUILD_IN_DOCKER extended doc
2022-03-18 07:57:50 +01:00
Gunar Schorcht
ce04d978ef
Update drivers/l3gxxxx/Kconfig
...
Co-authored-by: Leandro Lanzieri <leandro.lanzieri@haw-hamburg.de>
2022-03-18 06:34:54 +01:00
Gunar Schorcht
327a4a58b2
boards: add ST L3Gxxxx 3-axis gyro family
2022-03-18 06:34:54 +01:00
Gunar Schorcht
1c666c5955
kconfig: add ST L3Gxxxx 3-axis gyro family
2022-03-18 06:34:54 +01:00
d894d658d4
Merge pull request #17822 from aabadie/pr/tools/pr_check_add_update
...
tools/pr_check: add "Update" keywork to "needs squashing" check
2022-03-17 23:35:08 +01:00
benpicco
299e960eb4
Merge pull request #17816 from leandrolanzieri/pr/sys/fido2/ctap/fix_parsing_validation
...
sys/fido2/ctap: fix parsing validation
2022-03-17 22:04:54 +01:00
chrysn
facb5e633f
Merge pull request #17436 from Ollrogge/reserve_flash
...
cpu: add flash_writable section to linker script
2022-03-17 21:44:32 +01:00
698665edad
tools/pr_check: add Update keywork to need squashing check
2022-03-17 20:01:06 +01:00
Ollrogge
cdde810cb6
tests/periph_flashpage: Add _in_address_space feature tests
2022-03-17 19:46:00 +01:00
Ollrogge
6ab1fb9a09
periph/flashpage: Add FLASH_WRITABLE_INIT macro
2022-03-17 19:46:00 +01:00
Ollrogge
41f961a197
periph/flashpage: Add _in_address_space feature
2022-03-17 19:45:54 +01:00
Gunar Schorcht
9d1a1c6dd4
tests: add ST L3Gxxxx 3-axis gyro family test app
2022-03-17 18:34:57 +01:00
Gunar Schorcht
24106edde9
drivers/saul: add ST L3Gxxxx 3-axis gyroscope family
2022-03-17 18:34:57 +01:00
Gunar Schorcht
1569299c92
drivers: support for ST L3Gxxxx 3-axis gyroscope family
2022-03-17 18:34:57 +01:00
936696fd16
Merge pull request #17818 from fjmolinas/pr_revert_pass_cflags_to_docker_always
...
makefiles/docker.ink.mk: do not always pass CFLAGS to docker
2022-03-17 14:53:01 +01:00
Francisco Molina
46ae295028
tests/xtimer*: select xtimer_no_ztimer_default for tests requiring it
...
These tests need to be tested on xtimer, and if using ztimer_xtimer_compat
the full api will not be provided, therefore also blacklist BOARDs
that will en up selecting ztimer by default.
2022-03-17 14:37:40 +01:00
Francisco Molina
9260cfb4f0
sys/xtimer: prefer ztimer_xtimer_compat
2022-03-17 14:37:40 +01:00
Francisco Molina
0b1453667e
sys/xtimer-ztimer: rework dependecies to ease backend switch
...
This adds a xtimer_no_ztimer_default that is currently always
selected in Makefile, but that can be switched off in Kconfig.
Removing its inclusion will allow switching the default xtimer
backend to ztimer, while allowing for an easy way back.
2022-03-17 14:37:40 +01:00
Francisco Molina
7227d1bb77
sys/xtimer: move dependencies to xtimer/Makefile.dep
2022-03-17 14:37:40 +01:00
Francisco Molina
be6a76a3c0
sys/sc_gnrc_udp: fix *timer include
2022-03-17 14:37:40 +01:00
Francisco Molina
d86828c53b
cpu/efm32: periph_rtt_series0/1 are not modules
2022-03-17 14:37:33 +01:00
Francisco Molina
2cc5af664e
treewide: make all modules use Kconfig ZTIMER_USEC indirection
2022-03-17 14:33:07 +01:00
Francisco
114e61c111
Merge pull request #17786 from fjmolinas/pr_ztimer_rtt_sam3
...
sys/ztimer: auto-select ztimer_no_periph_rtt only for samd21
2022-03-17 12:32:29 +01:00
562cc9bba8
boards/samd51: adapt ADC configuration
2022-03-17 11:45:06 +01:00
9feb1ffa68
cpu/sam0_common: allow for setting the ADC device for each line
2022-03-17 11:44:40 +01:00
Francisco Molina
8b532e8fb6
makefiles/docker.ink.mk: do not always pass CFLAGS to docker
2022-03-17 10:10:45 +01:00
Leandro Lanzieri
9bb6449a1e
sys/fido2/ctap: fix parsing validation
2022-03-17 09:43:42 +01:00
benpicco
43a927cbe9
Merge pull request #17815 from benpicco/drivers/at86rf215-rpc-fix
...
drivers/at86rf215: fix CONFIG_AT86RF215_RPC_EN macro name
2022-03-17 07:46:39 +01:00