Skip to content

Commit 621e6d5

Browse files
committed
name convention for tools
1 parent c52d1aa commit 621e6d5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tools/tools.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@
607607
"info_url": "https://github.com/Kitware/CMake",
608608
"install": "always",
609609
"license": "BSD-3-Clause",
610-
"name": "tl-cmake",
610+
"name": "tool-cmake",
611611
"platform_overrides": [
612612
{
613613
"install": "always",
@@ -730,7 +730,7 @@
730730
"info_url": "https://github.com/espressif/openocd-esp32",
731731
"install": "always",
732732
"license": "GPL-2.0-only",
733-
"name": "tl-openocd",
733+
"name": "tool-openocd",
734734
"platform_overrides": [
735735
{
736736
"install": "on_request",
@@ -805,7 +805,7 @@
805805
"info_url": "https://github.com/ninja-build/ninja",
806806
"install": "always",
807807
"license": "Apache-2.0",
808-
"name": "tl-ninja",
808+
"name": "tool-ninja",
809809
"platform_overrides": [
810810
{
811811
"install": "always",
@@ -1120,7 +1120,7 @@
11201120
]
11211121
},
11221122
{
1123-
"name": "tl-dfuutil",
1123+
"name": "tool-dfuutil",
11241124
"description": "esp dfuutil",
11251125
"export_paths": [
11261126
[
@@ -1185,8 +1185,8 @@
11851185
]
11861186
},
11871187
{
1188-
"name": "tl-littlefs320",
1189-
"description": "esp littlefs320",
1188+
"name": "tool-mklittlefs",
1189+
"description": "Tool esp32 mklittlefs FS generator v.3.2.0",
11901190
"export_paths": [
11911191
[
11921192
""
@@ -1246,8 +1246,8 @@
12461246
]
12471247
},
12481248
{
1249-
"name": "tl-littlefs400",
1250-
"description": "esp littlefs400",
1249+
"name": "tool-mklittlefs400",
1250+
"description": "Tool esp32 mklittlefs FS generator v.4.0.0",
12511251
"export_paths": [
12521252
[
12531253
""
@@ -1307,8 +1307,8 @@
13071307
]
13081308
},
13091309
{
1310-
"name": "tl-fatfs",
1311-
"description": "esp fatfs generator",
1310+
"name": "tool-mkfatfs",
1311+
"description": "Tool esp32 fatfs FS generator",
13121312
"export_paths": [
13131313
[
13141314
""
@@ -1362,8 +1362,8 @@
13621362
]
13631363
},
13641364
{
1365-
"name": "tl-spiffs",
1366-
"description": "esp spiffs generator",
1365+
"name": "tool-mkspiffs",
1366+
"description": "Tool esp32 spiffs FS generator",
13671367
"export_paths": [
13681368
[
13691369
""
@@ -1432,7 +1432,7 @@
14321432
"install": "always",
14331433
"is_executable": false,
14341434
"license": "Apache-2.0",
1435-
"name": "tl-packages",
1435+
"name": "tool-packages",
14361436
"supported_targets": [
14371437
"all"
14381438
],

0 commit comments

Comments
 (0)