CI: Fix manifest.py.
This commit is contained in:
parent
f4d812b806
commit
2acb81a94e
@ -1,3 +1,3 @@
|
||||
include("$(PORT_DIR)/boards/manifest.py")
|
||||
|
||||
include("../manifest_pico.py")
|
||||
include("../manifest_pico2.py")
|
||||
@ -1,3 +1,3 @@
|
||||
include("$(PORT_DIR)/boards/manifest.py")
|
||||
|
||||
include("../manifest_pico.py")
|
||||
include("../manifest_pico2.py")
|
||||
@ -1,3 +1,3 @@
|
||||
include("$(PORT_DIR)/boards/manifest.py")
|
||||
|
||||
include("../manifest_pico.py")
|
||||
include("../manifest_pico2.py")
|
||||
@ -1,3 +1,3 @@
|
||||
include("$(PORT_DIR)/boards/manifest.py")
|
||||
|
||||
include("../manifest_pico.py")
|
||||
include("../manifest_pico2.py")
|
||||
@ -1,3 +1,3 @@
|
||||
include("$(PORT_DIR)/boards/manifest.py")
|
||||
|
||||
include("../manifest_pico.py")
|
||||
include("../manifest_pico2.py")
|
||||
6
micropython/board/manifest_pico2.py
Normal file
6
micropython/board/manifest_pico2.py
Normal file
@ -0,0 +1,6 @@
|
||||
MODULES_PY = "../../../pimoroni-pico/micropython/modules_py"
|
||||
|
||||
freeze(MODULES_PY, "gfx_pack.py")
|
||||
|
||||
freeze(MODULES_PY, "pimoroni.py")
|
||||
freeze(MODULES_PY, "boot.py")
|
||||
Loading…
Reference in New Issue
Block a user