-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DISABLE_NETWORK and SDK_CUSTOM_CONFIG settings (#2362)
This PR adds the `DISABLE_NETWORK` setting to explicitly remove network support. When enabled, if performs much like `DISABLE_WIFI` except it now works for ESP32 as well. The behaviour of `DISABLE_WIFI` is now more logical, and can be used with ethernet. The ESP32 build process has been improved. PR #2358 added a separate project for each `ESP_VARIANT`. This is now created dynamically from a template along with the default configuration. The `SDK_CUSTOM_CONFIG` build variable has been added so ESP32 SDK settings may be configured on a per-project basis, if necessary.
- Loading branch information
Showing
44 changed files
with
235 additions
and
399 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
sdkconfig | ||
sdkconfig.defaults | ||
sdkconfig.old | ||
project |
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
47 changes: 0 additions & 47 deletions
47
Sming/Arch/Esp32/Components/esp32/project.esp32/sdkconfig.defaults.debug
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
Sming/Arch/Esp32/Components/esp32/project.esp32/sdkconfig.defaults.release
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
Sming/Arch/Esp32/Components/esp32/project.esp32c3/CMakeLists.txt
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
Sming/Arch/Esp32/Components/esp32/project.esp32c3/main/CMakeLists.txt
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
Sming/Arch/Esp32/Components/esp32/project.esp32c3/main/main.c
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
Sming/Arch/Esp32/Components/esp32/project.esp32c3/sdkconfig.defaults.debug
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.