Damien George
|
0b32e50365
|
stmhal: Make pybstdio usable by other ports, and use it.
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.
|
10 years ago |
Dave Hylands
|
ecb5792f88
|
Updated teensys usb.c and switched to using usb.h from stmhal.
Removed the local usb.h from teensey directory and now uses
the usb.h from the stmhal directory.
Fixed the deploy target to use abspath.
|
10 years ago |
Dave Hylands
|
b6e9c7c697
|
Initial support for Teensy 3.1
|
11 years ago |
ian-v
|
5fd8fd2c16
|
Revert MP_BOOL, etc. and use <stdbool.h> instead
|
11 years ago |
ian-v
|
7a16fadbf8
|
Co-exist with C++ (issue #85)
|
11 years ago |
Damien
|
58a1b4c6cf
|
Add USB HID support. Runs as an alternative to VCP+MSC.
|
11 years ago |
Damien
|
0f6545139b
|
Implement simple servo control using PWM.
|
11 years ago |
Damien
|
0c5827fc65
|
stm: improved GC, and cooked output for VCP.
|
11 years ago |
Damien
|
3f69aca2e2
|
Make stm use garbage collector.
|
11 years ago |
Damien
|
4b6e85ca26
|
Try to get REPL working, but bug with CDC VCP...
|
11 years ago |
Damien
|
fb42ec17bc
|
Try to re-add USB support...
|
11 years ago |