File tree Expand file tree Collapse file tree 5 files changed +13
-0
lines changed Expand file tree Collapse file tree 5 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
#define MICROPY_PY_SYS_PLATFORM "CXD56"
10
10
11
+ #define MICROPY_PY_FUNCTION_ATTRS (1)
12
+ #define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
13
+
11
14
// 64kiB stack
12
15
#define CIRCUITPY_DEFAULT_STACK_SIZE (0x10000)
13
16
Original file line number Diff line number Diff line change 22
22
#define MICROPY_NLR_SETJMP (1)
23
23
#define CIRCUITPY_DEFAULT_STACK_SIZE 0x6000
24
24
25
+ #define MICROPY_PY_FUNCTION_ATTRS (1)
26
+ #define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
27
+
25
28
// Nearly all boards have this because it is used to enter the ROM bootloader.
26
29
#ifndef CIRCUITPY_BOOT_BUTTON
27
30
#if defined(CONFIG_IDF_TARGET_ESP32C2 ) || defined(CONFIG_IDF_TARGET_ESP32C3 ) || defined(CONFIG_IDF_TARGET_ESP32C6 ) || defined(CONFIG_IDF_TARGET_ESP32H2 )
Original file line number Diff line number Diff line change 9
9
10
10
#define CIRCUITPY_INTERNAL_NVM_SIZE (0)
11
11
#define MICROPY_NLR_THUMB (0)
12
+ #define MICROPY_PY_FUNCTION_ATTRS (1)
12
13
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
13
14
14
15
#include "py/circuitpy_mpconfig.h"
Original file line number Diff line number Diff line change 16
16
#define MICROPY_PY_SYS_PLATFORM "RP2350"
17
17
#endif
18
18
19
+ #define MICROPY_PY_FUNCTION_ATTRS (1)
20
+ #define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
21
+
19
22
// Setting a non-default value also requires a non-default link.ld
20
23
#ifndef CIRCUITPY_FIRMWARE_SIZE
21
24
#define CIRCUITPY_FIRMWARE_SIZE (1020 * 1024)
Original file line number Diff line number Diff line change 8
8
9
9
#define MICROPY_PY_SYS_PLATFORM "Renode"
10
10
11
+ #define MICROPY_PY_FUNCTION_ATTRS (1)
12
+ #define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
13
+
11
14
#define MICROPY_USE_INTERNAL_PRINTF (1)
12
15
13
16
// This also includes mpconfigboard.h.
You can’t perform that action at this time.
0 commit comments