openmv/ports/stm32
iabdalkader 01113ebee9 stm32: Disable clock gating during sleep for STM32N6 peripherals
Remove individual peripheral sleep clock enable/disable calls and instead
enable all AHB/APB peripheral clocks during sleep mode. This is needed
because MicroPython doesn't manage peripheral sleep clocks individually.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-09-16 18:20:38 +02:00
..
modules lib/imlib: Add transform argument to draw_image. 2025-07-31 13:13:45 -07:00
axiqos.h misc: Restructure repo. 2025-04-13 08:28:34 +02:00
hash.c misc: Restructure repo. 2025-04-13 08:28:34 +02:00
hash.h misc: Restructure repo. 2025-04-13 08:28:34 +02:00
main.c ports/stm32: Fix SystemClock_config() hard faulting. 2025-08-15 15:05:16 -07:00
omv_crc.c ports/stm32: Implement hardware accelerated CRC. 2025-09-11 22:08:58 +02:00
omv_csi.c ports/all: Update framebuffer API. 2025-09-02 16:05:55 +02:00
omv_gpio.c ports/stm32: N6 support. 2025-06-19 16:13:14 +02:00
omv_gpu.c ports/all: Remove old profiling macros. 2025-08-24 14:40:02 +02:00
omv_i2c.c ports/stm32: Fix I2C lockup on bus error. 2025-06-30 23:43:20 +02:00
omv_mpconfigport.h misc: Restructure repo. 2025-04-13 08:28:34 +02:00
omv_portconfig.h ports/stm32: Move dma_queue to port bits. 2025-08-16 18:36:29 -07:00
omv_portconfig.mk ports/stm32: Fix build. 2025-08-15 19:20:46 +02:00
omv_spi.c ports/stm32: Refactor DMA code. 2025-07-05 15:14:18 +02:00
soft_i2c.c misc: Restructure repo. 2025-04-13 08:28:34 +02:00
soft_i2c.h misc: Restructure repo. 2025-04-13 08:28:34 +02:00
stm_dma.c ports/stm32: Use MicroPython GPDMA handles. 2025-08-15 19:20:46 +02:00
stm_dma.h ports/stm32: Add DMA init functions. 2025-07-05 15:10:18 +02:00
stm_hal.c stm32: Disable clock gating during sleep for STM32N6 peripherals 2025-09-16 18:20:38 +02:00
stm_isp.c ports/stm32: Refactor CSI ISP code. 2025-07-06 14:26:23 +02:00
stm_isp.h ports/stm32: Refactor CSI ISP code. 2025-07-06 14:26:23 +02:00
stm_jpeg.c ports/all: Remove old profiling macros. 2025-08-24 14:40:02 +02:00
stm_nema.c ports/stm32: Use common alignment macros. 2025-07-16 11:18:56 +02:00
stm_pwm.c ports/stm32: Fix typo in stm32_pwm. 2025-07-21 09:24:57 +02:00
stm_pwm.h ports/stm32: Add timer helper functions. 2025-07-12 17:12:37 +02:00
stm_xspi.c ports/stm32: Rename port files consistently. 2025-07-05 14:50:03 +02:00
stm_xspi.h ports/stm32: Rename port files consistently. 2025-07-05 14:50:03 +02:00
stm.ld.S ports/stm32: Rename port files consistently. 2025-07-05 14:50:03 +02:00
ulpi.c misc: Restructure repo. 2025-04-13 08:28:34 +02:00
ulpi.h misc: Restructure repo. 2025-04-13 08:28:34 +02:00