1. 14 12月, 2021 18 次提交
  2. 22 11月, 2021 2 次提交
  3. 20 11月, 2021 1 次提交
    • M
      Fix I2C clock stretching issue with ESP32 (#5910) · c9916c46
      Me No Dev 提交于
      It was found that when I2C device is holding the clock LOW, ESP32 master is failing to wait for the clock to be released.
      
      Fixes: #5875
      Fixes: sparkfun/SparkFun_u-blox_GNSS_Arduino_Library#77
      c9916c46
  4. 18 11月, 2021 2 次提交
  5. 15 11月, 2021 1 次提交
  6. 09 11月, 2021 7 次提交
  7. 08 11月, 2021 3 次提交
  8. 06 11月, 2021 1 次提交
    • T
      [FEATURE] add -D ARDUINO_PARTITION_xxx build flag to platform.txt (#5804) · 674cf812
      tobozo 提交于
      * [FEATURE]  ARDUINO_PARTITION_xxx build flag
      
      Proposition: adding `-DARDUINO_PARTITION_{build.partitions}` flag to make the build partition information available at compile time.
      
      Use cas example:
      
      ```C
      #if defined ARDUINO_PARTITION_default
        // prevent compilation
        #error "This sketch needs 'Minimal SPIFFS' partition scheme to compile" 
        // or disable sketch features that need flash space
        #define USE_HUGE_BITMAP_IMAGES false
      #endif
      ```
      
      * Adding -DARDUINO_PARTITION_{build.partitions} (see #5804)
      674cf812
  9. 05 11月, 2021 2 次提交
  10. 04 11月, 2021 3 次提交