Skip to content

Commit eaaf5f8

Browse files
authored
Merge pull request #317 from adafruit/add-feather-tft
Add feather tft
2 parents 7210c39 + 1c85a7a commit eaaf5f8

File tree

7 files changed

+326
-306
lines changed

7 files changed

+326
-306
lines changed

.github/workflows/githubci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
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
@@ -85,7 +86,7 @@ jobs:
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

0 commit comments

Comments
 (0)