esp32/mpconfigport: Document how to get more debug info.
Signed-off-by: Ihor Nehrutsa <Ihor.Nehrutsa@gmail.com>
This commit is contained in:
parent
150a5aa3a1
commit
a724545193
1 changed files with 2 additions and 1 deletions
|
|
@ -62,7 +62,8 @@
|
|||
#define MICROPY_STACK_CHECK_MARGIN (1024)
|
||||
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
|
||||
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
|
||||
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL)
|
||||
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL) // Debugging Note: Increase the error reporting level to view
|
||||
// __FUNCTION__, __LINE__, __FILE__ in check_esp_err() exceptions
|
||||
#define MICROPY_WARNINGS (1)
|
||||
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
|
||||
#define MICROPY_STREAMS_POSIX_API (1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue