File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ RUN apt-get update \
55
55
ninja-build \
56
56
srecord \
57
57
nodejs \
58
- libffi-dev
58
+ libffi-dev \
59
+ libusb-1.0
59
60
60
61
# Create needed directories
61
62
RUN mkdir -p /usr/local/bin/gcc \
Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ RUN apt-get update \
39
39
ninja-build \
40
40
srecord \
41
41
nodejs \
42
- libffi-dev
42
+ libffi-dev \
43
+ libusb-1.0
43
44
44
45
# Create needed directories
45
46
RUN mkdir -p /usr/local/bin/gcc
Original file line number Diff line number Diff line change @@ -1057,7 +1057,7 @@ macro(nf_add_idf_as_library)
1057
1057
TARGET ${NANOCLR_PROJECT_NAME} .elf POST_BUILD
1058
1058
COMMAND ${output_idf_size}
1059
1059
--archives ${CMAKE_BINARY_DIR} /${CMAKE_PROJECT_NAME} .map
1060
- COMMENT "Ouptut IDF size summary" )
1060
+ COMMENT "Output IDF size summary" )
1061
1061
1062
1062
endmacro ()
1063
1063
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ resources:
44
44
type : github
45
45
name : espressif/esp-idf
46
46
endpoint : nanoframework
47
- ref : refs/tags/v5.2.3
47
+ ref : refs/tags/v5.4.1
48
48
- repository : mscorlib
49
49
type : github
50
50
name : nanoframework/CoreLibrary
@@ -528,7 +528,7 @@ jobs:
528
528
IDF_PATH : " D:/a/1/s/esp-idf"
529
529
PIP_CACHE_DIR : $(Pipeline.Workspace)/.pip
530
530
TargetPlatform : " esp32"
531
- IDF_TAG : " v5.2.3 "
531
+ IDF_TAG : " v5.4.1 "
532
532
533
533
steps :
534
534
- checkout : self
You can’t perform that action at this time.
0 commit comments