Skip to content

Commit

Permalink
esp-idf-v5.1.4.240702
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Jul 13, 2024
1 parent cba9a43 commit c2a195d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

* Automatically generated file. DO NOT EDIT.

* Espressif IoT Development Framework (ESP-IDF) 5.2.1 Configuration Header
* Espressif IoT Development Framework (ESP-IDF) 5.1.4 Configuration Header

*/

Expand Down
21 changes: 18 additions & 3 deletions IDE/Espressif/ESP-IDF/examples/espidf-http-request/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,28 @@ upload_port = COM19
monitor_port = COM19
monitor_filters = direct

platform_packages =
; Successful v5.2+my02 custom release:
; platform_packages = framework-espidf @

; Guru Meditation Error: Core 0 panic'ed (Cache disabled but cached memory region accessed).
; platform_packages = framework-espidf @ https://github.com/gojimmypi/esp-idf/releases/download/v5.2.2.20240703/esp-idf-v5.2.2.20240703.zip

; Guru Meditation Error: Core 0 panic'ed (Cache disabled but cached memory region accessed).
; platform_packages = framework-espidf @ https://github.com/gojimmypi/esp-idf/releases/download/v5.2-my04/esp-idf-v5.2-my04.zip

; reent_init.c:29:6: error: 'struct _reent' has no member named '__sdidinit'
platform_packages = framework-espidf @ https://github.com/Jason2866/esp-idf/releases/download/v5.1.4.240702/esp-idf-v5.1.4.240702.zip

; platform_packages = framework-espidf @ https://github.com/Jason2866/esp-idf/releases/download/v5.2.2.240627/esp-idf-v5.2.2.zip

; Guru Meditation Error: Core 0 panic'ed (Cache disabled but cached memory region accessed).
; platform_packages = framework-espidf @ https://github.com/gojimmypi/esp-idf/releases/download/v5.2-my03/esp-idf-v5.2-my03.zip

; Successful v5.2+my02 custom release:
; framework-espidf @ https://github.com/gojimmypi/esp-idf/releases/download/v5.2.0+my02/esp-idf-v5.2.0+my02.zip

; framework-espidf @ https://github.com/gojimmypi/esp-idf/releases/download/untagged-a785c422b95d2e1846a3/esp-idf-v5.2.1a.zip
; framework-espidf @ https://github.com/gojimmypi/esp-idf/releases/download/untagged-e9de8e0126a1fc47850d/esp-idf-v5.2.1b.zip
; framework-espidf @ file:///SysGCC//esp32//esp-idf//v5.2
framework-espidf @ https://github.com/gojimmypi/esp-idf/releases/download/v5.2.1d/esp-idf-v5.2.1d.zip
; framework-espidf @ https://github.com/gojimmypi/esp-idf/releases/download/v5.2.1d/esp-idf-v5.2.1d.zip
; toolchain-xtensa-esp-elf @ https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20240530/xtensa-esp-elf-13.2.0_20240530-x86_64-linux-gnu.tar.gz
lib_deps = wolfssl/wolfssl@^5.7.0-rev.3d
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void app_main(void)
ret = nvs_flash_init();
}
else {
ESP_LOGE(TAG, "Flash init failed error: %d", ret);
ESP_LOGI(TAG, "Flash init not erased: %d", ret);
}
ESP_ERROR_CHECK(ret);

Expand Down

0 comments on commit c2a195d

Please sign in to comment.