-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use mainline repository of MicroPython
There's no need for us to have our own fork. All of the seL4/LionsOS specific code is not in the MicroPython source tree.
- Loading branch information
1 parent
7fb3912
commit d6d8f2a
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,7 @@ | |
branch = main | ||
[submodule "micropython"] | ||
path = micropython | ||
url = https://github.com/Ivan-Velickovic/micropython.git | ||
branch = kiss | ||
url = https://github.com/micropython/micropython.git | ||
[submodule "musllibc"] | ||
path = musllibc | ||
url = [email protected]:au-ts/musllibc.git | ||
|
Submodule micropython
updated
8 files
+0 −54 | ports/kiss/Makefile | |
+0 −60 | ports/kiss/main.c | |
+0 −8 | ports/kiss/micropython.system | |
+0 −39 | ports/kiss/mpconfigport.h | |
+0 −18 | ports/kiss/mphalport.c | |
+0 −1 | ports/kiss/mphalport.h | |
+0 −33 | ports/kiss/uart.c | |
+0 −2 | ports/kiss/uart.h |