42 Commits (899592ac341ed9f10ee554424f964f6880fc8c48)

Author SHA1 Message Date
YAMAMOTO Takashi d2a3cd7ac4 embed: Improve stack top estimation. 9 months ago
Angus Gratton 457f2ccf80 examples/embedding: Add -fno-common to the sample compiler flags. 9 months ago
Jim Mussared 45ac651d1a all: Rename *umodule*.c to remove the "u" prefix. 2 years ago
Damien George b1229efbd1 all: Fix spelling mistakes based on codespell check. 2 years ago
Damien George 4f3780a156 examples/embedding: Rework example to use ports/embed. 2 years ago
Jim Mussared 17f2783e4a all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS. 2 years ago
Damien George 8f4c108025 all: Remove MICROPY_PY_IO_FILEIO config option. 2 years ago
Daniel Jour 47c84286e8 all: Fix paths to mpy-cross and micropython binaries. 2 years ago
Damien George 5e20dcf925 examples/embedding: Remove obsolete axtls build target. 2 years ago
David Lechner 81dbea1ce3 shared/readline: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner c118b5d0e4 extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk. 2 years ago
Damien George 5956466c0e py/builtin: Clean up and simplify import_stat and builtin_open config. 2 years ago
Damien George b083cdba2b examples/embedding: Fix build with updated sys and os modules. 3 years ago
Jim Mussared b326edf68c all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE. 3 years ago
Damien George 136369d72f all: Update to point to files in new shared/ directory. 3 years ago
Santeri Paavolainen 42035e5ede examples/embedding: Fix example so it compiles again. 4 years ago
Damien George ad4656b861 all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD. 4 years ago
Damien George 5c8bf12acf all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour. 5 years ago
Jim Mussared 710426024a all: Factor gchelper code to one place and use it for unix & ARM ports. 5 years ago
Damien George 1266ba9754 examples/embedding: Remove obsolete fatfs files from build. 5 years ago
Damien George a8138b75b1 examples/embedding: Replace symlink of mpconfigport.h with real file. 5 years ago
Damien George af20c2ead3 py: Add global default_emit_opt variable to make emit kind persistent. 5 years ago
Damien George 0f4d595beb examples/embedding: Fix hard-coded MP_QSTR_ value. 6 years ago
Dave Hylands 1a2c511e5d examples/embedding: Fix reference to freed memory, lexer src name. 6 years ago
Damien George 31cf49c672 examples/embedding: Add code markup and fix typo in README.md. 6 years ago
Damien George 6b40a06057 examples/embedding: Don't prefix $(MPTOP) to ports/unix source files. 7 years ago
talljosh c2f4f36010 examples/embedding: Update broken paths to use correct $(MPTOP). 7 years ago
Damien George 24c513cbc3 unix/Makefile,embedding/Makefile: Remove obsolete use of STMHAL_SRC_C. 7 years ago
Damien George 4ec803a42a all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros. 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Damien George 761e4c7ff6 all: Remove trailing spaces, per coding conventions. 7 years ago
Damien George 4d2778c9fb examples/embedding: Use core-provided KeyboardInterrupt object. 8 years ago
Ville Skyttä ca16c38210 various: Spelling fixes 8 years ago
Damien George 4c307bfba1 all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h 8 years ago
Damien George b6c7e4b143 all: Use full path name when including mp-readline/timeutils/netutils. 8 years ago
Krzysztof Blazewicz 75589272ef all/Makefile: Remove -ansi from GCC flags, its ignored anyway. 8 years ago
Damien George 21420b13c0 examples/embedding: Place lexer constructor within NLR handler block. 8 years ago
Paul Sokolovsky eb101a2701 examples/embedding/README: Convert to markdown, grammar and clarity fixes. 8 years ago
Damien George 6b239c271c py: Factor out persistent-code reader into separate files. 8 years ago
Damien George 675d1c9c60 ports: Remove typedef of machine_ptr_t, it's no longer needed. 8 years ago
Paul Sokolovsky 4d4cfc2ee6 examples/embedding: Add README. 9 years ago
Paul Sokolovsky 1e77e25675 examples/embedding: Example for embedding MicroPython in an app. 9 years ago