index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
pyexec.c
Age
Commit message (
Expand
)
Author
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