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
/
lib
/
utils
/
pyexec.h
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2020-12-01
address review comments
Dan Halbert
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-01-31
lib/utils/pyexec.h: Include py/obj.h because its decls are needed.
Damien George
2017-10-24
Merge commit 'f57be61' into nrf2_merge
Scott Shawcroft
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-08
Merge remote-tracking branch 'upstream/master'
Daniel Tralamazza
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-03-03
lib/utils: Expose pyb_set_repl_info function public
Glenn Ruben Bakke
2016-12-09
atmel-samd: Add APA102 support and flash more advanced status.
Scott Shawcroft
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-10-17
lib/utils/pyexec: Allow behaviour of SystemExit to be configurable.
Damien George
2016-04-01
esp8266: Disallow recursive calls to REPL.
Paul Sokolovsky
2015-12-26
lib/utils: Add pyexec_frozen_module to load and execute frozen module.
Damien George
2015-11-09
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George