- 18 Oct, 2015 1 commit
-
-
Paul Sokolovsky authored
-
- 19 Sep, 2015 1 commit
-
-
Alex March authored
Follow the same format as other ports using the macro to include the HAL header.
-
- 27 May, 2015 2 commits
-
-
Damien George authored
This gets uPy readline working with unix port, with tab completion and history. GNU readline is still supported, configure using MICROPY_USE_READLINE variable.
-
Damien George authored
-
- 03 Apr, 2015 1 commit
-
-
Damien George authored
Reference MCU is dsPIC33J256GP506 with 256k ROM and 8k RAM, on the dsPIC DSC Starter Kit board. The REPL works, GC works, pyb module has LED and Switch objects. It passes some tests from the test suite (most it can't run because it doesn't have the Python features enabled).
-
- 13 Feb, 2015 1 commit
-
-
Damien George authored
Now all ports can use pybstdio.c to provide sys.stdin/stdout/stderr, so long as they implement mp_hal_stdin_* and mp_hal_stdout_* functions.
-
- 27 Nov, 2014 1 commit
-
-
Damien George authored
-