1. 31 8月, 2021 1 次提交
  2. 24 8月, 2021 1 次提交
  3. 23 8月, 2021 3 次提交
  4. 19 8月, 2021 1 次提交
  5. 17 8月, 2021 1 次提交
    • M
      Add log_buf to pretty print buffers · b580bb23
      me-no-dev 提交于
      ```
      /* 0x0000 */ 0x7b, 0x7b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,    // {{..............
      /* 0x0010 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,    // ................
      ```
      b580bb23
  6. 12 8月, 2021 2 次提交
    • R
      Fixes Touchpad Interrupt (#5527) · 2af8cc34
      Rodrigo Garcia 提交于
      Fixes #5493 
      
      ## Summary
      PR #4996 has broken Touch Interrupt functionality by removing a single line of code used to set a Register.
      
      
      ## Impact
      This PR fixes issue #5493 by reverting the removal of necessary code as described above.
      2af8cc34
    • M
      Fix I2C Scan for S2 and C3 (#5528) · e5bd18d6
      Me No Dev 提交于
      Thanks @chegewara
      
      I2C Scan was failing because i2c_master_write does not accept size of 0. This change checks and skips that call if no length is provided (usually when scanning)
      e5bd18d6
  7. 11 8月, 2021 2 次提交
  8. 02 8月, 2021 2 次提交
    • M
      Add initial support for USB MSC (#5466) · 5bb8177a
      Me No Dev 提交于
      * Add initial support for USB MSC
      
      * Add Firmware Upload/Download With MSC
      
      Current running firmware is available as file inside the MSC Disk. To update the firmware on the ESP, just copy a regular firmware bin into the drive
      
      * Support overwriting of the firmware file
      
      Overwriting a file is done totally differently on MacOS, Windows and Linux. This change supports it on all of them.
      
      * Allow CDC, FirmwareMSC and DFU to be enabled on boot
      
      * Add example ESP32-S2 USB-ONLY board
      
      * Various device code optimizations
      
      Added `end()` methods to MSC classes
      Made begin() methods safe to be called multiple times
      Optimized CDC class
      
      * Fix CDC Connect/Disconnect detection in Arduino IDE on Windows
      
      * Rework cdc_write
      
      * Update ESP32-S2 board configs
      5bb8177a
    • M
  9. 29 7月, 2021 1 次提交
  10. 27 7月, 2021 1 次提交
  11. 26 7月, 2021 1 次提交
  12. 23 7月, 2021 1 次提交
  13. 21 7月, 2021 1 次提交
  14. 20 7月, 2021 2 次提交
    • M
      Fix Windows USB issues · 4ada3f58
      me-no-dev 提交于
      - Device will not reset if previous baudrate was not 9600
      - CDC Device is not recognized if WebUSB is enabled
      4ada3f58
    • M
      Various USB fixes (#5422) · 268595c7
      Me No Dev 提交于
      * Fix compile archive arguments for the new toolchain
      
      * Add menu to S2 for picking through which port to upload
      
      Internal USB CDC requires to reset and wait for the new port (because persistence is not yet stable)
      
      * USB CDC should also be started in main
      
      * Fix URL and USB version for WebUSB
      
      * Update vendor callback API
      
      * Update CDC::write to use TX_DONE semaphore
      
      * Update USB_Serial example
      268595c7
  15. 17 7月, 2021 2 次提交
    • M
      IDF master d93887f9f (#5336) · 16f4b0f5
      Me No Dev 提交于
      * Update toolchain
      
      * Update package_esp32_index.template.json
      
      * add optional component dependencies after Kconfig options are known (#5404)
      
      Until this commit, Kconfig options (e.g. CONFIG_TINYUSB_ENABLED) were
      used in conditions preceding idf_component_register to determine which
      components need to be added to `arduino` component requirements.
      However the Kconfig options aren't known at the early expansion stage,
      when the component CMakeLists.txt files are expanded the first time
      and requirements are evaluated. So all the conditions evaluated as if
      the options were not set.
      This commit changes the logic to only add these components as
      dependencies when the Kconfig options are known. Dependencies become
      "weak", which means that if one of the components isn't included into
      the build for some reason, it is not added as a dependency.
      This may happen, for example, if the component is not present in the
      `components` directory or is excluded by setting `COMPONENTS` variable
      in the project CMakeLists.txt file.
      This also ensures that if the component is not present, it will not be
      added as a dependency, and this will allow the build to proceed.
      
      Follow-up to https://github.com/espressif/arduino-esp32/pull/5391.
      Closes https://github.com/espressif/arduino-esp32/issues/5319.
      
      * IDF master d93887f9f
      
      * PlatformIO updates for CI (#5387)
      
      * Update PlatformIO CI build script
      
      - Switch to the latest toolchains 8.4.0 for ESP32, ESP32S2, ESP32C3
      - Use PlatformIO from master branch for better robustness
      
      * Update package.json for PlatformIO
      Co-authored-by: NIvan Grokhotkov <ivan@espressif.com>
      Co-authored-by: NValerii Koval <valeros@users.noreply.github.com>
      16f4b0f5
    • I
  16. 16 7月, 2021 3 次提交
  17. 15 7月, 2021 1 次提交
  18. 08 7月, 2021 1 次提交
  19. 28 6月, 2021 1 次提交
  20. 18 6月, 2021 1 次提交
  21. 11 6月, 2021 1 次提交
  22. 10 6月, 2021 1 次提交
  23. 09 6月, 2021 1 次提交
  24. 31 5月, 2021 1 次提交
    • M
      IDF master c13afea63 (#5214) · a618fc13
      Me No Dev 提交于
      esp-dsp: master 7cc5073
      esp-face: master 420fc7e
      esp-rainmaker: f1b82c7
      esp32-camera: master 6f8489e
      esp_littlefs: master b58f00c
      a618fc13
  25. 18 5月, 2021 2 次提交
  26. 19 4月, 2021 3 次提交
  27. 17 4月, 2021 1 次提交
  28. 15 4月, 2021 1 次提交