Skip to content

Commit

Permalink
stm32/boards/NUCLEO_L432KC: Disable MICROPY_OPT_COMPUTED_GOTO.
Browse files Browse the repository at this point in the history
To save space, after recent fixes to L4 ADC made it overflow flash.

Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Feb 4, 2022
1 parent 80b81ac commit a7530cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.h
Expand Up @@ -3,6 +3,7 @@

#define MICROPY_EMIT_THUMB (0)
#define MICROPY_EMIT_INLINE_THUMB (0)
#define MICROPY_OPT_COMPUTED_GOTO (0)
#define MICROPY_PY_BUILTINS_COMPLEX (0)
#define MICROPY_PY_GENERATOR_PEND_THROW (0)
#define MICROPY_PY_USOCKET (0)
Expand Down

0 comments on commit a7530cb

Please sign in to comment.