File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 42
42
#define CIRCUITPY_MCU_FAMILY samd21
43
43
#define MICROPY_PY_SYS_PLATFORM "Atmel SAMD21"
44
44
#define SPI_FLASH_MAX_BAUDRATE 8000000
45
- #define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
46
45
#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (0)
47
46
#define MICROPY_PY_FUNCTION_ATTRS (0)
48
47
// MICROPY_PY_UJSON depends on MICROPY_PY_IO
Original file line number Diff line number Diff line change 64
64
#define MICROPY_ENABLE_FINALISER (1)
65
65
#define MICROPY_ENABLE_GC (1)
66
66
#define MICROPY_ENABLE_SOURCE_LINE (1)
67
- #ifndef MICROPY_ERROR_REPORTING
68
67
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL)
69
- #endif
70
68
#define MICROPY_FLOAT_HIGH_QUALITY_HASH (0)
71
69
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
72
70
#define MICROPY_GC_ALLOC_THRESHOLD (0)
You can’t perform that action at this time.
0 commit comments