Skip to content

Commit

Permalink
Merge pull request #88 from pimoroni/patch-include-ulab
Browse files Browse the repository at this point in the history
Add ulab to included modules
  • Loading branch information
Gadgetoid authored Mar 9, 2021
2 parents 292e2b5 + d9a12f8 commit 48994c1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:

- uses: actions/checkout@v2
with:
submodules: true
path: pimoroni-pico

# Linux deps
Expand Down Expand Up @@ -73,4 +74,4 @@ jobs:
asset_path: micropython/ports/rp2/build/firmware.uf2
upload_url: ${{github.event.release.upload_url}}
asset_name: pimoroni-pico-micropython.uf2
asset_content_type: application/octet-stream
asset_content_type: application/octet-stream
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "micropython/modules/ulab"]
path = micropython/modules/ulab
url = https://github.com/pimoroni/micropython-ulab.git
1 change: 1 addition & 0 deletions micropython/modules/ulab
Submodule ulab added at 486bab
1 change: 1 addition & 0 deletions micropython/modules/usermod.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ include(${CMAKE_CURRENT_LIST_DIR}/pico_rgb_keypad/usermod.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/pico_unicorn/usermod.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/pico_display/usermod.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/pico_explorer/usermod.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/ulab/code/usermod.cmake)

0 comments on commit 48994c1

Please sign in to comment.