1. 15 Apr, 2023 1 commit
  2. 12 Apr, 2023 1 commit
  3. 10 Apr, 2023 1 commit
    • Paint Your Dragon's avatar
      Rename USB HOST pins (#1367) · 59981aed
      Paint Your Dragon authored
      Change “N” to “M” and add “HOST” in the USB pins. Only two pins are actually affected; diff appears large to maintain the pleasant aligned-columns format.
      59981aed
  4. 07 Apr, 2023 1 commit
    • Earle F. Philhower, III's avatar
      Rename BTstack lib to BTstackLib (#1360) · 07781e9c
      Earle F. Philhower, III authored
      Fixes #1356
      
      Mac and Windows have case-insensitive filesystems, so the will find
      the internal (all-lowercase) "btstack.h" and not the library's "BTstack.h",
      causing compilation errors.
      
      Rename the library and header to avoid the issue.
      07781e9c
  5. 05 Apr, 2023 1 commit
  6. 04 Apr, 2023 2 commits
  7. 03 Apr, 2023 1 commit
  8. 30 Mar, 2023 2 commits
  9. 29 Mar, 2023 1 commit
  10. 28 Mar, 2023 1 commit
  11. 21 Mar, 2023 1 commit
  12. 20 Mar, 2023 1 commit
  13. 19 Mar, 2023 1 commit
  14. 16 Mar, 2023 2 commits
  15. 15 Mar, 2023 2 commits
  16. 14 Mar, 2023 2 commits
  17. 11 Mar, 2023 1 commit
  18. 10 Mar, 2023 3 commits
  19. 09 Mar, 2023 2 commits
  20. 08 Mar, 2023 1 commit
    • Earle F. Philhower, III's avatar
      Adjust LWIP intf to avoid hangs/crashes under load (#1286) · e6c7b97b
      Earle F. Philhower, III authored
      It seems possible now for TCP connection _pcbs to disappear while being
      processed, due to the new async context configuration.  This would cause
      LWIP to panic when a NULL pcb was passed in.
      
      Check for and avoid passing in null PCBs in the ClientContext.
      
      Undo special-casing of sys_check_timeouts wrapper
      
      AdvancedWebServer with heavy F5-refresh and #1274 test both pass.
      
      Fixes #1274
      e6c7b97b
  21. 05 Mar, 2023 4 commits
  22. 04 Mar, 2023 2 commits
  23. 03 Mar, 2023 2 commits
  24. 02 Mar, 2023 4 commits