Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | | | | | | | 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. | |||
* | stmhal: Factor out stdio and readline to separate files. | Damien George | 2014-03-29 | |
| | | | | | Adds readline_init() to clear readline history on soft reset. Addresses issue #387. | |||
* | 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 | |
| | | | | | | | | 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...). | |||
* | stmhal - More systick cleanup. Fix HAL_Delay | Dave Hylands | 2014-03-13 | |
| | ||||
* | REPl working on UART6 with STMHAL | Dave Hylands | 2014-03-12 | |