File tree Expand file tree Collapse file tree 7 files changed +326
-306
lines changed Expand file tree Collapse file tree 7 files changed +326
-306
lines changed Original file line number Diff line number Diff line change 2121 - ' feather_nrf52832'
2222 - ' feather_nrf52833_express'
2323 - ' feather_nrf52840_express'
24+ - ' feather_nrf52840_tft'
2425 - ' feather_nrf52840_sense'
2526 - ' itsybitsy_nrf52840_express'
2627 - ' metro_nrf52840_express'
@@ -67,13 +68,13 @@ jobs:
6768 uses : actions/setup-python@v3
6869
6970 - name : Checkout Code
70- uses : actions/checkout@v3
71+ uses : actions/checkout@v4
7172 with :
7273 fetch-depth : 0
7374 submodules : true
7475
7576 - name : Checkout linkermap
76- uses : actions/checkout@v3
77+ uses : actions/checkout@v4
7778 with :
7879 repository : hathach/linkermap
7980 path : linkermap
8586
8687 - name : Install Tools
8788 run : |
88- pip3 install adafruit-nrfutil uritemplate requests intelhex
89+ pip3 install adafruit-nrfutil uritemplate requests intelhex setuptools
8990 pip3 install linkermap/
9091
9192 - name : Build
You can’t perform that action at this time.
0 commit comments