mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
ldgen: update tests for common fragment parsing
This commit is contained in:
@@ -1,7 +1,19 @@
|
|||||||
menu "Test config"
|
menu "Test config"
|
||||||
|
|
||||||
config PERFORMANCE_LEVEL
|
config PERFORMANCE_LEVEL
|
||||||
int "Performance level"
|
int
|
||||||
range 0 3
|
range 0 3
|
||||||
|
prompt "Performance level"
|
||||||
|
|
||||||
|
config A
|
||||||
|
bool
|
||||||
|
default "y"
|
||||||
|
|
||||||
|
config B
|
||||||
|
bool
|
||||||
|
default "n"
|
||||||
|
|
||||||
|
config C
|
||||||
|
bool
|
||||||
|
default "y"
|
||||||
endmenu
|
endmenu
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user