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
/
shared
/
runtime
Age
Commit message (
Expand
)
Author
2022-09-19
py/obj: Convert make_new into a mp_obj_type_t slot.
Jim Mussared
2022-09-19
py/obj: Merge getiter and iternext mp_obj_type_t slots.
Jim Mussared
2022-09-19
all: Remove unnecessary locals_dict cast.
Jim Mussared
2022-09-19
all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.
Jim Mussared
2022-08-23
shared/runtime/sys_stdio_mphal: Make func static and remove some TODOs.
Damien George
2022-07-19
shared/runtime/softtimer: Remove obsolete #include statement.
robert-hh
2022-07-19
shared/runtime/softtimer: Move softtimer.[ch] to shared/runtime.
robert-hh
2022-07-18
shared/runtime/pyexec: Use MP_REGISTER_ROOT_POINTER().
David Lechner
2022-06-23
shared/runtime/tinyusb_helpers: Add TinyUSB helper functions.
iabdalkader
2022-04-28
py/modsys: Introduce sys.implementation._machine constant.
Damien George
2022-04-28
py/modsys: Append MicroPython git version and build date to sys.version.
Damien George
2022-03-10
py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.
Damien George
2022-02-24
py: Rework bytecode and .mpy file format to be mostly static data.
Damien George
2022-01-06
shared/runtime/pyexec: Cleanup EXEC_FLAG flag constants.
iabdalkader
2021-12-18
py: Only search frozen modules when '.frozen' is found in sys.path.
Jim Mussared
2021-07-12
all: Update to point to files in new shared/ directory.
Damien George
2021-07-12
shared: Introduce new top-level dir and move 1st party lib code there.
Damien George