File tree 6 files changed +14
-0
lines changed
6 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 15
15
#define MICROPY_PY_SYS_PLATFORM "BROADCOM"
16
16
#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (1)
17
17
#define MICROPY_PY_FUNCTION_ATTRS (1)
18
+ #define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
18
19
#if BCM_VERSION == 2837 || BCM_VERSION == 2711
19
20
#define MICROPY_OBJ_REPR (MICROPY_OBJ_REPR_A)
20
21
#elif BCM_VERSION == 2835
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 17
17
18
18
#define CIRCUITPY_DIGITALIO_HAVE_INPUT_ONLY (1)
19
19
20
+ #define MICROPY_PY_FUNCTION_ATTRS (1)
21
+ #define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
22
+
20
23
#include "py/circuitpy_mpconfig.h"
21
24
22
25
#define MICROPY_NLR_SETJMP (1)
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