-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Comparing changes
Open a pull request
base repository: micropython/micropython
base: master
head repository: xobs/micropython
compare: fomu
- 18 commits
- 44 files changed
- 1 contributor
Commits on Apr 23, 2019
-
It compiles and prints the banner, but the heap is really broken. Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd7d522 - Browse repository at this point
Copy the full SHA dd7d522View commit details -
ports: fomu: first working version
This gets us a REPL, and seems to actually work! Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cdacd39 - Browse repository at this point
Copy the full SHA cdacd39View commit details -
fomu: update README, remove unused files
Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 351252d - Browse repository at this point
Copy the full SHA 351252dView commit details
Commits on Apr 25, 2019
-
We now buffer up characters, if possible. This improves perceived performance. Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33a78e8 - Browse repository at this point
Copy the full SHA 33a78e8View commit details
Commits on Jun 17, 2019
-
This adds a "fomu" object, along with a "fomu.rgb" object to support basic interaction with the LED. Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea3dc3c - Browse repository at this point
Copy the full SHA ea3dc3cView commit details
Commits on Jun 18, 2019
-
fomu: add spi and enable increased int precision
Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a5a77a - Browse repository at this point
Copy the full SHA 0a5a77aView commit details
Commits on Jun 19, 2019
-
fomu: check for riscv32 instead of /etc/issue
Now that we're packaging the riscv64 compiler on Raspberry Pi, this is no longer a good check of whether we have the right compiler. Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9670487 - Browse repository at this point
Copy the full SHA 9670487View commit details
Commits on Jun 23, 2019
-
modmachine: add machine.mem* functions
Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f94468 - Browse repository at this point
Copy the full SHA 6f94468View commit details
Commits on Aug 19, 2019
-
Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8603316 - Browse repository at this point
Copy the full SHA 8603316View commit details
Commits on Aug 23, 2019
-
This fixes the SET_ADDRESS bug. Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5739792 - Browse repository at this point
Copy the full SHA 5739792View commit details -
fomu: epfifo: use epfifo wrapper
Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d26d470 - Browse repository at this point
Copy the full SHA d26d470View commit details
Commits on Nov 26, 2019
-
Add eptri compatibility, so that either interface may be used. Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3576052 - Browse repository at this point
Copy the full SHA 3576052View commit details
Commits on Dec 14, 2019
-
fomu: Makefile: attempt to fix dfu file
Micropython includes a built-in `dfu.py` script that appends a dfu suffix to a file. This is an attempt to try to get that to work by specifying the correct USB VID:PID, rather than using the default [incorrect] values. Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 751ae35 - Browse repository at this point
Copy the full SHA 751ae35View commit details
Commits on Dec 27, 2019
-
Use the PID for Fomu, not Tomu. Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f1ddee - Browse repository at this point
Copy the full SHA 9f1ddeeView commit details -
ports: fomu: handle ep1 to fix windows
This handles ep1, which is an actual endpoint. Without this patch, it fails silently with newer versions of Windows 10. Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 220040e - Browse repository at this point
Copy the full SHA 220040eView commit details -
ports: fomu: place eptri into ram
Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b3b650 - Browse repository at this point
Copy the full SHA 6b3b650View commit details -
ports: fomu: use dfu-suffix rather than broken dfu.py
This results in a working firmware.dfu that can be flashed. Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1dfed93 - Browse repository at this point
Copy the full SHA 1dfed93View commit details
Commits on Jan 3, 2020
-
Add a compatibility layer to enable the spi module to work with foboot-2.0+. Signed-off-by: Sean Cross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 421dcd2 - Browse repository at this point
Copy the full SHA 421dcd2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...fomu