1. 13 Jun, 2024 6 commits
  2. 12 Jun, 2024 1 commit
  3. 10 Jun, 2024 3 commits
  4. 07 Jun, 2024 1 commit
    • Lucas Saavedra Vaz's avatar
      ci(refactor): Fix workflows and small improvements (#9793) · e3fedc5e
      Lucas Saavedra Vaz authored
      * ci(fix): Fix new workflows
      
      * ci(pre-commit): Properly cache python modules
      
      * fix(get.py): Verify files after extraction and make it more readable
      
      * ci(idf): Compile as component when libs change
      
      * ci(wokwi): Re-enable cache for wokwi tests
      
      * ci(tests): Run scripts only from master
      
      * Revert "fix(get.py): Verify files after extraction and make it more readable"
      
      This reverts commit cc40edb40766ea8a013c0d76326bc57314418bff.
      
      * ci(compilation): Fix changed files check
      
      * ci(wokwi): Disable tests that use scenarios
      e3fedc5e
  5. 06 Jun, 2024 1 commit
  6. 05 Jun, 2024 6 commits
  7. 04 Jun, 2024 6 commits
  8. 03 Jun, 2024 11 commits
  9. 30 May, 2024 3 commits
  10. 29 May, 2024 2 commits
    • per1234's avatar
      feat(tools):Use Windows native path separator in ESP_SR model copy command pattern (#9649) · 79b83505
      per1234 authored
      * fix(platform): Use Win path separator in ESP_SR copy command pattern
      
      Although Windows generally supports the use of the POSIX compliant slash path separator in addition
      to the Windows native backslash separator, in the specific use case where a path is present in a
      native command executed via an argument to `cmd /c` in a platform command pattern, it is mandatory
      to use backslash path separators.
      
      Previously, a slash path separator was used in the `tools.esp32-arduino-libs.path` and
      `compiler.sdk.path` platform properties, which were referenced in a `copy` command in the `cmd /c`
      argument part of the platform's `recipe.hooks.objcopy.postobjcopy.2.pattern.windows` command
      pattern. This caused compilation to fail with a "The syntax of the command is incorrect." error
      under the following conditions:
      
      - The compilation is performed on a Windows machine
      - The compiled sketch uses the ESP_SR library
      
      This is fixed by adding Windows override variants of the properties, with backslash path separators.
      
      * fix(release): Remove windows path to libs when releasing
      
      ---------
      Co-authored-by: default avatarme-no-dev <hristo@espressif.com>
      79b83505
    • Jan Procházka's avatar
      docs(libraries): Add new SoCs H2 and C6 to missing parts in docs (#9709) · 55e340ce
      Jan Procházka authored
      * docs(libraries): Add new SoCs
      
      * docs(): Add C2 and H2 to USB and getting started
      
      * docs(): Fix table format
      
      * docs(extension): Add sphinxemoji support
      
      * docs(): Lower emoji version
      
      * Revert "docs(): Lower emoji version"
      
      This reverts commit 3f3e0adf3c3c585bb439b182c77708fce23bd0b9.
      
      * Revert "docs(extension): Add sphinxemoji support"
      
      This reverts commit e903da689d4531f7fa7327e042206a4cdc3422a8.
      
      * docs(): Shrink peripherals table
      
      * docs(): Shrink table even more
      
      * docs(): Shrink table more and more
      
      * docs(): Shrink table the most I am able to
      55e340ce