File tree Expand file tree Collapse file tree 6 files changed +14
-0
lines changed Expand file tree Collapse file tree 6 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1515#define MICROPY_PY_SYS_PLATFORM "BROADCOM"
1616#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (1)
1717#define MICROPY_PY_FUNCTION_ATTRS (1)
18+ #define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
1819#if BCM_VERSION == 2837 || BCM_VERSION == 2711
1920#define MICROPY_OBJ_REPR (MICROPY_OBJ_REPR_A)
2021#elif BCM_VERSION == 2835
Original file line number Diff line number Diff line change 88
99#define MICROPY_PY_SYS_PLATFORM "CXD56"
1010
11+ #define MICROPY_PY_FUNCTION_ATTRS (1)
12+ #define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
13+
1114// 64kiB stack
1215#define CIRCUITPY_DEFAULT_STACK_SIZE (0x10000)
1316
Original file line number Diff line number Diff line change 1717
1818#define CIRCUITPY_DIGITALIO_HAVE_INPUT_ONLY (1)
1919
20+ #define MICROPY_PY_FUNCTION_ATTRS (1)
21+ #define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
22+
2023#include "py/circuitpy_mpconfig.h"
2124
2225#define MICROPY_NLR_SETJMP (1)
Original file line number Diff line number Diff line change 99
1010#define CIRCUITPY_INTERNAL_NVM_SIZE (0)
1111#define MICROPY_NLR_THUMB (0)
12+ #define MICROPY_PY_FUNCTION_ATTRS (1)
1213#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
1314
1415#include "py/circuitpy_mpconfig.h"
Original file line number Diff line number Diff line change 1616#define MICROPY_PY_SYS_PLATFORM "RP2350"
1717#endif
1818
19+ #define MICROPY_PY_FUNCTION_ATTRS (1)
20+ #define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
21+
1922// Setting a non-default value also requires a non-default link.ld
2023#ifndef CIRCUITPY_FIRMWARE_SIZE
2124#define CIRCUITPY_FIRMWARE_SIZE (1020 * 1024)
Original file line number Diff line number Diff line change 88
99#define MICROPY_PY_SYS_PLATFORM "Renode"
1010
11+ #define MICROPY_PY_FUNCTION_ATTRS (1)
12+ #define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
13+
1114#define MICROPY_USE_INTERNAL_PRINTF (1)
1215
1316// This also includes mpconfigboard.h.
You can’t perform that action at this time.
0 commit comments