Skip to content

Commit

Permalink
Add variant.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Oct 7, 2024
1 parent 6155bf6 commit 31fbc20
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions variants/esp32-different-console/sdkconfig.defaults.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
--- toit/toolchains/esp32/sdkconfig.defaults
+++ synthesized/esp32-different-console/sdkconfig.defaults
@@ -38,6 +38,9 @@
CONFIG_XTAL_FREQ_AUTO=y
# CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE is not set
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
+CONFIG_ESP_CONSOLE_UART_CUSTOM=y
+CONFIG_ESP_CONSOLE_UART_TX_GPIO=12
+CONFIG_ESP_CONSOLE_UART_RX_GPIO=14
# CONFIG_ESP_INT_WDT is not set
# CONFIG_ESP_TASK_WDT_INIT is not set
# CONFIG_ESP_DEBUG_OCDAWARE is not set

0 comments on commit 31fbc20

Please sign in to comment.