1. 15 12月, 2017 1 次提交
  2. 05 12月, 2017 1 次提交
  3. 30 11月, 2017 1 次提交
  4. 28 11月, 2017 1 次提交
    • Z
      Set HSPI ports by default when HSPI is selected (#874) · 3198f25c
      zipiju 提交于
      When user selected HSPI with SPIClass name(HSPI) ESP was, by default,
      still using VSPI ports (the ones defined in pins_arduino.h).
      With this change when user selects HSPI then HSPI default ports will be
      used.
      If user won't specify HSPI then VSPI default ports will be used.
      If user will specify SCLK, MOSI, MISO and SS with SPI.begin() then user
      defined ports will be used no matter if VSPI or HSPI is selected.
      With this change fe. SD library can use default HSPI ports. It was
      possible to
      pass HSPI SPI instance to SD lib, however even then it was using VSPI
      ports which were (probably) GPIO matrixed to HSPI.
      3198f25c
  5. 24 11月, 2017 1 次提交
  6. 07 11月, 2017 2 次提交
  7. 06 11月, 2017 4 次提交
  8. 30 10月, 2017 2 次提交
  9. 23 10月, 2017 1 次提交
  10. 21 10月, 2017 2 次提交
  11. 18 10月, 2017 1 次提交
  12. 17 10月, 2017 2 次提交
  13. 14 10月, 2017 1 次提交
  14. 13 10月, 2017 1 次提交
  15. 11 10月, 2017 2 次提交
  16. 09 10月, 2017 1 次提交
  17. 01 10月, 2017 1 次提交
  18. 29 9月, 2017 4 次提交
  19. 28 9月, 2017 3 次提交
  20. 27 9月, 2017 2 次提交
  21. 26 9月, 2017 1 次提交
  22. 22 9月, 2017 1 次提交
  23. 21 9月, 2017 3 次提交
  24. 20 9月, 2017 1 次提交