index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
persistentcode.c
Age
Commit message (
Expand
)
Author
2019-05-08
Make status light flash blue for incompatible mpy (fixes #1369)
Terri Oda
2018-08-09
Two fixes and translate more strings.
Scott Shawcroft
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-02-14
py/emitglue: When assigning bytecode only pass bytecode len if needed.
Damien George
2018-01-23
Speed up qstr loading by using the stack to store a temporary
Scott Shawcroft
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-05
py/persistentcode: Bump .mpy version number to version 3.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-25
py/persistentcode: Define mp_raw_code_save_file() for any unix target.
Anton Patrushev
2017-08-31
py: Add temporary expanded mpy mismatch message for switch to 2.0.0. (#218)
Scott Shawcroft
2017-06-08
py/persistentcode: Allow to compile with complex numbers disabled.
Damien George
2017-04-22
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Damien George
2017-03-14
py: Allow lexer to raise exceptions during construction.
Damien George
2017-02-17
py/persistentcode: Bump .mpy version due to change in bytecode.
Damien George
2017-02-16
py/persistentcode: Replace mp_uint_t with size_t where appropriate.
Damien George
2016-11-16
py: Factor out persistent-code reader into separate files.
Damien George
2016-11-16
py: Factor persistent code load/save funcs into persistentcode.[ch].
Damien George