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
/
stmhal
/
pyexec.c
Age
Commit message (
Expand
)
Author
2014-09-23
py: Free non-interned strings in the parser when not needed.
Damien George
2014-07-20
stmhal: Fix REPL printing by cooking output sent to stdout_obj.
Damien George
2014-07-02
Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...
Damien George
2014-06-27
Change MCU name config micro
mux
2014-06-19
Add MICROPY_HW_MICRO_NAME to boards config
mux
2014-06-15
Updated teensy to build.
Dave Hylands
2014-05-10
stmhal: Improve handling of out-of-memory in REPL.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-03
Don't print git hash as well as git tag in banner.
v1.0
Damien George
2014-05-03
py: Print tag/version/git describe in uPy banner.
Damien George
2014-05-03
stmhal: Remove #include <stdint.h> from mpconfigport.h.
Damien George
2014-05-02
unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.
Paul Sokolovsky
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-16
stmhal: Improve flash storage cache management.
Damien George
2014-04-08
Improve REPL detecting when input needs to continue.
Damien George
2014-04-06
py: Add option to compiler to specify default code emitter.
Damien George
2014-04-03
Add the git version to the banner
Dave Hylands
2014-04-03
stmhal: Fix raw REPL so that it passes through more ASCII chars.
Damien George
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-03-29
stmhal: Factor out stdio and readline to separate files.
Damien George
2014-03-24
stmhal: Improve REPL CTRL commands.
Damien George
2014-03-17
stmhal: Add fatfs support, working with flash and SD card.
Damien George
2014-03-15
Add vstr_ins and vstr_cut_out; improve stmhal readline.
Damien George
2014-03-15
stmhal: Fix escape sequences in USB CDC input.
Damien George
2014-03-15
stmhal: Get USB CDC REPL working.
Damien George
2014-03-13
stmhal - More systick cleanup. Fix HAL_Delay
Dave Hylands
2014-03-12
REPl working on UART6 with STMHAL
Dave Hylands