micropython/ports
robert-hh 1583c1f670 mimxrt: Set MICROPY_GC_STACK_ENTRY_TYPE to uint32_t for large RAM.
It was uint16_t. The change sets it to uint32_t for devices with SDRAM.

Fixes issue #10366.
2023-01-16 12:26:39 +11:00
..
bare-arm
cc3200 cc3200: Remove unused NIC type customisation. 2022-12-15 17:40:18 +11:00
esp32 esp32/boards/GENERIC_S3_SPIRAM_OCT: Add ESP32S3 board with Octal SPIRAM. 2022-12-19 13:29:33 +11:00
esp8266
mimxrt mimxrt: Set MICROPY_GC_STACK_ENTRY_TYPE to uint32_t for large RAM. 2023-01-16 12:26:39 +11:00
minimal
nrf
pic16bit all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS. 2022-10-11 23:17:41 +11:00
powerpc all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS. 2022-10-11 23:17:41 +11:00
qemu-arm
renesas-ra
rp2 rp2/boards: Add pin CSV files to board definitions. 2023-01-16 11:44:28 +11:00
samd
stm32
teensy extmod: Make extmod.mk self-contained. 2022-10-11 23:31:49 +11:00
unix
webassembly webassembly/library: Extract and send data to print as UInt8Array. 2022-12-13 17:16:37 +11:00
windows
zephyr