Skip to content

Commit d8edae0

Browse files
robert-hhdpgeorge
authored andcommitted
mimxrt/mpconfigport: Enable support for exFAT.
There is plenty of room in the MIMXRT board flash, so it can be enabled. Tested with: - MIMXRT1176_EVK - MIMXRT1061 (Teensy 4.1) - MIMXRT1010 (Olimex RT1010) Signed-off-by: robert-hh <robert@hammelrath.com>
1 parent 58f1ade commit d8edae0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ports/mimxrt/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ uint32_t trng_random_u32(void);
125125
#define MICROPY_FATFS_RPATH (2)
126126
#define MICROPY_FATFS_MULTI_PARTITION (1)
127127
#define MICROPY_FATFS_MAX_SS (4096)
128+
#define MICROPY_FATFS_EXFAT (1)
128129

129130
#ifndef MICROPY_PY_NETWORK
130131
#define MICROPY_PY_NETWORK (1)

0 commit comments

Comments
 (0)