| Commit message (Expand) | Author | Age |
* | stmhal: Change type of received chr from char to int. | Damien George | 2015-02-08 |
* | py: Protect mp_parse and mp_compile with nlr push/pop block. | Damien George | 2015-02-07 |
* | py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str. | Damien George | 2015-01-29 |
* | py: Change vstr so that it doesn't null terminate buffer by default. | Damien George | 2015-01-28 |
* | stmhal: Remove unnecessary #include "systick.h" from pyexec.c. | Damien George | 2015-01-28 |
* | py, unix, stmhal: Allow to compile with -Wshadow. | Damien George | 2015-01-20 |
* | pyexec: Add event-driven variant pyexec_friendly_repl(). | Paul Sokolovsky | 2015-01-16 |
* | stmhal: Prefix includes with py/; remove need for -I../py. | Damien George | 2015-01-01 |
* | py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper. | Damien George | 2014-12-29 |
* | stmhal: gccollect.h is superfluous in many places. | Paul Sokolovsky | 2014-12-21 |
* | stmhal: Use gc_dump_info() function instead of adhoc code. | Paul Sokolovsky | 2014-12-21 |
* | stmhal: Include MICROPY_HAL_H only if defined. | Paul Sokolovsky | 2014-12-20 |
* | modsys: Add sys.print_exception(exc, file=sys.stdout) function. | Paul Sokolovsky | 2014-12-08 |
* | py: Optimise lexer by exposing lexer type. | Damien George | 2014-12-05 |
* | stmhal: Reduce coupling between USB driver and readline. | Damien George | 2014-11-27 |
* | stmhal: Improve REPL control codes; improve pyboard.py script. | Damien George | 2014-10-26 |
* | 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-22 |
* | stmhal: Use mp_uint_t where appropriate. | Damien George | 2014-10-05 |
* | py: Make compiler return a proper exception on SyntaxError. | Damien George | 2014-10-05 |
* | py: Free non-interned strings in the parser when not needed. | Damien George | 2014-09-23 |
* | stmhal: Fix REPL printing by cooking output sent to stdout_obj. | Damien George | 2014-07-20 |
* | Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te... | Damien George | 2014-07-02 |
|\ |
|
| * | Updated teensy to build. | Dave Hylands | 2014-06-15 |
* | | Change MCU name config micro | mux | 2014-06-27 |
* | | Add MICROPY_HW_MICRO_NAME to boards config | mux | 2014-06-19 |
|/ |
|
* | stmhal: Improve handling of out-of-memory in REPL. | Damien George | 2014-05-10 |
* | 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-03 |
* | unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it. | Paul Sokolovsky | 2014-05-02 |
* | build: Simplify build directory layout by putting all headers in genhdr. | Damien George | 2014-04-17 |
* | stmhal: Improve flash storage cache management. | Damien George | 2014-04-16 |
* | Improve REPL detecting when input needs to continue. | Damien George | 2014-04-08 |
* | py: Add option to compiler to specify default code emitter. | Damien George | 2014-04-06 |
* | 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-04-03 |
* | Rename rt_* to mp_*. | Damien George | 2014-03-30 |
* | stmhal: Factor out stdio and readline to separate files. | Damien George | 2014-03-29 |
* | stmhal: Improve REPL CTRL commands. | Damien George | 2014-03-24 |
* | stmhal: Add fatfs support, working with flash and SD card. | Damien George | 2014-03-17 |
* | 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-15 |
* | stmhal - More systick cleanup. Fix HAL_Delay | Dave Hylands | 2014-03-13 |
* | REPl working on UART6 with STMHAL | Dave Hylands | 2014-03-12 |