Skip to content

Commit 8b2a3be

Browse files
committed
mimxrt: Improve PSRAM implementation
Enable PSRAM by default for Teensy 4.1 Update license info Uncrustify psram.c Remove FLASHMEM macro Use macros defined in fsl_flexspi.h Signed-off-by: Dryw Wade <[email protected]>
1 parent 402b90a commit 8b2a3be

File tree

3 files changed

+191
-209
lines changed

3 files changed

+191
-209
lines changed

ports/mimxrt/boards/TEENSY41/mpconfigboard.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,6 @@
136136
{ IOMUXC_GPIO_B1_11_ENET_RX_ER, 0, 0xB0E9u }, \
137137
{ IOMUXC_GPIO_B1_15_ENET_MDIO, 0, 0xB0E9u }, \
138138
{ IOMUXC_GPIO_B1_14_ENET_MDC, 0, 0xB0E9u },
139+
140+
// Enable PSRAM support
141+
#define MICROPY_HW_ENABLE_PSRAM (1)

0 commit comments

Comments
 (0)