Skip to content

Commit cc34694

Browse files
committed
overseen...
1 parent 33d176d commit cc34694

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ def __fetch_fs_size(target, source, env):
499499

500500
env.Replace(
501501
UPLOADER=join(
502-
platform.get_package_dir("tl-dfuutil") or "", "dfu-util"
502+
platform.get_package_dir("tool-dfuutil") or "", "dfu-util"
503503
),
504504
UPLOADERFLAGS=[
505505
"-d",

platform.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,21 +113,25 @@
113113
"version": ""
114114
},
115115
"tool-mklittlefs": {
116+
"type": "uploader",
116117
"optional": true,
117118
"owner": "",
118119
"version": ""
119120
},
120121
"tool-mklittlefs400": {
122+
"type": "uploader",
121123
"optional": true,
122124
"owner": "",
123125
"version": ""
124126
},
125127
"tool-mkfatfs": {
128+
"type": "uploader",
126129
"optional": true,
127130
"owner": "",
128131
"version": ""
129132
},
130133
"tool-mkspiffs": {
134+
"type": "uploader",
131135
"optional": true,
132136
"owner": "",
133137
"version": ""

0 commit comments

Comments
 (0)