1. 12 Nov, 2023 1 commit
  2. 10 Nov, 2023 1 commit
  3. 05 Nov, 2023 3 commits
    • Andriy Golovnya's avatar
      Added RP2040-Eins board (#1804) · 3ce90218
      Andriy Golovnya authored
      * Aggregated several earlier patches in one to add RP2040-Eins board into the project.
      - Moved RP2040-ProMini in alphabetical order position.
      - Added board description files for RP2040-Eins.
      - Added board header file for RP2040-Eins.
      - Adjusted unused pins order of RP2040-ProMini to be the same as in RP2040-Eins.
      - Added RP2040-Eins to README.md.
      - Renamed board files to use underscores to better fit the existing file naming style.
      
      * Updated README.md
      3ce90218
    • James Sleeman's avatar
      Handled already mounted disk. (#1797) · c34e6029
      James Sleeman authored
      c34e6029
    • Nico Maas's avatar
      Add RAKwireless RAK11300 (#1802) · 28e25293
      Nico Maas authored
      28e25293
  4. 01 Nov, 2023 1 commit
  5. 28 Oct, 2023 1 commit
    • Andrew DeLisa's avatar
      Add Sea-Picro board (#1784) · 5bea3289
      Andrew DeLisa authored
      * add sea-picro board
      
      * add configurable board URL to makeboards.py
      
      * update board URL for sea picro
      
      * update note about QT port
      
      * update pin mappings
      
      * fix board vendor/name
      5bea3289
  6. 24 Oct, 2023 1 commit
  7. 22 Oct, 2023 1 commit
  8. 20 Oct, 2023 1 commit
  9. 19 Oct, 2023 1 commit
  10. 17 Oct, 2023 1 commit
  11. 12 Oct, 2023 2 commits
  12. 11 Oct, 2023 3 commits
  13. 08 Oct, 2023 1 commit
  14. 07 Oct, 2023 2 commits
  15. 06 Oct, 2023 1 commit
  16. 05 Oct, 2023 1 commit
  17. 04 Oct, 2023 1 commit
  18. 30 Sep, 2023 1 commit
  19. 29 Sep, 2023 2 commits
  20. 23 Sep, 2023 3 commits
    • Earle F. Philhower, III's avatar
      Update version · 41b0686a
      Earle F. Philhower, III authored
      41b0686a
    • Earle F. Philhower, III's avatar
    • Benjamin Aigner's avatar
      BLE HID composite device support (#1587) · 60e93f3e
      Benjamin Aigner authored
      * Adapted all libraries to support multiprotocol HID over BT & BLE
      
      * Added ATT DB depending on setup; still no success with working connection
      
      * Added hids_device from BTStack develop branch as override
      
      * Fixing the GATT handle patching, added working ATT DB
      
      * ran astyle on example
      
      * Updates in BLE implementation; WORKING! (but only if all are activated). Removed sdkoverride again, doesn't work.
      
      * Moved ATT DB handles to correct places
      
      * Finally functioning for Mouse+KBD+Joy, and each individual
      
      * Cleaned up code & ran astyle
      
      * Added sdkoverrides to pull develop functions from BTSTack
      
      * Changed a few typos by BTStack to run codespell successfully
      
      * Ran astyle on sdkoverride files
      
      * Added some #if guards for including BTSTack file only if BT is enabled
      
      * Fixed Feature Report value characteristics handle assignment; fixed too long HID report
      
      * Ran astyle
      60e93f3e
  21. 22 Sep, 2023 1 commit
    • Dom's avatar
      Allow Ethernet devices on SPI1 (#1725) · 7e8fcc5a
      Dom authored
      _spiUnit is a reference, and when initialized with SPI, it cannot be changed in the constructor afterwards.
      So initialize it in the constructor's declaration.
      7e8fcc5a
  22. 21 Sep, 2023 1 commit
  23. 17 Sep, 2023 1 commit
  24. 16 Sep, 2023 3 commits
  25. 15 Sep, 2023 2 commits
    • Earle F. Philhower, III's avatar
      Fallthrough LWIP mutex on PicoW wired Ethernet (#1712) · f5e8e5b3
      Earle F. Philhower, III authored
      When built for the PicoW but run on a Pico (non-W), fall through to use
      the wired Ethernet mutex instead of no mutex at all for LWIP protection.
      f5e8e5b3
    • Earle F. Philhower, III's avatar
      Support wired network interfaces (W5500, W5100, ENC28J60) (#1703) · 1f3d5011
      Earle F. Philhower, III authored
      Enable use of wired Ethernet modules as first-class LWIP citizens.  All
      networking classes like MDNS, WebServer, HTTPClient, WiFiClient, and OTA
      can use a wired Ethernet adapter just like built-in WiFi.
      
      Two examples updated to show proper use.
      
      Uses the Async Context support built into the Pico SDK.  When running on the
      Pico  it will use the CYW43 async instance.
      
      Uses modified wired Ethernet drivers, thanks Nicholas Humfrey!
      
      Note, the classic, non-LWIP integrated `Ethernet` and related libraries
      should still work fine (but not be able to use WebServer/HTTPS/etc.)
      
      Fixes #775
      1f3d5011
  26. 13 Sep, 2023 3 commits