1. 04 5月, 2022 3 次提交
    • D
      Fix uploader tool for ESPduino32 board (#6665) · 142fceb8
      DeuxVis 提交于
      142fceb8
    • U
      Added non-destructive TinyUF2 support for UM ESP32-S3 boards (#6668) · ba591fd9
      Unexpected Maker 提交于
      Implemented a new method for allowing folks to preserve their TinyUF2 bootloader setup when flashing their boards via Arduino IDE, without being locked out of not using it if they want to use a different partition.
      
      Adafruit had already added support for keeping (reflashing) the TinyUF2 bootloader when flashing via Arduino IDE (thanks @Ladyada ), but the issue with it is it doesn't allow users to not choose to use it. Even if they select a specific partition scheme from the partition drop down list, it ignores that selection and only does the TinyUF2 partitioning/bootloader thing.
      
      We wanted to let users choose between keeping their TinyUF2 partitioning and bootloader, or choose another partition scheme and have the TinyUF2 support disabled and just operate like they would expect.
      
      We've implemented this by adding the TinyUF2 support as a partition scheme option, and using these build options in platform.txt to choose to use teh UF2 path or use the standard path.
      ba591fd9
    • V
      Properly handle ARDUINO_PARTITION define in PlatformIO (#6681) · 4453ca54
      Valerii Koval 提交于
      This fixes possible issues when developers specify arbitrary partition files
      using relative or absolute paths.
      
      Additionally, hyphens in filenames are replaced with underscores to
      avoid compilation warnings "ISO C++11 requires whitespace after the macro name"
      
      Resolves platformio/platform-espressif32#787
      4453ca54
  2. 29 4月, 2022 1 次提交
    • R
      Fixes INADDR_NONE (#6659) · ce2cd111
      Rodrigo Garcia 提交于
      Description of Change
      
      Fixes IPAddress INADDR_NONE declaration when using Arduino WiFi or ETH.
      This symbol was defined as 0xffffffff by lwip /inet.h, making it impossible to use INADDR_NONE correctly.
      
      This PR only works when <wifi-provisioning/wifi_config.h> has a modification to include <lwip/ip4_addr.h> instead of <lwip/inet.h>. This will be done directly to the sdk folder in the github structure and it has been fixed in IDF by a separated Merge Request. This will be reflected in the future, for good.
      
      Tests scenarios
      
      This PR was tested with all Arduino WiFi examples, including AsyncUDP. Also with ETH examples.
      It was also tested for #6610 test cases.
      Testing done for ESP32, ESP32-S2, ESP32-C3 and ESP32-S3.
      
      Related links
      
      fixes #6610
      fixes #6247
      fixes #4732
      ce2cd111
  3. 28 4月, 2022 2 次提交
  4. 27 4月, 2022 2 次提交
  5. 26 4月, 2022 15 次提交
  6. 21 4月, 2022 6 次提交
  7. 20 4月, 2022 2 次提交
  8. 05 4月, 2022 2 次提交
  9. 04 4月, 2022 6 次提交
  10. 31 3月, 2022 1 次提交