-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Refactor: Update to esp-idf v.5.0.2 #40
base: dev
Are you sure you want to change the base?
Commits on May 28, 2023
-
Add required components to blackmagic component
Needed for idf v5.0.2
Configuration menu - View commit details
-
Copy full SHA for 5993a58 - Browse repository at this point
Copy the full SHA 5993a58View commit details -
Add required components to dap-link component, add missing include
Needed for idf v5.0.2. `esp_attr.h` is needed for IRAM_ATTR
Configuration menu - View commit details
-
Copy full SHA for e012f1c - Browse repository at this point
Copy the full SHA e012f1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e0ba4 - Browse repository at this point
Copy the full SHA 22e0ba4View commit details -
Add required components to simple-uart component, add missing include
Needed for idf v5.0.2.
Configuration menu - View commit details
-
Copy full SHA for fe1bd49 - Browse repository at this point
Copy the full SHA fe1bd49View commit details -
Add required components to soft-uart component, change include
Needed for idf v5.0.2.
Configuration menu - View commit details
-
Copy full SHA for de5708e - Browse repository at this point
Copy the full SHA de5708eView commit details -
change GPIP_PIN_INTR_DISABLE -> GPIO_INTR_DISABLE
Changed for-idf 5.0.2
Configuration menu - View commit details
-
Copy full SHA for ec7c6b4 - Browse repository at this point
Copy the full SHA ec7c6b4View commit details -
Add esp-idf managed components
Espressif decided to move the mdns functionality to https://github.com/espressif/esp-protocols, which is an managed components, so their package manager has to be used. managed_components has been added to .giitignore, because it is downloaded by esp-idf.
Configuration menu - View commit details
-
Copy full SHA for d5b601c - Browse repository at this point
Copy the full SHA d5b601cView commit details -
Change portTICK_RATE_MS to portTICK_PERIOD_MS
Changed for esp-idf v5.0.2
Configuration menu - View commit details
-
Copy full SHA for 0e87b51 - Browse repository at this point
Copy the full SHA 0e87b51View commit details -
Rename tinyusb component to usbglue, use esp-idf's tinyusb
Renamed the component to avoid conflicts with the esp-idf component. The tinyusb submodule has been removed and replaced, with Espressif's tinyusb managed component. Adjusted CMakeLists.txt not to build tinyusb, leave it up to the managed component. Added missing include to esp_mac.h
Configuration menu - View commit details
-
Copy full SHA for 1b11ffc - Browse repository at this point
Copy the full SHA 1b11ffcView commit details -
Add missing includes of esp_chip_info.h and esp_mac.h
Needed for esp-idf v5.0.2
Configuration menu - View commit details
-
Copy full SHA for fae3a46 - Browse repository at this point
Copy the full SHA fae3a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01b8aef - Browse repository at this point
Copy the full SHA 01b8aefView commit details -
Temporarily remove reading of IP address
This has changed in idf v5.0.2, need to rewrite
Configuration menu - View commit details
-
Copy full SHA for 6b1c89f - Browse repository at this point
Copy the full SHA 6b1c89fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9c4ba7 - Browse repository at this point
Copy the full SHA e9c4ba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e992956 - Browse repository at this point
Copy the full SHA e992956View commit details -
Configuration menu - View commit details
-
Copy full SHA for ceabc92 - Browse repository at this point
Copy the full SHA ceabc92View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff7f7b8 - Browse repository at this point
Copy the full SHA ff7f7b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b4f186 - Browse repository at this point
Copy the full SHA 9b4f186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cecdca - Browse repository at this point
Copy the full SHA 7cecdcaView commit details