summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/pyexec.c
Commit message (Expand)AuthorAge
* py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.Damien George2014-12-29
* stmhal: gccollect.h is superfluous in many places.Paul Sokolovsky2014-12-21
* stmhal: Use gc_dump_info() function instead of adhoc code.Paul Sokolovsky2014-12-21
* stmhal: Include MICROPY_HAL_H only if defined.Paul Sokolovsky2014-12-20
* modsys: Add sys.print_exception(exc, file=sys.stdout) function.Paul Sokolovsky2014-12-08
* py: Optimise lexer by exposing lexer type.Damien George2014-12-05
* stmhal: Reduce coupling between USB driver and readline.Damien George2014-11-27
* stmhal: Improve REPL control codes; improve pyboard.py script.Damien George2014-10-26
* stmhal: Don't return SystemExit value from parse_compile_execute.Damien George2014-10-22
* Add pyb.hard_reset, and make sys.exit() or raise SystemExit do a soft reset.Dave Hylands2014-10-22
* stmhal: Use mp_uint_t where appropriate.Damien George2014-10-05
* py: Make compiler return a proper exception on SyntaxError.Damien George2014-10-05
* py: Free non-interned strings in the parser when not needed.Damien George2014-09-23
* stmhal: Fix REPL printing by cooking output sent to stdout_obj.Damien George2014-07-20
* Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George2014-07-02
|\
| * Updated teensy to build.Dave Hylands2014-06-15
* | Change MCU name config micromux2014-06-27
* | Add MICROPY_HW_MICRO_NAME to boards configmux2014-06-19
|/
* stmhal: Improve handling of out-of-memory in REPL.Damien George2014-05-10
* Add license header to (almost) all files.Damien George2014-05-03
* Don't print git hash as well as git tag in banner.v1.0Damien George2014-05-03
* py: Print tag/version/git describe in uPy banner.Damien George2014-05-03
* stmhal: Remove #include <stdint.h> from mpconfigport.h.Damien George2014-05-03
* unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky2014-05-02
* build: Simplify build directory layout by putting all headers in genhdr.Damien George2014-04-17
* stmhal: Improve flash storage cache management.Damien George2014-04-16
* Improve REPL detecting when input needs to continue.Damien George2014-04-08
* py: Add option to compiler to specify default code emitter.Damien George2014-04-06
* Add the git version to the bannerDave Hylands2014-04-03
* stmhal: Fix raw REPL so that it passes through more ASCII chars.Damien George2014-04-03
* Rename rt_* to mp_*.Damien George2014-03-30
* stmhal: Factor out stdio and readline to separate files.Damien George2014-03-29
* stmhal: Improve REPL CTRL commands.Damien George2014-03-24
* stmhal: Add fatfs support, working with flash and SD card.Damien George2014-03-17
* Add vstr_ins and vstr_cut_out; improve stmhal readline.Damien George2014-03-15
* stmhal: Fix escape sequences in USB CDC input.Damien George2014-03-15
* stmhal: Get USB CDC REPL working.Damien George2014-03-15
* stmhal - More systick cleanup. Fix HAL_DelayDave Hylands2014-03-13
* REPl working on UART6 with STMHALDave Hylands2014-03-12