Skip to content

Commit 504adc6

Browse files
sanbegdpgeorge
authored andcommitted
stm32/boards/NUCLEO_G474RE: Restore disabled modules on g474re.
Among other things, the framebuf module is missing on NUCEO_G474RE. This board seems to disable a lot of modules, while other *E boards with the same flash configuration (eg NUCLEO_F411RE) don't seem to disable any modules in this way. So, remove all of the lines disabling modules to make it consistent with other boards. Signed-off-by: Steve Sanbeg <steve.sanbeg@gmail.com>
1 parent 4d7c2fd commit 504adc6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ports/stm32/boards/NUCLEO_G474RE/mpconfigboard.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@
99
#define MICROPY_HW_HAS_SWITCH (1)
1010
#define MICROPY_HW_HAS_FLASH (0) // QSPI extflash not mounted
1111

12-
#define MICROPY_PY_ASYNCIO (0)
13-
#define MICROPY_PY_DEFLATE (0)
14-
#define MICROPY_PY_BINASCII (0)
15-
#define MICROPY_PY_HASHLIB (0)
16-
#define MICROPY_PY_JSON (0)
17-
#define MICROPY_PY_RE (0)
18-
#define MICROPY_PY_FRAMEBUF (0)
19-
#define MICROPY_PY_SOCKET (0)
20-
#define MICROPY_PY_NETWORK (0)
21-
2212
// The board has an 24MHz HSE, the following gives 170MHz CPU speed
2313
#define MICROPY_HW_CLK_PLLM (6)
2414
#define MICROPY_HW_CLK_PLLN (85)

0 commit comments

Comments
 (0)