8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5521ee commit 4be3a3bCopy full SHA for 4be3a3b
ports/espressif/mpconfigport.h
@@ -17,14 +17,14 @@
17
18
#define CIRCUITPY_DIGITALIO_HAVE_INPUT_ONLY (1)
19
20
+#define MICROPY_PY_FUNCTION_ATTRS (1)
21
+#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
22
+
23
#include "py/circuitpy_mpconfig.h"
24
25
#define MICROPY_NLR_SETJMP (1)
26
#define CIRCUITPY_DEFAULT_STACK_SIZE 0x6000
27
-#define MICROPY_PY_FUNCTION_ATTRS (1)
-#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
-
28
// Nearly all boards have this because it is used to enter the ROM bootloader.
29
#ifndef CIRCUITPY_BOOT_BUTTON
30
#if defined(CONFIG_IDF_TARGET_ESP32C2) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32C6) || defined(CONFIG_IDF_TARGET_ESP32H2)
0 commit comments