1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32/include
Vincent Dupont eb0f6582c7 stm32/can: add option to enable deep-sleep per device
Deep-sleep was based on using rx pin as external interrupt to be able to
wake up from stop mode. If rx pin cannot be used as interrupt or user
does not need to wake up from stop from the CAN, an option is now
present. If en_deep_sleep_wake_up is set to false, setting the device to
sleep simply unblock stop mode. Otherwise the behavior is unchanged.
2021-02-02 15:32:25 +01:00
..
clk cpu/stm32/clk: cleanup common clock configuration 2021-01-25 11:46:35 +01:00
periph cpu/stm32/adc_f4: add support for stm32f7 2021-01-24 22:30:49 +01:00
vendor cpu/stm32: add stm32mp157x vendor headers 2020-11-13 10:43:08 +01:00
.gitignore cpu/stm32: add tool to generate a header with IRQ numof defines 2020-09-02 11:30:49 +02:00
can_params.h boards: enable CAN bus on nucleo-f446re & nucleo-f446ze 2020-07-27 14:36:29 +02:00
candev_stm32.h stm32/can: add option to enable deep-sleep per device 2021-02-02 15:32:25 +01:00
cpu_conf_stm32_common.h cpu/stm32: add basic support for stm32l5 2020-10-23 18:21:50 +02:00
cpu_conf.h stm32/flashpage: Add common stm32_flashpage_block_t type 2020-11-18 12:04:57 +01:00
periph_cpu.h cpu/stm32: Added PTP clock implementation 2020-12-02 17:53:00 +01:00
stmclk.h cpu/stm32: adapt Doxygen documentation 2020-05-20 13:39:11 +02:00
usbdev_stm32.h cpu/stm32: adapt Doxygen documentation 2020-05-20 13:39:11 +02:00