1. 31 8月, 2021 1 次提交
  2. 02 8月, 2021 1 次提交
    • 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
  3. 26 7月, 2021 1 次提交
    • M
      IDF master c69f0ec32 (#5449) · 6972695d
      Me No Dev 提交于
      esp-dsp: master f4d7d6e
      esp-face: master 420fc7e
      esp-rainmaker: f1b82c7
      esp32-camera: master 6a9497b
      esp_littlefs: master b58f00c
      6972695d
  4. 20 7月, 2021 1 次提交
    • 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
  5. 17 7月, 2021 1 次提交
    • 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
  6. 10 6月, 2021 1 次提交
  7. 09 6月, 2021 1 次提交
    • M
      IDF master 1d7068e4b (#5257) · 4f9e583b
      Me No Dev 提交于
      esp-dsp: master 7cc5073
      esp-face: master 420fc7e
      esp-rainmaker: f1b82c7
      esp32-camera: master 7a06a7e
      esp_littlefs: master b58f00c
      4f9e583b
  8. 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
  9. 18 5月, 2021 1 次提交
  10. 17 4月, 2021 1 次提交
    • M
      IDF master cf457d412 (#5073) · 5d9b98c9
      Me No Dev 提交于
      esp-dsp: master 7cc5073
      esp-face: master 420fc7e
      esp-rainmaker: f1b82c7
      esp32-camera: master 2dded7c
      esp_littlefs: master d268e18
      5d9b98c9
  11. 15 4月, 2021 1 次提交
    • H
      Add Adafruit esp32s2 boards with custom bootloader, partition and upload.extra_flags (#5056) · 72eb3f32
      Ha Thach 提交于
      done on behalf of @Ladyada, this PR does:
      
      Add Adafruit FunHouse and upcoming Adafruit Feather Esp32s2
      Update Adafruit magtag and metro esp32s2 to have tinyuf2 as factory app
      Also modify platform.txt as discussed in adafruit#2 + adafruit#3 + adafruit#4 to add support for
      Board/variant partition.csv, bootloader.bin ( priority is user sketch > variant > build.parition/boot )
      upload.extra_flags to optionally flash tinyuf2 as factory application
      Remove duplicated parameter in running python script in linux and windows
      Please review and let me know if you want any changes.
      
      Notes: tinyuf2 is a uf2 bootloader for multiple platforms. For esp32s2, it is an factory app to perform uf2 firmware update.
      72eb3f32
  12. 14 4月, 2021 1 次提交
  13. 05 4月, 2021 1 次提交
  14. 26 3月, 2021 2 次提交
  15. 10 3月, 2021 1 次提交
  16. 23 2月, 2021 2 次提交
  17. 16 2月, 2021 1 次提交
  18. 21 1月, 2021 1 次提交
  19. 11 1月, 2021 1 次提交
  20. 07 12月, 2020 1 次提交
  21. 15 11月, 2020 1 次提交
  22. 07 11月, 2020 1 次提交
  23. 04 11月, 2020 1 次提交
  24. 14 10月, 2020 1 次提交
  25. 01 10月, 2020 1 次提交
    • S
      Enable precompiled libraries (#4209) · c3c38a8e
      Sergey Lyubka 提交于
      The latest versions of Arduino IDE shifted the responsibility for precompiled libraries support to the core developers, which breaks precompiled library support in esp32 Arduino core. See https://github.com/arduino/ArduinoCore-avr/pull/52 for more details:
      
      ```
      In this new version of the builder we are not doing any heuristics to find the right spot where the ldflags should be inserted (this was causing many bugs on its own); instead, we fully trust the core makers to add explicit support to precompiled libs.
      ```
      
      This chage re-enables precompiled library support in the esp32 Arduino core.
      c3c38a8e
  26. 30 9月, 2020 1 次提交
  27. 21 1月, 2020 1 次提交
  28. 07 10月, 2019 1 次提交
    • M
      Allow sketches to have custom partitions (#3328) · 9ef3e2d2
      Me No Dev 提交于
      Add a file named `partitions.csv` to your sketch folder and define the partitions inside. In order to not get `Sketch too big`, please select appropriate partition scheme from the board menu
      9ef3e2d2
  29. 01 10月, 2019 1 次提交
  30. 30 9月, 2019 1 次提交
  31. 17 7月, 2019 2 次提交
  32. 12 5月, 2019 1 次提交
  33. 09 5月, 2019 1 次提交
  34. 12 4月, 2019 1 次提交
    • M
      Set ESP-IDF to 3.2 (#2662) · 7b5cd47d
      Me No Dev 提交于
      * Set IDF to v3.2
      
      * Remove BLE submodule
      
      * Add BLE lib source
      
      * Update Camera example to support OV3660
      7b5cd47d
  35. 04 3月, 2019 1 次提交
  36. 10 1月, 2019 2 次提交