summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/mphal.c
Commit message (Collapse)AuthorAge
* stmhal: Reduce coupling between USB driver and readline.Damien George2014-11-27
| | | | | This makes it easier to re-use readline.c and pyexec.c from stmhal in other ports.
* stmhal: Fix HAL error raising; make test for it.Damien George2014-11-15
| | | | Addresses issue #968.
* stmhal: Use OSError with POSIX error code for HAL errors.Damien George2014-10-23
Addresses issue #921.