summaryrefslogtreecommitdiff
path: root/.github/actions/setup_toolchain/espressif
AgeCommit message (Collapse)Author
2026-03-18Update several actions to latest versionhathach
2026-03-02fix esp32p4 utmi phy init in the new esp-idf, also update esp-idf to v5.5.3hathach
2025-10-28fix security in gh actionhathach
2025-01-16update esp-idf to 5.3.2hathach
2024-09-04dwc2: for esp32 force disconnect/connect using USB_WRAP otg pad override ↵hathach
(DM=DP=0) in addition to dwc2's dctrl
2024-08-09Update ci toolchain (#2758)Ha Thach
* move toolchain url to its setup action
2024-05-21try to update cache for esp-idfhathach
2024-05-15tweak actionhathach
2024-05-13more ci update (#2642)Ha Thach
* Circi use small docker * caching espressif docker image * only run make job on pull request or push to master * hw test run on pull request only, rename build_cmake to build.yml * enable all ci build, cmake(clang) and make(*) only run with pull_request or push to master