1. 08 Aug, 2024 3 commits
  2. 04 Aug, 2024 1 commit
  3. 03 Aug, 2024 1 commit
  4. 02 Aug, 2024 1 commit
  5. 30 Jul, 2024 1 commit
  6. 28 Jul, 2024 1 commit
  7. 27 Jul, 2024 1 commit
  8. 26 Jul, 2024 2 commits
  9. 25 Jul, 2024 1 commit
  10. 24 Jul, 2024 1 commit
    • Earle F. Philhower, III's avatar
      Fix BT/BLE Joystick reports (#2293) · 6e5b3897
      Earle F. Philhower, III authored
      Underlying HID_Joystick now always using 16-bit format axes, need to update
      BT and BLE descriptors sent to the BT master or it will misinterpret the
      reports and the reported joystick state will be read as garbage.
      
      Fixes bug introduced in #2276, oops!
      6e5b3897
  11. 23 Jul, 2024 1 commit
  12. 22 Jul, 2024 3 commits
  13. 21 Jul, 2024 1 commit
  14. 20 Jul, 2024 1 commit
  15. 19 Jul, 2024 1 commit
  16. 18 Jul, 2024 2 commits
  17. 13 Jul, 2024 2 commits
  18. 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
  19. 09 Jul, 2024 1 commit
  20. 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
  21. 04 Jul, 2024 2 commits
  22. 03 Jul, 2024 1 commit
  23. 27 Jun, 2024 1 commit
  24. 24 Jun, 2024 3 commits
  25. 19 Jun, 2024 1 commit
  26. 18 Jun, 2024 3 commits