Skip to content

Commit f78e8cf

Browse files
Tools: Custom baud-rate setup is not possible for IDF Monitor from menuconfig anymore
IDF Monitor follows the console baud rate by default. Other baud rate can be set from command line by "idf.py monitor -B <baud>" or through environment variables. Run "idf.py monitor --help" for more information. * Original commit: espressif/esp-idf@36a4011
1 parent 6cdf5ee commit f78e8cf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/mdns/test_afl_fuzz_host/sdkconfig.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
#define CONFIG_ESPTOOLPY_BEFORE "default_reset"
3333
#define CONFIG_ESPTOOLPY_AFTER_RESET 1
3434
#define CONFIG_ESPTOOLPY_AFTER "hard_reset"
35-
#define CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B 1
36-
#define CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER_VAL 115200
37-
#define CONFIG_ESPTOOLPY_MONITOR_BAUD 115200
3835
#define CONFIG_PARTITION_TABLE_SINGLE_APP 1
3936
#define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv"
4037
#define CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv"
@@ -384,7 +381,6 @@
384381
#define CONFIG_MB_TIMER_GROUP CONFIG_FMB_TIMER_GROUP
385382
#define CONFIG_MB_TIMER_INDEX CONFIG_FMB_TIMER_INDEX
386383
#define CONFIG_MB_TIMER_PORT_ENABLED CONFIG_FMB_TIMER_PORT_ENABLED
387-
#define CONFIG_MONITOR_BAUD_115200B CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B
388384
#define CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE
389385
#define CONFIG_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEFAULT
390386
#define CONFIG_POST_EVENTS_FROM_IRAM_ISR CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR

0 commit comments

Comments
 (0)