-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates the micropython submodule to v1.21.0, and updates the example modules, and CUSTOM_ESP32 and CUSTOM_PYBD_SF2 boards to build with this version. Tested on a lilygo-t-display board, and PYBv1.1 and PYBD-SF2W boards. Signed-off-by: Karl Palsson <[email protected]> Signed-off-by: Damien George <[email protected]>
- Loading branch information
Showing
9 changed files
with
17 additions
and
12 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Include MicroPython ESP32 component. | ||
get_filename_component(MICROPY_DIR "../../../lib/micropython" ABSOLUTE) | ||
set(PROJECT_DIR ${MICROPY_DIR}/ports/esp32) | ||
include(${PROJECT_DIR}/main/CMakeLists.txt) | ||
include(${PROJECT_DIR}/main_esp32/CMakeLists.txt) |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## IDF Component Manager Manifest File | ||
dependencies: | ||
espressif/mdns: "~1.1.0" | ||
idf: | ||
version: ">=5.0.2" |
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 |
---|---|---|
@@ -1,2 +1,5 @@ | ||
freeze("$(PORT_DIR)/modules") | ||
freeze("$(BOARD_DIR)/../../src/utils", "xxd.py") | ||
# include default manifest | ||
include("$(PORT_DIR)/boards/manifest.py") | ||
|
||
# include our own extra... | ||
module("xxd.py", base_path="$(BOARD_DIR)/../../src/utils") |
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
include("$(MPY_DIR)/extmod/uasyncio/manifest.py") | ||
include("$(MPY_DIR)/extmod/asyncio/manifest.py") |
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
Submodule micropython
updated
3750 files
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
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