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