1. 22 Jul, 2024 3 commits
  2. 21 Jul, 2024 1 commit
  3. 20 Jul, 2024 1 commit
  4. 19 Jul, 2024 1 commit
  5. 18 Jul, 2024 2 commits
  6. 13 Jul, 2024 2 commits
  7. 12 Jul, 2024 2 commits
    • Earle F. Philhower, III's avatar
      Add a build of all variants to CI (#2262) · e8a26542
      Earle F. Philhower, III authored
      * Add a build of all variants to CI using P.IO
      * Split out into separate job, use BOOTSEL sketch
      * Fix Breadstick variant
      * Fix Bridgetech boards with illegal define names
        Dash(-) to underscore(_) in define and variant for the -7 and -43.
      * Bridgetech JSON updates
      * Temporarily remove Bridgetech boards from CI
        Needs an update to the P.IO external repo to work since the names
        of the boards have changed.
      e8a26542
    • AcThPaU's avatar
      Fix D pin mapping on Adafruit IB/Feather RP2040 (#2259) · a584d103
      AcThPaU authored
      * Fix D pins on Adafruit IB RP2040
      * Fix Adafruit Feather D pins mapping as well
      * Change common.h to accept D pin def per board
      a584d103
  8. 09 Jul, 2024 1 commit
  9. 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
  10. 04 Jul, 2024 2 commits
  11. 03 Jul, 2024 1 commit
  12. 27 Jun, 2024 1 commit
  13. 24 Jun, 2024 3 commits
  14. 19 Jun, 2024 1 commit
  15. 18 Jun, 2024 4 commits
  16. 17 Jun, 2024 1 commit
  17. 13 Jun, 2024 1 commit
  18. 11 Jun, 2024 1 commit
  19. 10 Jun, 2024 3 commits
  20. 09 Jun, 2024 3 commits
  21. 07 Jun, 2024 1 commit
  22. 06 Jun, 2024 2 commits
  23. 05 Jun, 2024 1 commit