Disable REPL on custom micro python build for RP2 #16919
Unanswered
D-Paesani
asked this question in
RP2040 / Pico
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to compile my own .uf firmware for a RP2040 as follows:
I am trying to configure the build as
#define MICROPY_HW_ENABLE_UART_REPL (0)
#define MICROPY_HW_ENABLE_USBDEV (0)
but then MAKE will fail with " in function
mp_os_dupterm_notify': ... undefined reference to
stdin_ringbuf' "What will instead happen by using #define MICROPY_HW_USB_CDC (0) ?
I am sure I am missing something, but I cannot figure out what...
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions