1. 25 10月, 2021 3 次提交
  2. 24 10月, 2021 1 次提交
  3. 23 10月, 2021 3 次提交
  4. 22 10月, 2021 1 次提交
    • R
      Allows spiram malloc with wifi dynamic buffers - better free heap (#5791) · 67c99142
      Rodrigo Garcia 提交于
      Summary
      
      Modifies WiFi lib to allow dynamic buffer allocation along with SPIRAM MALLOC enabled
      This gives more heap space to the users
      
      Related PR in Arduino Lib Builder: espressif/esp32-arduino-lib-builder#47
      
      Impact
      
      WiFi will work the same as it was in version 1.0.6, restoring free heap.
      
      close #5630
      close #5474
      close #5699
      close #5697
      67c99142
  5. 21 10月, 2021 2 次提交
    • M
      libraries/SPI/src/SPI.h: SPIClass: add method to get SS pin number (#5788) · 951c8bec
      michlv 提交于
      * SPI.h add new call to return a SS pin number used.
      
      As code example states, the SS pin needs to be explicitly set for output for SPI to work, but the pin number have to be coded in addition to the SPI logic in the library, which means this duplicates code. It is much better to just be able to get the pin number from library itself.
      
      * Update SPI_Multiple_Buses.ino to use new pinSS method
      
      Simplify the example case, to show usage of pinSS method. This also simplifies the example, removing duplicated code.
      951c8bec
    • M
      IDF master 4e03a9c34c (#5792) · 4413dbbd
      Me No Dev 提交于
      esp-dsp: master e05fc36
      esp-face: master f108a83
      esp-rainmaker: f1b82c7
      esp32-camera: master 3022601
      esp_littlefs: master 05d55ab
      4413dbbd
  6. 14 10月, 2021 5 次提交
  7. 13 10月, 2021 1 次提交
  8. 12 10月, 2021 1 次提交
  9. 11 10月, 2021 5 次提交
  10. 09 10月, 2021 3 次提交
    • M
      Update CMakeLists.txt · 335cedf4
      me-no-dev 提交于
      335cedf4
    • M
      I2C Slave Implementation · f9f70d2f
      me-no-dev 提交于
      f9f70d2f
    • P
      Fix: SD_MMC deinit (#5732) · 5b207104
      P-R-O-C-H-Y 提交于
      * SD.open() new feature for creating all folders in path
      
      This PR adds to the SD.open() function option to create all folders to the file.
      
      SD.open(const char* path, const char* mode, const bool create)
      
      Default value of create is false.
      When true folders are created.
      
      From issue #5019
      
      * Update vfs_api.cpp
      
      memccpy -> memcpy
      
      * SD_MMC deinit fix
      
      Wrong deinit function was called.
      5b207104
  11. 08 10月, 2021 1 次提交
  12. 01 10月, 2021 14 次提交