chrysn
433d7ba2a5
{examples,tests}/rust: cargo update
...
This restores compatibility with current nightlies by using the latest
coap-message version (after a nightly-only feature that uses saw a late
change), and also removes obstacles for use with stable Rust 1.59 (in
unrelated parts; the CoAP example is still nightly-only).
Contributes-To: https://github.com/RIOT-OS/RIOT/issues/17526
2022-02-25 12:57:55 +01:00
fa450ee675
Merge pull request #17700 from chrysn-pull-requests/doc-c2rust-double-line
...
doc/rust: Remove duplicate (and wrong) line
2022-02-24 17:52:06 +01:00
chrysn
204a622fc3
doc/rust: Remove duplicate (and wrong) line
...
The duplication happened already in the initial version, and when
[17504] had the `--locked` added, the opportunity to remove the
duplication was missed.
[17504]: https://github.com/RIOT-OS/RIOT/pull/17504
2022-02-24 16:53:02 +01:00
f2d7a04c84
Merge pull request #17670 from fjmolinas/pr_ztimer_xtimer_copmat_64
...
sys/ztimer: add ztimer64_xtimer_compat complete xtimer replace module
2022-02-24 12:02:31 +01:00
Francisco Molina
46fe917388
tests/xtimer_drift: add missing dependency
2022-02-24 09:10:58 +01:00
Francisco Molina
106db4616b
sys/Makefile.dep: add missing newlib_syscalls dep
2022-02-24 09:10:58 +01:00
df8086091f
sys/ztimer: add ztimer64_xtimer_compat
...
The ztimer64_xtimer_compat modules implements the whole xtimer api
on top of ztimer64_usec
2022-02-24 09:10:58 +01:00
d43ad768f1
Merge pull request #17689 from fjmolinas/pr_event_timeout_deprecate_xtimer
...
sys/event/timeout: remove alternative xtimer implementation
2022-02-23 13:37:30 +01:00
Francisco Molina
dff92b59b5
sys/event/periodic: remove wrong event_timeout_dependency
2022-02-23 12:14:52 +01:00
Francisco Molina
b4a70fc29c
sys/event/timeout: remove alternative xtimer implementation
...
The old event_timeout API is no soley implemented on top of ztimer_usec.
2022-02-23 12:14:30 +01:00
c6151226ad
Merge pull request #17633 from fjmolinas/pr_ztimer_auto_adjust
...
sys/ztimer: add auto_adjust module
2022-02-23 10:01:05 +01:00
Francisco
59208722ad
Merge pull request #17008 from benpicco/board_common
...
sys/board_common: add generic board_init() function
2022-02-23 08:59:32 +01:00
Dylan Laduranty
fb24a54208
Merge pull request #17687 from benpicco/cpu/saml21-EXTWAKE
...
cpu/sam0_common: implement EXTWAKE for SAM L21
2022-02-22 21:49:24 +01:00
Benjamin Valentin
35ecfadf54
doc/porting-boards.md: update documentation of board_init()
2022-02-22 18:27:37 +01:00
Francisco Molina
464d941a3e
boards: drop empty custom board_init & empty board.c
2022-02-22 18:27:37 +01:00
Benjamin Valentin
3977023700
boards/esp32-*: drop custom board_init()
2022-02-22 18:27:37 +01:00
Francisco
ff39d5f388
Merge pull request #17657 from benpicco/shell/udp_cmd-fix
...
shell/sc_gnrc_udp: always use delay in µs
2022-02-22 10:44:57 +01:00
Benjamin Valentin
4d7a3c1dba
sys/board_common: add generic board_init() function
2022-02-22 10:04:44 +01:00
Dylan Laduranty
38943b7051
Merge pull request #17686 from benpicco/cpu/sam0_common-info.mk
...
cpu/saml21: derive low power SRAM length from model number
2022-02-22 00:48:36 +01:00
benpicco
f966dfa356
Merge pull request #16989 from fabian18/cpu_stm32_add_vbat
...
cpu/stm32: add backup battery monitoring (VBAT)
2022-02-21 21:44:43 +01:00
benpicco
ec6c590260
Merge pull request #17685 from fjmolinas/pr_dix_dsm_dep
...
sys/net/dsm: add missing dependencies
2022-02-21 20:26:06 +01:00
benpicco
eb99e27553
Merge pull request #17684 from fjmolinas/pr_auto_init_led_kconfig
...
boards/Kconfig: remove wrongfully added MODULE_AUTO_INIT_LED* sym
2022-02-21 19:08:32 +01:00
Benjamin Valentin
c44cf1423e
cpu/saml21: derive low power SRAM length from model number
2022-02-21 19:04:16 +01:00
Benjamin Valentin
7c1c2407b0
cpu/sam0_common: implement EXTWAKE for SAM L21
...
On SAM L21 only 8 EXTWAKE pins can wake the CPU from Backup sleep.
Handle this analogous to the RTC tamper pins on SAM D5x/E5x where
configuring them as an interrupt will also cause them to wake the
device from Deep Sleep.
2022-02-21 19:03:06 +01:00
Francisco Molina
0a2b83358c
sys/net/dsm: add missing dependencies
2022-02-21 15:15:02 +01:00
Benjamin Valentin
9121680204
cpu/sam0_common: decode model number
2022-02-21 15:13:29 +01:00
Francisco Molina
d3234c929b
boards/Kconfig: remove wrongfully added MODULE_AUTO_INIT_LED* sym
2022-02-21 14:35:50 +01:00
Fabian Hüßler
e3509fc023
cpu/stm32: add sampling time to F4/F7 ADC driver
2022-02-21 10:49:43 +01:00
Fabian Hüßler
2775c72018
tests/driver_vbat: add test for backup battery monitoring
2022-02-21 10:49:43 +01:00
Fabian Hüßler
fa52f1e986
cpu/stm32: Consider VBAT on CPU init
2022-02-21 10:49:43 +01:00
Fabian Hüßler
9163d78910
boards: add VBAT for stm32 based boards with ADC
2022-02-21 10:49:43 +01:00
Fabian Hüßler
33c2944076
cpu/stm32: add VBAT for stm32
2022-02-21 10:49:43 +01:00
Francisco
3e2b6706b9
Merge pull request #17677 from fjmolinas/pr_tinydtls_ztimer_cleanup
...
pkg/tinydtls/sock_dtls: use ztimer_usec
2022-02-21 08:27:38 +01:00
Fabian Hüßler
66a7a0a065
drivers/periph: add VBAT interface
2022-02-20 13:43:19 +01:00
benpicco
900c13cadf
Merge pull request #17682 from fabian18/nucleo-f767zi_adc_conf_indentation
...
boards/nucleo-f767zi: fix adc_config indentation
2022-02-20 10:54:22 +01:00
Fabian Hüßler
4e8c979e7d
boards/nucleo-f767zi: fix adc_config indentation
2022-02-20 09:44:41 +01:00
Francisco
dd150fe47e
Merge pull request #17584 from benpicco/auto_init_leds
...
sys/auto_init: add auto_init_leds, drop LED init code from boards
2022-02-18 19:40:50 +01:00
Benjamin Valentin
2127f091d4
boards/avr-rss2: provide custom led_init()
2022-02-18 14:35:53 +01:00
Benjamin Valentin
de0eed384d
boards/remote: provide custom led_init()
2022-02-18 14:35:49 +01:00
Benjamin Valentin
d6035fe247
boards/nrf6310: provide custom led_init()
2022-02-18 14:35:49 +01:00
Benjamin Valentin
301e955418
boards/mcb2388: provide custom led_init()
2022-02-18 14:35:46 +01:00
Benjamin Valentin
468ea89953
boards: drop LED init
...
This is handled by periph_init_leds now
2022-02-18 14:35:43 +01:00
Benjamin Valentin
cd6aea3549
makefiles: make periph_init_leds a default module
2022-02-18 14:35:43 +01:00
Benjamin Valentin
982598a199
drivers/periph_common: add periph_init_leds to init all on-board LEDs
2022-02-18 14:35:43 +01:00
Francisco Molina
a3d58c6dcd
pkg/tinydtls/sock_dtls: use ztimer_usec
2022-02-18 13:33:36 +01:00
Francisco Molina
73e7eacf22
pkg/tinydtls/contrib: uncruistify
2022-02-18 13:17:23 +01:00
Francisco Molina
59d069c59d
boards: update CONFIG_ZTIMER_USEC_ADJUST% values
2022-02-18 13:07:49 +01:00
Francisco Molina
a8006a74f8
tests/ztimer_overhead: add ztimer_sleep overhead
2022-02-18 13:07:49 +01:00
d758cb93ef
sys/ztimer: add auto_adjust module
2022-02-18 13:07:49 +01:00
Francisco
60f3410ae0
Merge pull request #17671 from PeterKietzmann/pr_puf_sram_esp32
...
cpu/esp32: enable puf_sram feature
2022-02-18 11:45:49 +01:00