Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
Go to the source code of this file.
Typedefs | |
typedef intptr_t | mp_int_t |
typedef uintptr_t | mp_uint_t |
typedef long | mp_off_t |
Variables | |
const struct _mp_obj_module_t | kandinsky_module |
#define INT_FMT "%d" |
Definition at line 72 of file mpconfigport.h.
#define MICROPY_ALLOC_PARSE_CHUNK_INIT (16) |
Definition at line 14 of file mpconfigport.h.
#define MICROPY_ALLOC_PATH_MAX (256) |
Definition at line 13 of file mpconfigport.h.
#define MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG (0) |
Definition at line 33 of file mpconfigport.h.
#define MICROPY_COMP_CONST (0) |
Definition at line 19 of file mpconfigport.h.
#define MICROPY_COMP_DOUBLE_TUPLE_ASSIGN (0) |
Definition at line 20 of file mpconfigport.h.
#define MICROPY_COMP_MODULE_CONST (0) |
Definition at line 18 of file mpconfigport.h.
#define MICROPY_COMP_TRIPLE_TUPLE_ASSIGN (0) |
Definition at line 21 of file mpconfigport.h.
#define MICROPY_CPYTHON_COMPAT (0) |
Definition at line 55 of file mpconfigport.h.
#define MICROPY_DEBUG_PRINTERS (0) |
Definition at line 23 of file mpconfigport.h.
#define MICROPY_EMIT_INLINE_THUMB (0) |
Definition at line 17 of file mpconfigport.h.
#define MICROPY_EMIT_THUMB (0) |
Definition at line 16 of file mpconfigport.h.
#define MICROPY_EMIT_X64 (0) |
Definition at line 15 of file mpconfigport.h.
#define MICROPY_ENABLE_COMPILER (1) |
Definition at line 9 of file mpconfigport.h.
#define MICROPY_ENABLE_DOC_STRING (0) |
Definition at line 31 of file mpconfigport.h.
#define MICROPY_ENABLE_GC (1) |
Definition at line 24 of file mpconfigport.h.
#define MICROPY_ENABLE_SOURCE_LINE (1) |
Definition at line 30 of file mpconfigport.h.
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED) |
Definition at line 32 of file mpconfigport.h.
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE) |
Definition at line 57 of file mpconfigport.h.
#define MICROPY_GC_ALLOC_THRESHOLD (0) |
Definition at line 25 of file mpconfigport.h.
#define MICROPY_HELPER_LEXER_UNIX (0) |
Definition at line 29 of file mpconfigport.h.
#define MICROPY_HELPER_REPL (1) |
Definition at line 28 of file mpconfigport.h.
#define MICROPY_HW_BOARD_NAME "minimal" |
Definition at line 90 of file mpconfigport.h.
#define MICROPY_HW_MCU_NAME "unknown-cpu" |
Definition at line 91 of file mpconfigport.h.
#define MICROPY_KBD_EXCEPTION (1) |
Definition at line 113 of file mpconfigport.h.
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) |
Definition at line 56 of file mpconfigport.h.
#define MICROPY_MAKE_POINTER_CALLABLE | ( | p | ) | ((void*)((mp_uint_t)(p) | 1)) |
Definition at line 65 of file mpconfigport.h.
#define MICROPY_MEM_STATS (0) |
Definition at line 22 of file mpconfigport.h.
#define MICROPY_MODULE_FROZEN_MPY (0) |
Definition at line 54 of file mpconfigport.h.
#define MICROPY_PORT_BUILTIN_MODULES { MP_ROM_QSTR(MP_QSTR_kandinsky), MP_ROM_PTR(&kandinsky_module) } |
Definition at line 110 of file mpconfigport.h.
#define MICROPY_PORT_BUILTINS |
Definition at line 83 of file mpconfigport.h.
#define MICROPY_PORT_ROOT_POINTERS const char *readline_hist[8]; |
Definition at line 104 of file mpconfigport.h.
#define MICROPY_PY___FILE__ (0) |
Definition at line 43 of file mpconfigport.h.
#define MICROPY_PY_ARRAY (0) |
Definition at line 45 of file mpconfigport.h.
#define MICROPY_PY_ASYNC_AWAIT (0) |
Definition at line 34 of file mpconfigport.h.
#define MICROPY_PY_ATTRTUPLE (0) |
Definition at line 46 of file mpconfigport.h.
#define MICROPY_PY_BUILTINS_BYTEARRAY (0) |
Definition at line 35 of file mpconfigport.h.
#define MICROPY_PY_BUILTINS_ENUMERATE (0) |
Definition at line 37 of file mpconfigport.h.
#define MICROPY_PY_BUILTINS_FILTER (0) |
Definition at line 38 of file mpconfigport.h.
#define MICROPY_PY_BUILTINS_FROZENSET (0) |
Definition at line 39 of file mpconfigport.h.
#define MICROPY_PY_BUILTINS_MEMORYVIEW (0) |
Definition at line 36 of file mpconfigport.h.
#define MICROPY_PY_BUILTINS_PROPERTY (0) |
Definition at line 42 of file mpconfigport.h.
#define MICROPY_PY_BUILTINS_REVERSED (0) |
Definition at line 40 of file mpconfigport.h.
#define MICROPY_PY_BUILTINS_SET (0) |
Definition at line 41 of file mpconfigport.h.
#define MICROPY_PY_CMATH (1) |
Definition at line 50 of file mpconfigport.h.
#define MICROPY_PY_COLLECTIONS (0) |
Definition at line 47 of file mpconfigport.h.
#define MICROPY_PY_GC (0) |
Definition at line 44 of file mpconfigport.h.
#define MICROPY_PY_IO (0) |
Definition at line 51 of file mpconfigport.h.
#define MICROPY_PY_MATH (1) |
Definition at line 48 of file mpconfigport.h.
#define MICROPY_PY_MATH_SPECIAL_FUNCTIONS (1) |
Definition at line 49 of file mpconfigport.h.
#define MICROPY_PY_STRUCT (0) |
Definition at line 52 of file mpconfigport.h.
#define MICROPY_PY_SYS (0) |
Definition at line 53 of file mpconfigport.h.
#define MICROPY_PY_URANDOM (1) |
Definition at line 58 of file mpconfigport.h.
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1) |
Definition at line 59 of file mpconfigport.h.
#define MICROPY_QSTR_BYTES_IN_HASH (1) |
Definition at line 11 of file mpconfigport.h.
#define MICROPY_REPL_EVENT_DRIVEN (0) |
Definition at line 27 of file mpconfigport.h.
#define MICROPY_STACK_CHECK (1) |
Definition at line 26 of file mpconfigport.h.
#define MICROPY_VM_HOOK_LOOP micropython_port_should_interrupt(); |
Definition at line 61 of file mpconfigport.h.
#define MP_PLAT_PRINT_STRN | ( | str, | |
len | |||
) | mp_hal_stdout_tx_strn_cooked(str, len) |
Definition at line 80 of file mpconfigport.h.
#define MP_STATE_PORT MP_STATE_VM |
Definition at line 102 of file mpconfigport.h.
#define SEEK_CUR 1 |
Definition at line 78 of file mpconfigport.h.
#define UINT_FMT "%u" |
Definition at line 71 of file mpconfigport.h.
Definition at line 73 of file mpconfigport.h.
typedef long mp_off_t |
Definition at line 76 of file mpconfigport.h.
Definition at line 74 of file mpconfigport.h.
const struct _mp_obj_module_t kandinsky_module |
Definition at line 20 of file modkandinsky.c.