1. 21 Jul, 2021 1 commit
    • Vlasta Hajek's avatar
      fix: WiFiClientSecure connection timeout (#5398) (#5418) · e12d8c8f
      Vlasta Hajek authored
      Closes #5398
      
      Using the same non-blocking socket connect pattern for respecting connection timeout, copied from WiFiClient::connect.
      
      WiFiClient::connect uses lwip_connect_r, whereas start_ssl_client uses lwip_connect. I haven't found what is the difference between them. I tested both, both work ok, so I kept lwip_connect.
      e12d8c8f
  2. 20 Jul, 2021 2 commits
    • me-no-dev's avatar
      Fix Windows USB issues · 4ada3f58
      me-no-dev authored
      - Device will not reset if previous baudrate was not 9600
      - CDC Device is not recognized if WebUSB is enabled
      4ada3f58
    • Me No Dev's avatar
      Various USB fixes (#5422) · 268595c7
      Me No Dev authored
      * 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
  3. 19 Jul, 2021 7 commits
  4. 18 Jul, 2021 1 commit
  5. 16 Jul, 2021 10 commits
  6. 14 Jul, 2021 1 commit
  7. 08 Jul, 2021 1 commit
  8. 29 Jun, 2021 1 commit
    • Dirk O. Kaar's avatar
      Update .gitignore (#5323) · c37557c7
      Dirk O. Kaar authored
      In current master, after get.exe, there's tools/mkfatfs.exe that must be ignored.
      Also cleaning up a simple duplicate line in .gitignore.
      This is for Windows only, any hints on what can be done for Linux, Mac, is appreciated.
      c37557c7
  9. 28 Jun, 2021 1 commit
  10. 18 Jun, 2021 1 commit
  11. 17 Jun, 2021 1 commit
  12. 16 Jun, 2021 4 commits
  13. 11 Jun, 2021 1 commit
  14. 10 Jun, 2021 7 commits
  15. 09 Jun, 2021 1 commit