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
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