Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b3085d4

Browse filesBrowse files
Jeroen88me-no-dev
Jeroen88
authored andcommitted
Add menu items Partition Scheme and Debug Level for node32s (espressif#3455)
1 parent 547c2d3 commit b3085d4
Copy full SHA for b3085d4

File tree

Expand file treeCollapse file tree

1 file changed

+22
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+22
-0
lines changed

‎boards.txt

Copy file name to clipboardExpand all lines: boards.txt
+22Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,6 +1391,15 @@ node32s.build.boot=dio
13911391
node32s.build.partitions=default
13921392
node32s.build.defines=
13931393

1394+
node32s.menu.PartitionScheme.default=Default
1395+
node32s.menu.PartitionScheme.default.build.partitions=default
1396+
node32s.menu.PartitionScheme.no_ota=No OTA (Large APP)
1397+
node32s.menu.PartitionScheme.no_ota.build.partitions=no_ota
1398+
node32s.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
1399+
node32s.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
1400+
node32s.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
1401+
node32s.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
1402+
13941403
node32s.menu.FlashFreq.80=80MHz
13951404
node32s.menu.FlashFreq.80.build.flash_freq=80m
13961405
node32s.menu.FlashFreq.40=40MHz
@@ -1411,6 +1420,19 @@ node32s.menu.UploadSpeed.460800.upload.speed=460800
14111420
node32s.menu.UploadSpeed.512000.windows=512000
14121421
node32s.menu.UploadSpeed.512000.upload.speed=512000
14131422

1423+
node32s.menu.DebugLevel.none=None
1424+
node32s.menu.DebugLevel.none.build.code_debug=0
1425+
node32s.menu.DebugLevel.error=Error
1426+
node32s.menu.DebugLevel.error.build.code_debug=1
1427+
node32s.menu.DebugLevel.warn=Warn
1428+
node32s.menu.DebugLevel.warn.build.code_debug=2
1429+
node32s.menu.DebugLevel.info=Info
1430+
node32s.menu.DebugLevel.info.build.code_debug=3
1431+
node32s.menu.DebugLevel.debug=Debug
1432+
node32s.menu.DebugLevel.debug.build.code_debug=4
1433+
node32s.menu.DebugLevel.verbose=Verbose
1434+
node32s.menu.DebugLevel.verbose.build.code_debug=5
1435+
14141436
##############################################################
14151437

14161438
hornbill32dev.name=Hornbill ESP32 Dev

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.