Skip to content

Commit

Permalink
Merge pull request #317 from adafruit/add-feather-tft
Browse files Browse the repository at this point in the history
Add feather tft
  • Loading branch information
hathach authored Jan 3, 2024
2 parents 7210c39 + 1c85a7a commit eaaf5f8
Show file tree
Hide file tree
Showing 7 changed files with 326 additions and 306 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- 'feather_nrf52832'
- 'feather_nrf52833_express'
- 'feather_nrf52840_express'
- 'feather_nrf52840_tft'
- 'feather_nrf52840_sense'
- 'itsybitsy_nrf52840_express'
- 'metro_nrf52840_express'
Expand Down Expand Up @@ -67,13 +68,13 @@ jobs:
uses: actions/setup-python@v3

- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true

- name: Checkout linkermap
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: hathach/linkermap
path: linkermap
Expand All @@ -85,7 +86,7 @@ jobs:

- name: Install Tools
run: |
pip3 install adafruit-nrfutil uritemplate requests intelhex
pip3 install adafruit-nrfutil uritemplate requests intelhex setuptools
pip3 install linkermap/
- name: Build
Expand Down
Loading

0 comments on commit eaaf5f8

Please sign in to comment.