index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
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
/
stmhal
/
pyexec.c
Age
Commit message (
Expand
)
Author
2014-10-26
stmhal: Improve REPL control codes; improve pyboard.py script.
Damien George
2014-10-22
stmhal: Don't return SystemExit value from parse_compile_execute.
Damien George
2014-10-22
Add pyb.hard_reset, and make sys.exit() or raise SystemExit do a soft reset.
Dave Hylands
2014-10-05
stmhal: Use mp_uint_t where appropriate.
Damien George
2014-10-05
py: Make compiler return a proper exception on SyntaxError.
Damien George
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