1. 09 Oct, 2021 3 commits
    • me-no-dev's avatar
      Update CMakeLists.txt · 335cedf4
      me-no-dev authored
      335cedf4
    • me-no-dev's avatar
      I2C Slave Implementation · f9f70d2f
      me-no-dev authored
      f9f70d2f
    • P-R-O-C-H-Y's avatar
      Fix: SD_MMC deinit (#5732) · 5b207104
      P-R-O-C-H-Y authored
      * SD.open() new feature for creating all folders in path
      
      This PR adds to the SD.open() function option to create all folders to the file.
      
      SD.open(const char* path, const char* mode, const bool create)
      
      Default value of create is false.
      When true folders are created.
      
      From issue #5019
      
      * Update vfs_api.cpp
      
      memccpy -> memcpy
      
      * SD_MMC deinit fix
      
      Wrong deinit function was called.
      5b207104
  2. 01 Oct, 2021 20 commits
  3. 21 Sep, 2021 4 commits
  4. 20 Sep, 2021 2 commits
  5. 15 Sep, 2021 3 commits
    • Me No Dev's avatar
      [HWCDC] Improve HW CDC Implementation (#5643) · 078671d2
      Me No Dev authored
      This pull request contains a few fixes and improvements to the HWCDC implementation.
      - Rework `HWCDC::write()` to accept unlimited data
      - Add Semaphore to guard the TX Ring Buffer
      - Add events support
      - Remove unnecessary 1200bps touch for flashing over HWCDC
      - Fix `HardwareSerial::setDebugOutput()` not resetting `putc` if the port is already selected, causing debug output to also show on HWCDC even when not selected.
      078671d2
    • Me No Dev's avatar
      [USB CDC] Fix data might not be transmitted until more is written (#5652) · 541cef91
      Me No Dev authored
      Depending on `tud_cdc_tx_complete_cb` can cause in some cases the last packet to not be transmitted until more data is written and flushed. It's a rare case, but if the other end is expecting those last bytes, transmission will hang.
      
      This PR also fixes debug output on CDC
      541cef91
    • Tomas Sebestik's avatar
      Add dummy test for self hosted GitHub runners (#5521) · 6dfaf6cd
      Tomas Sebestik authored
      * Add dummy test for self hosted GitHub runners
      6dfaf6cd
  6. 31 Aug, 2021 6 commits
  7. 25 Aug, 2021 1 commit
  8. 24 Aug, 2021 1 commit