-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19392: ztimer: Fix doc on ztimer_remove r=benpicco a=bergzand ### Contribution description See the subject ### Testing procedure Read the modified docs ### Issues/PRs references None 19398: gnrc_ipv6_static_addr: fix build with only static address r=benpicco a=benpicco 19399: drivers/usbdev_synopsys_dwc2: add ESP32x power management r=benpicco a=gschorcht ### Contribution description This PR adds power management handling for ESP32x SoCs. ### Testing procedure Use and ESP32-S2 or ESP32-S3 board and flash `tests/periph_pm` using the `stdio_cdc_acm` ``` USEMODULE=stdio_cdc_acm BOARD=esp32s3-devkit make -j8 -C tests/periph_pm flash ``` Connect the terminal to the board and execute command: ``` set_rtc 1 1 ``` The console should continue to work after the 1-s light sleep. ### Issues/PRs references Co-authored-by: Koen Zandberg <koen@bergzand.net> Co-authored-by: Benjamin Valentin <benpicco@beuth-hochschule.de> Co-authored-by: Gunar Schorcht <gunar@schorcht.net>
- Loading branch information
Showing
3 changed files
with
31 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters