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 21
21
- ' feather_nrf52832'
22
22
- ' feather_nrf52833_express'
23
23
- ' feather_nrf52840_express'
24
+ - ' feather_nrf52840_tft'
24
25
- ' feather_nrf52840_sense'
25
26
- ' itsybitsy_nrf52840_express'
26
27
- ' metro_nrf52840_express'
@@ -67,13 +68,13 @@ jobs:
67
68
uses : actions/setup-python@v3
68
69
69
70
- name : Checkout Code
70
- uses : actions/checkout@v3
71
+ uses : actions/checkout@v4
71
72
with :
72
73
fetch-depth : 0
73
74
submodules : true
74
75
75
76
- name : Checkout linkermap
76
- uses : actions/checkout@v3
77
+ uses : actions/checkout@v4
77
78
with :
78
79
repository : hathach/linkermap
79
80
path : linkermap
85
86
86
87
- name : Install Tools
87
88
run : |
88
- pip3 install adafruit-nrfutil uritemplate requests intelhex
89
+ pip3 install adafruit-nrfutil uritemplate requests intelhex setuptools
89
90
pip3 install linkermap/
90
91
91
92
- name : Build
You can’t perform that action at this time.
0 commit comments