summaryrefslogtreecommitdiff
path: root/examples/embedding
AgeCommit message (Expand)Author
2024-02-15embed: Improve stack top estimation.YAMAMOTO Takashi
2024-01-31examples/embedding: Add -fno-common to the sample compiler flags.Angus Gratton
2023-06-08all: Rename *umodule*.c to remove the "u" prefix.Jim Mussared
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
2023-01-20examples/embedding: Rework example to use ports/embed.Damien George
2022-10-11all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS.Jim Mussared
2022-08-18all: Remove MICROPY_PY_IO_FILEIO config option.Damien George
2022-08-11all: Fix paths to mpy-cross and micropython binaries.Daniel Jour
2022-07-18examples/embedding: Remove obsolete axtls build target.Damien George
2022-07-18shared/readline: Use MP_REGISTER_ROOT_POINTER().David Lechner
2022-06-21extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk.David Lechner
2022-05-25py/builtin: Clean up and simplify import_stat and builtin_open config.Damien George
2022-03-25examples/embedding: Fix build with updated sys and os modules.Damien George
2021-09-16all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.Jim Mussared
2021-07-12all: Update to point to files in new shared/ directory.Damien George
2021-04-09examples/embedding: Fix example so it compiles again.Santeri Paavolainen
2021-02-04all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.Damien George
2020-04-30all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour.Damien George
2020-04-29all: Factor gchelper code to one place and use it for unix & ARM ports.Jim Mussared
2019-11-11examples/embedding: Remove obsolete fatfs files from build.Damien George
2019-10-29examples/embedding: Replace symlink of mpconfigport.h with real file.Damien George
2019-08-28py: Add global default_emit_opt variable to make emit kind persistent.Damien George
2018-09-14examples/embedding: Fix hard-coded MP_QSTR_ value.Damien George
2018-09-14examples/embedding: Fix reference to freed memory, lexer src name.Dave Hylands
2018-06-18examples/embedding: Add code markup and fix typo in README.md.Damien George
2018-02-23examples/embedding: Don't prefix $(MPTOP) to ports/unix source files.Damien George
2018-02-22examples/embedding: Update broken paths to use correct $(MPTOP).talljosh
2018-02-14unix/Makefile,embedding/Makefile: Remove obsolete use of STMHAL_SRC_C.Damien George
2017-08-21all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-19all: Remove trailing spaces, per coding conventions.Damien George
2017-06-07examples/embedding: Use core-provided KeyboardInterrupt object.Damien George
2017-05-29various: Spelling fixesVille Skyttä
2017-04-01all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George
2017-03-31all: Use full path name when including mp-readline/timeutils/netutils.Damien George
2017-03-23all/Makefile: Remove -ansi from GCC flags, its ignored anyway.Krzysztof Blazewicz
2017-03-14examples/embedding: Place lexer constructor within NLR handler block.Damien George
2017-02-15examples/embedding/README: Convert to markdown, grammar and clarity fixes.Paul Sokolovsky
2016-11-16py: Factor out persistent-code reader into separate files.Damien George
2016-08-15ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George
2016-07-22examples/embedding: Add README.Paul Sokolovsky
2016-07-22examples/embedding: Example for embedding MicroPython in an app.Paul Sokolovsky