Commit Graph

9 Commits

Author SHA1 Message Date
Sean Cross
53cffe1761 micropython: fix usb ID
Previously, this file had the incorrect USB PID.  It has the Tomu ID
(0x70bl) instead of the Fomu ID (0x5bf0).  This regenerates it with the
correct ID.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-01-18 22:39:17 +08:00
Sean Cross
5aadf1ac8d micropython-fomu: spi compatibility with foboot-2.0
This adds a compatibility layer for micropython so it now works with
foboot-2.0.

This fixes #91.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-01-03 09:03:23 +08:00
Sean Cross
f4205d9151 micropython: fix foboot-v2 compatibility on Windows
Windows communicates with EP1.  Previously, we were ignoring this
endpoint.

This wasn't an issue on Linux, since it doesn't talk to EP1.  However,
this resulted in a lockup when using Micropython on Windows with
Foboot-2.

This version fixes this by correctly responding to EP1 requests.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-12-28 05:57:05 +08:00
Sean Cross
e685c0e501 micropython-dfu: experimental v2.0 support
Signed-off-by: Sean Cross <sean@xobs.io>
2019-12-28 04:20:46 +08:00
Sean Cross
ffadb53856 micropython-fomu: fix usb_address_write
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-23 14:18:22 +02:00
Sean Cross
1b801bddf4 micropython-fomu: add support for foboot v1.9.1
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-23 14:06:00 +02:00
Sean Cross
b718bb2304 micropython-fomu: add new version of micropython
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-19 20:40:43 +08:00
Sean Cross
e8f157d740 micropython-fomu: update with machine object
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-22 17:24:08 -07:00
Sean Cross
64b382ac72 README: add README and reference files
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-21 09:33:04 -07:00