1. 13 Jul, 2024 1 commit
    • Earle F. Philhower, III's avatar
      Ensure makeboards.py writes UNIX newlines (#2264) · 41ce4b2f
      Earle F. Philhower, III authored
      The repo and development use only '\n' (UNIX) EOLs.  When a user runs
      makeboards on a Windows system they end up changing every line in boards.txt
      and the JSON files to Windows '\r\n' format.
      
      Explicitly set the newline character when opening the output files to
      avoid this.
      41ce4b2f
  2. 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
  3. 09 Jul, 2024 1 commit
  4. 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
  5. 04 Jul, 2024 2 commits
  6. 03 Jul, 2024 1 commit
  7. 27 Jun, 2024 1 commit
  8. 24 Jun, 2024 3 commits
  9. 19 Jun, 2024 1 commit
  10. 18 Jun, 2024 4 commits
  11. 17 Jun, 2024 1 commit
  12. 13 Jun, 2024 1 commit
  13. 11 Jun, 2024 1 commit
  14. 10 Jun, 2024 3 commits
  15. 09 Jun, 2024 3 commits
  16. 07 Jun, 2024 1 commit
  17. 06 Jun, 2024 2 commits
  18. 05 Jun, 2024 8 commits
  19. 04 Jun, 2024 2 commits