1. 10 6月, 2021 1 次提交
  2. 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
  3. 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
  4. 18 5月, 2021 1 次提交
  5. 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
  6. 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
  7. 14 4月, 2021 1 次提交
  8. 05 4月, 2021 1 次提交
  9. 26 3月, 2021 2 次提交
  10. 10 3月, 2021 1 次提交
  11. 23 2月, 2021 2 次提交
  12. 16 2月, 2021 1 次提交
  13. 21 1月, 2021 1 次提交
  14. 11 1月, 2021 1 次提交
  15. 07 12月, 2020 1 次提交
  16. 15 11月, 2020 1 次提交
  17. 07 11月, 2020 1 次提交
  18. 04 11月, 2020 1 次提交
  19. 14 10月, 2020 1 次提交
  20. 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
  21. 30 9月, 2020 1 次提交
  22. 21 1月, 2020 1 次提交
  23. 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
  24. 01 10月, 2019 1 次提交
  25. 30 9月, 2019 1 次提交
  26. 17 7月, 2019 2 次提交
  27. 12 5月, 2019 1 次提交
  28. 09 5月, 2019 1 次提交
  29. 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
  30. 04 3月, 2019 1 次提交
  31. 10 1月, 2019 2 次提交
  32. 17 12月, 2018 1 次提交
  33. 16 12月, 2018 2 次提交
  34. 27 11月, 2018 1 次提交
  35. 21 9月, 2018 1 次提交
    • M
      Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878) · 96822d78
      Me No Dev 提交于
      * TX Flow Control and Code cleanup
      
      * Use semaphore instead of delay
      
      TX functionality is done.
      
      * Use single buffer and empty queue on exit
      
      * Fix compile issues because of LwIP code relocation
      
      * Add temporary header to fix Azure not compiling
      
      * Fix AsyncUDP early init
      
      * AsyncUDP Multicast fixes
      
      * Add source mac address and rework multicast
      
      * Allow redefinition of default pins for Serials 1 and 2
      
      * Update IDF to 3276a13
      
      * Update esptool.py to 2.5.0
      
      * Fix sketches
      
      * Fix log level in BluetoothSetial
      96822d78