circuitpython/ports
Damien George 0b3ad98ea9 mimxrt/Makefile: Fix dependencies for generation of flexram_config.s.
Prior to this fix the following would fail:

    $ make build-TEENSY40/flexram_config.s

because it didn't create the build directory before generating the file.

Also, make `hal/resethandler_MIMXRT10xx.S` have an explicit dependency on
`flexram_config.s` rather than the latter just being forced to be built
before everything else.

Signed-off-by: Damien George <damien@micropython.org>
2025-04-10 13:56:51 +10:00
..
alif alif/boards/OPENMV_AE3: Add OpenMV AE3 board definition. 2025-04-09 00:22:33 +10:00
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200 cc3200/mods/pybpin: Implement Pin.toggle() method. 2025-02-28 16:50:45 +11:00
embed all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
esp32 esp32/esp32_common.cmake: Remove obsolete definition. 2025-04-03 16:26:47 +11:00
esp8266 esp8266: Rename ROMFS partition config variables to include "part0". 2025-03-13 18:30:21 +11:00
mimxrt mimxrt/Makefile: Fix dependencies for generation of flexram_config.s. 2025-04-10 13:56:51 +10:00
minimal minimal: Use printf instead of echo -e. 2024-02-15 16:36:22 +11:00
nrf nrf/modules: Fix access of read-only buffer in Flash.writeblocks. 2025-03-06 12:48:22 +11:00
pic16bit pic16bit: Make it build with recent XC16 versions. 2024-10-30 17:21:30 +11:00
powerpc py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
qemu extmod/modvfs: Add vfs.rom_ioctl function and its ioctl constants. 2025-03-06 12:52:35 +11:00
renesas-ra renesas-ra/modrenesas: Expose the Flash block device to Python code. 2025-02-28 17:08:56 +11:00
rp2 rp2/rp2_flash: Configure optimal flash timings. 2025-04-08 11:01:14 +10:00
samd samd/machine_uart: Fix lock-up in loopback mode if read buffer is full. 2025-03-27 11:39:02 +11:00
stm32 stm32/boards/PYBD_SF6: Support boards with larger SPI flash. 2025-04-09 22:36:55 +10:00
unix unix/main: Add coverage test for mounting ROMFS filesystem at startup. 2025-03-06 12:52:35 +11:00
webassembly tests/run-tests.py: Change --target/--device options to --test-instance. 2024-11-04 12:47:47 +11:00
windows all: Upgrade codespell to v2.4.1. 2025-02-25 16:11:33 +11:00
zephyr zephyr/machine_timer: Add machine.Timer class implementation. 2025-03-07 21:32:22 +11:00