Files
micropython/ports/stm32/boards/NUCLEO_N657X0/partition_stm32n657xx.h
2025-07-08 16:28:58 +10:00

6 lines
157 B
C

// This board does not use any security settings, so can just stay in secure
// mode without configuring the SAU.
static inline void TZ_SAU_Setup(void) {
}