1. 14 Apr, 2019 1 commit
  2. 07 Feb, 2019 1 commit
  3. 30 Jan, 2019 1 commit
  4. 22 Jan, 2019 1 commit
  5. 21 Jan, 2019 1 commit
  6. 18 Jan, 2019 2 commits
  7. 15 Dec, 2018 1 commit
  8. 18 Nov, 2018 1 commit
  9. 07 Nov, 2018 1 commit
    • Beetix's avatar
      Fixed unavailable GPIOs issue · 283bf080
      Beetix authored
      - GPIO0 and GPIO1 on the DWM1001 are attached to the DW1000 not the
      nRF52
      - Removed 2 digital pins
      - Shifted all the numbering
      283bf080
  10. 20 Oct, 2018 1 commit
  11. 19 Oct, 2018 4 commits
  12. 12 Oct, 2018 1 commit
  13. 03 Sep, 2018 2 commits
  14. 10 Aug, 2018 2 commits
  15. 18 Mar, 2018 1 commit
  16. 27 Feb, 2018 1 commit
  17. 24 Feb, 2018 2 commits
  18. 22 Feb, 2018 1 commit
  19. 21 Feb, 2018 1 commit
  20. 18 Feb, 2018 1 commit
  21. 17 Feb, 2018 1 commit
  22. 13 Feb, 2018 3 commits
  23. 12 Feb, 2018 1 commit
  24. 29 Jan, 2018 2 commits
  25. 19 Jan, 2018 1 commit
  26. 16 Jan, 2018 2 commits
  27. 15 Jan, 2018 1 commit
  28. 14 Jan, 2018 2 commits
    • Tomas's avatar
      Added Sino:bit board (#219) · faec5775
      Tomas authored
      * Added Sino:bit board, including HT1632,AdaFruit GFX and Dave Astels Sinobit Library
      
      * Removed 3rd party libraries and modification of JSON
      
      * Removed and ignored .vscode folder
      
      * Removed unecessary comments in variant.cpp, Corrected include guard name in variant.h
      
      * Add some new lines
      
      * Remove stray define
      faec5775
    • Cédric / Drix's avatar
      Custom I2C/SPI/UART pins for generic variants (#221) · d887d064
      Cédric / Drix authored
      * UART: Add setPins(...) for generic boards (nRF51 and nRF52).
      
      * SPI: Add setPins(...) for generic boards (nRF51 and nRF52).
      
      * Wire (I2C/TWI): Add setPins(...) for generic boards (nRF51 and nRF52).
      d887d064