Skip to content
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

Open
wants to merge 18 commits into
base: dev
Choose a base branch
from

Commits on May 28, 2023

  1. Add required components to blackmagic component

    Needed for idf v5.0.2
    alufers committed May 28, 2023
    Configuration menu
    Copy the full SHA
    5993a58 View commit details
    Browse the repository at this point in the history
  2. Add required components to dap-link component, add missing include

    Needed for idf v5.0.2. `esp_attr.h` is needed for IRAM_ATTR
    alufers committed May 28, 2023
    Configuration menu
    Copy the full SHA
    e012f1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22e0ba4 View commit details
    Browse the repository at this point in the history
  4. Add required components to simple-uart component, add missing include

    Needed for idf v5.0.2.
    alufers committed May 28, 2023
    Configuration menu
    Copy the full SHA
    fe1bd49 View commit details
    Browse the repository at this point in the history
  5. Add required components to soft-uart component, change include

    Needed for idf v5.0.2.
    alufers committed May 28, 2023
    Configuration menu
    Copy the full SHA
    de5708e View commit details
    Browse the repository at this point in the history
  6. change GPIP_PIN_INTR_DISABLE -> GPIO_INTR_DISABLE

    Changed for-idf 5.0.2
    alufers committed May 28, 2023
    Configuration menu
    Copy the full SHA
    ec7c6b4 View commit details
    Browse the repository at this point in the history
  7. 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.
    alufers committed May 28, 2023
    Configuration menu
    Copy the full SHA
    d5b601c View commit details
    Browse the repository at this point in the history
  8. Change portTICK_RATE_MS to portTICK_PERIOD_MS

    Changed for esp-idf v5.0.2
    alufers committed May 28, 2023
    Configuration menu
    Copy the full SHA
    0e87b51 View commit details
    Browse the repository at this point in the history
  9. 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
    alufers committed May 28, 2023
    Configuration menu
    Copy the full SHA
    1b11ffc View commit details
    Browse the repository at this point in the history
  10. Add missing includes of esp_chip_info.h and esp_mac.h

    Needed for esp-idf v5.0.2
    alufers committed May 28, 2023
    Configuration menu
    Copy the full SHA
    fae3a46 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    01b8aef View commit details
    Browse the repository at this point in the history
  12. Temporarily remove reading of IP address

    This has changed in idf v5.0.2, need to rewrite
    alufers committed May 28, 2023
    Configuration menu
    Copy the full SHA
    6b1c89f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e9c4ba7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e992956 View commit details
    Browse the repository at this point in the history
  15. Update CI script

    alufers committed May 28, 2023
    Configuration menu
    Copy the full SHA
    ceabc92 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    ff7f7b8 View commit details
    Browse the repository at this point in the history
  2. usb-glue: add flush

    DrZlo13 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9b4f186 View commit details
    Browse the repository at this point in the history
  3. update submodules

    DrZlo13 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7cecdca View commit details
    Browse the repository at this point in the history