1. 09 Jul, 2024 1 commit
  2. 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
  3. 04 Jul, 2024 2 commits
  4. 03 Jul, 2024 1 commit
  5. 27 Jun, 2024 1 commit
  6. 24 Jun, 2024 3 commits
  7. 19 Jun, 2024 1 commit
  8. 18 Jun, 2024 4 commits
  9. 17 Jun, 2024 1 commit
  10. 13 Jun, 2024 1 commit
  11. 11 Jun, 2024 1 commit
  12. 10 Jun, 2024 3 commits
  13. 09 Jun, 2024 3 commits
  14. 07 Jun, 2024 1 commit
  15. 06 Jun, 2024 2 commits
  16. 05 Jun, 2024 8 commits
  17. 04 Jun, 2024 2 commits
  18. 03 Jun, 2024 3 commits