1. 02 3月, 2017 4 次提交
  2. 01 3月, 2017 3 次提交
  3. 23 2月, 2017 2 次提交
    • M
      Improvements in EspClass (#222) · 00c1a656
      Martin Sloup 提交于
      * Improvements in EspClass
      
      - fixed not working functions for flash chip size, speed and mode
      - added function to retrieve chip revision from eFuse
      - flashRead / flashWrite supports encrypted flash
      
      * Rename getCpuRevision function to getChipRevision
      
      * Revert: flashRead / flashWrite supports encrypted flash
      
      Reading and writing to encrypted flash has to be aligned to 16-bytes. Also NAND way of writing (i.e. flipping 1s to 0s) will not work with spi_flash_write_encrypted. Note: spi_flash_read_encrypted will always try to decrypt data, even if it wasn't encrypted in the first place.
      00c1a656
    • M
      Major IDF and Arduino Update · 1d759380
      me-no-dev 提交于
      WiFi and BlueTooth can now be started and stopped at will.
      basic functions added to esp32-hal to start and stop the BT radio
      SimpleBLE class added to show the most basic functionality
      Example to show how to switch between BT, WiFi or Both
      1d759380
  4. 20 2月, 2017 3 次提交
  5. 17 2月, 2017 2 次提交
  6. 16 2月, 2017 1 次提交
  7. 14 2月, 2017 3 次提交
  8. 13 2月, 2017 1 次提交
  9. 12 2月, 2017 6 次提交
  10. 11 2月, 2017 5 次提交
  11. 10 2月, 2017 5 次提交
  12. 09 2月, 2017 5 次提交