index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/checkout-6
origin/dependabot/github_actions/actions/upload-artifact-5
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
/
docs
/
develop
Age
Commit message (
Expand
)
Author
2025-03-17
tools/mpy_ld.py: Allow linking static libraries.
Volodymyr Shymanskyy
2024-12-23
tools/mpy_ld.py: Add native modules support for RV32 code.
Alessandro Gatti
2024-11-04
tests/run-tests.py: Change --target/--device options to --test-instance.
Damien George
2024-08-01
py/py.mk: Add SRC_USERMOD_LIB_ASM to include assembly files.
George Hopkins
2024-04-29
docs/develop/optimizations: Fix typo identified in issue 14391.
Matt Trentini
2024-03-07
all: Prune trailing whitespace.
Phil Howard
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2024-02-16
py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t.
Damien George
2024-01-16
docs/develop/porting: Fix argument type of mp_lexer_new_from_file().
Damien George
2023-10-02
docs: Add requirements.txt file with dependencies for Sphinx.
Jos Verlinde
2023-08-05
docs/develop/gettingstarted: Update ARM package list.
Elecia White
2023-08-04
docs/develop/gettingstarted: Clarify submodule initialization.
Rene Straub
2023-06-08
py/builtinimport: Remove weak links.
Jim Mussared
2023-05-19
docs/develop/porting: Add missing code to example main.c and Makefile.
marble
2023-04-27
all: Fix spelling mistakes based on codespell check.
Damien George
2022-12-08
py: Pass in address to compiled module instead of returning it.
Damien George
2022-11-23
examples/usercmodule: Add example of a native C class.
Laurens Valk
2022-11-11
docs/develop: Fix mp_compile snippet to match latest code.
Damien George
2022-10-11
py/py.mk: Make user-C-module handling self-contained in py.mk.
Jim Mussared
2022-10-11
all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS.
Jim Mussared
2022-09-30
top: Replace upip with mip everywhere.
Jim Mussared
2022-08-11
docs: Update links for Arm GCC toolchain.
David Lechner
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-06-02
all: Remove third argument to MP_REGISTER_MODULE.
Damien George
2022-05-23
py/dynruntime.mk: Add basic support for armv6m architecture.
Damien George
2022-02-04
docs/develop/porting.rst: Fix build and import problems in the example.
Cem Eliguzel
2021-12-18
py/runtime: Allow initialising sys.path/argv with defaults.
Damien George
2021-12-15
docs: Remove trailing spaces and convert tabs to spaces.
Damien George
2021-08-13
docs: Replace ufoo with foo in all docs.
Jim Mussared
2021-07-12
all: Update to point to files in new shared/ directory.
Damien George
2021-05-04
docs: Fix some spelling mistakes.
Mike Causer
2021-04-02
docs/develop: Improve user C modules to properly describe how to build.
Damien George
2021-04-01
examples/usercmodules: Simplify user C module enabling.
Damien George
2021-03-31
docs/develop/cmodules.rst: Document C-modules and micropython.cmake.
Phil Howard
2021-03-15
all: Add .git-blame-ignore-revs for fixing up git blame output.
stijn
2021-03-12
tests: Rename run-tests to run-tests.py for consistency.
Damien George
2021-01-30
docs/develop/natmod: Fix a small typo, con->can.
Samuelson
2021-01-27
docs/develop: Add MicroPython Internals chapter.
nanjekyejoannah
2020-10-29
docs/develop/cmodules.rst: Add link to source code for user C example.
Damien George
2020-10-29
examples: Add example code for user C modules, both C and C++.
stijn
2020-10-29
py/py.mk: Support C++ code for user C modules.
stijn
2020-10-29
docs: Fix reference to QSTR_GEN_CFLAGS Makefile flag.
stijn
2020-09-25
docs/develop: Add notes on prerequisite tools for building native .mpy.
Damien George
2020-05-16
docs/develop: Fix module/source name in Makefile of native example.
Damien George
2020-02-16
docs/develop: Detail how to add symbols to mp_fun_table for native mods.
Thorsten von Eicken
2020-01-06
docs: More consistent capitalization and use of articles in headings.
Jason Neal
2019-12-19
docs/develop: Add documentation on how to build native .mpy modules.
Damien George
2019-10-04
docs/develop/qstr.rst: Add documentation for string interning.
Jim Mussared
2019-04-18
docs/cmodules: Note the various ways MODULE_EXAMPLE_ENABLED can be set.
Daniel O'Connor
[next]