1. 12 Jul, 2024 1 commit
  2. 09 Jul, 2024 1 commit
  3. 08 Jul, 2024 2 commits
    • Earle F. Philhower, III's avatar
      Fix leak in HTTPSClient (#2256) · 96a2e925
      Earle F. Philhower, III authored
      Fixes #2254
      
      The faked certificate was allocated but not deleted in certain cases.  Make sure
      to clean up in the destructor.
      96a2e925
    • Maximilian Gerhardt's avatar
      Fix assembler flags (#2255) · 8cb88075
      Maximilian Gerhardt authored
      An oversight in the order of updating the ASFLAGS with a copy of the CCFLAGS (see line 110) and then updating the CCFLAGS (without resyncing the ASFLAGS) leads to a fatal compilation error in the Adafruit PicoDVI library, in which `tmds_encode.S` fails to find the `pico/config.h` include file. This fix updates the ASFLAGS manually after changing the CCFLAGS so that they're equal again, and the library can be compiled.
      8cb88075
  4. 04 Jul, 2024 2 commits
  5. 03 Jul, 2024 1 commit
  6. 27 Jun, 2024 1 commit
  7. 24 Jun, 2024 3 commits
  8. 19 Jun, 2024 1 commit
  9. 18 Jun, 2024 4 commits
  10. 17 Jun, 2024 1 commit
  11. 13 Jun, 2024 1 commit
  12. 11 Jun, 2024 1 commit
  13. 10 Jun, 2024 3 commits
  14. 09 Jun, 2024 3 commits
  15. 07 Jun, 2024 1 commit
  16. 06 Jun, 2024 2 commits
  17. 05 Jun, 2024 8 commits
  18. 04 Jun, 2024 2 commits
  19. 03 Jun, 2024 2 commits