8000 Updated cli compile json files · realthunder/arduino-esp32@8cd395d · GitHub
[go: up one dir, main page]

Skip to content

Commit 8cd395d

Browse files
Updated cli compile json files
1 parent b9a8885 commit 8cd395d

15 files changed

+1200
-1080
lines changed

master_cli_compile/cli_compile_0.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,14 @@
424424
"ram_bytes": 37824,
425425
"ram_percentage": 11
426426
}]
427+
},
428+
{"name": "BLE/examples/Notify",
429+
"sizes": [{
430+
"flash_bytes": 1110606,
431+
"flash_percentage": 35,
432+
"ram_bytes": 37516,
433+
"ram_percentage": 11
434+
}]
427435
}
428436
]
429437
},
@@ -517,7 +525,7 @@
517525
},
518526
{"name": "AsyncUDP/examples/AsyncUDPServer",
519527
"sizes": [{
520-
"flash_bytes": 907401,
528+
"flash_bytes": 907393,
521529
"flash_percentage": 28,
522530
"ram_bytes": 43612,
523531
"ram_percentage": 13

master_cli_compile/cli_compile_1.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -329,14 +329,6 @@
329329
{ "board": "espressif:esp32:esp32c6:PartitionScheme=huge_app",
330330
"target": "esp32c6",
331331
"sketches": [
332-
{"name": "BLE/examples/Notify",
333-
"sizes": [{
334-
"flash_bytes": 1110606,
335-
"flash_percentage": 35,
336-
"ram_bytes": 37516,
337-
"ram_percentage": 11
338-
}]
339-
},
340332
{"name": "BLE/examples/Scan",
341333
"sizes": [{
342334
"flash_bytes": 1099330,
@@ -424,6 +416,22 @@
424416
"ram_bytes": 12592,
425417
"ram_percentage": 3
426418
}]
419+
},
420+
{"name": "ESP32/examples/AnalogOut/LEDCSingleChannel",
421+
"sizes": [{
422+
"flash_bytes": 205032,
423+
"flash_percentage": 6,
424+
"ram_bytes": 12592,
425+
"ram_percentage": 3
426+
}]
427+
},
428+
{"name": "ESP32/examples/AnalogOut/LEDCSoftwareFade",
429+
"sizes": [{
430+
"flash_bytes": 205078,
431+
"flash_percentage": 6,
432+
"ram_bytes": 12592,
433+
"ram_percentage": 3
434+
}]
427435
}
428436
]
429437
},

0 commit comments

Comments
 (0)
0