index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
/
run-natmodtests.py
Commit message (
Expand
)
Author
Age
*
tests/run-natmodtests.py: Autodetect the test target architecture.
Alessandro Gatti
2025-02-07
*
tests: Fix all file ioctl's to support only MP_STREAM_CLOSE.
Damien George
2024-12-20
*
tests/run-natmodtests.py: Fix search for supported native tests.
Damien George
2024-05-27
*
tests: Use vfs module instead of os.
Damien George
2024-02-07
*
examples/natmod/deflate: Add deflate as a dynamic native module.
Jim Mussared
2023-07-21
*
all: Remove the zlib module.
Jim Mussared
2023-07-21
*
tests/run-natmodtests.py: Don't allow imports from the cwd.
Jim Mussared
2023-06-08
*
tests: Replace umodule with module everywhere.
Jim Mussared
2023-06-08
*
unix/variants: Remove variant suffix from executable filename.
Damien George
2022-08-11
*
all: Fix paths to mpy-cross and micropython binaries.
Daniel Jour
2022-08-11
*
all: Rename "sys" module to "usys".
stijn
2020-09-04
*
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2020-03-30
*
unix: Rename unix binaries to micropython-variant (not _variant).
Jim Mussared
2020-01-12
*
examples/natmod: Add urandom native module example.
Damien George
2019-12-13
*
tests: Add script to run dynamic-native-module tests.
Damien George
2019-12-12