micropython/ports
Yilin Sun 3171c925b7 ports: mimxrt: Fix SNVS_LP build on non-RT1176 devices.
The SDK updates includes a breaking change on devices without valid
external tamper support. This is done by adding a macro checking whether
the `FSL_FEATURE_SNVS_HAS_MULTIPLE_TAMPER` macro is defined and contains
non-zero values in SDK driver. Currently this is only enabled on RT1176,
so here we are adding the same check to prevent calling the non-exist
function on other devices.

Signed-off-by: Yilin Sun <yilin.sun@nxp.com>
2024-03-19 19:17:49 +08:00
..
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200 extmod/modmachine: Add MICROPY_PY_MACHINE_RESET configuration option. 2024-03-15 12:04:37 +11:00
embed all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
esp32 extmod/modmachine: Add MICROPY_PY_MACHINE_RESET configuration option. 2024-03-15 12:04:37 +11:00
esp8266 all: Update extmod, ports, examples to build with new berkeley-db lib. 2024-03-16 12:19:12 +11:00
mcx ports: mcx: Initial port for MCXN947 series MCU. 2024-03-19 18:30:20 +08:00
mimxrt ports: mimxrt: Fix SNVS_LP build on non-RT1176 devices. 2024-03-19 19:17:49 +08:00
minimal minimal: Use printf instead of echo -e. 2024-02-15 16:36:22 +11:00
nrf nrf/boards: Enable MICROPY_HW_ENABLE_USBDEV on boards with USB CDC. 2024-03-16 00:40:39 +11:00
pic16bit all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
powerpc py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
qemu-arm all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
renesas-ra extmod/modmachine: Add MICROPY_PY_MACHINE_RESET configuration option. 2024-03-15 12:04:37 +11:00
rp2 rp2: Enable support for Python USB devices. 2024-03-15 14:24:52 +11:00
samd samd: Enable support for Python USB devices. 2024-03-15 14:24:52 +11:00
stm32 stm32/boards/LEGO_HUB_NO6: Use a raw filesystem for mboot to update fw. 2024-03-19 11:41:55 +11:00
unix all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
webassembly all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
windows py/objdeque: Expand implementation to be doubly-ended and support iter. 2024-03-18 14:10:14 +11:00
zephyr all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00