-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to tool to update patches. (#24)
This only works when hunks are just slightly off.
- Loading branch information
Showing
8 changed files
with
81 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
41a42,45 | ||
> # CONFIG_ETH_RMII_CLK_INPUT is not set | ||
> CONFIG_ETH_RMII_CLK_OUTPUT=y | ||
> # CONFIG_ETH_RMII_CLK_OUTPUT_GPIO0 is not set | ||
> CONFIG_ETH_RMII_CLK_OUT_GPIO=17 | ||
--- toit/toolchains/esp32/sdkconfig.defaults 2023-09-20 11:21:44.091952700 +0200 | ||
+++ synn/esp32-eth-clk-out17/sdkconfig.defaults 2023-09-21 21:26:45.540719572 +0200 | ||
@@ -39,6 +39,10 @@ | ||
# CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE is not set | ||
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y | ||
# CONFIG_ESP_INT_WDT is not set | ||
+# CONFIG_ETH_RMII_CLK_INPUT is not set | ||
+CONFIG_ETH_RMII_CLK_OUTPUT=y | ||
+# CONFIG_ETH_RMII_CLK_OUTPUT_GPIO0 is not set | ||
+CONFIG_ETH_RMII_CLK_OUT_GPIO=17 | ||
# CONFIG_ESP_TASK_WDT_EN is not set | ||
# CONFIG_ESP_DEBUG_OCDAWARE is not set | ||
CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM=16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters