| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-08 | Improve REPL detecting when input needs to continue. | Damien George | |
| Full CPython compatibility with this requires actually parsing the input so far collected, and if it fails parsing due to lack of tokens, then continue collecting input. It's not worth doing it this way. Not having compatibility at this level does not hurt the goals of Micro Python. | |||
| 2014-04-06 | py: Add option to compiler to specify default code emitter. | Damien George | |
| Also add command line option to unix port to select emitter. | |||
| 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 | |
| Mostly just a global search and replace. Except rt_is_true which becomes mp_obj_is_true. Still would like to tidy up some of the names, but this will do for now. | |||
| 2014-03-29 | stmhal: Factor out stdio and readline to separate files. | Damien George | |
| Adds readline_init() to clear readline history on soft reset. Addresses issue #387. | |||
| 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 | |
| New USB HAL is quite a bit improved over previous one. Now has better callbacks and flow control. REPL over USB CDC now works as before, except for soft-reset (since USB driver uses malloc...). | |||
| 2014-03-13 | stmhal - More systick cleanup. Fix HAL_Delay | Dave Hylands | |
| 2014-03-12 | REPl working on UART6 with STMHAL | Dave Hylands | |
