1. 01 8月, 2017 8 次提交
    • C
      Create Issue template (#504) · f54b0fcd
      copercini 提交于
      * Create ISSUE_TEMPLATE.md
      
      * Add IDF component as example
      f54b0fcd
    • P
      EEPROM_library_ported_Partition_table_updated (#535) · 706bf487
      pbecchi 提交于
      * EEPROM_library_ported_Partition_table_updated
      
      * Cleanup & formal corrections
      
      * Make formatting of file consistent.
      
      Readability change, Concern about the SubType being 0x99.
      
      * Code formatting cleanup
      
      * Code formatting cleanup
      
      * Code formatting cleanup
      
      * Remove commented out code
      
      * Restore dropped bracket
      
      * Update EEPROM.cpp
      
      * Format Corrections
      
      * deletedExample
      
      * Corrected example
      
      * Deleted interrupts/nointerrupts
      
      * Update EEPROM.cpp
      706bf487
    • M
      Fix some compilation errors · 0accabce
      me-no-dev 提交于
      0accabce
    • M
      Update IDF libs to 9314bf0 · ca7f6cc5
      me-no-dev 提交于
      ca7f6cc5
    • N
      Add ThaiEasyElec's ESPino32 (#506) · b34d18f5
      Narongrat Srimee 提交于
      * Create new espino32 diretory for ESPino32 board
      
      * Delete wrong create file
      
      * Create pins_arduino.h for espino32
      
      * Update boards.txt to support ThaiEasyElec ESPino32
      
      * Re-configure board name
      b34d18f5
    • B
      Handle partial socket send (#503) · 37ef5a43
      bbx10 提交于
      send() can return a value > 0 but less than size indicating it was able to accept some of the data in buffer. The caller must try again after updating the buffer pointer and size remaining.
      37ef5a43
    • G
      Spi pattern fix (#502) · 2eaf8461
      Glen McGillan 提交于
      * Add files via upload
      
      Calls to writePattern() don't send the desired number of bytes when the pattern size doesn't divide evenly into the hardware FIFO size (e.g. sending 18-bit RGB data, 11 patterns take 63 bytes, so 1/64th of the data is never sent).
      
      * Add files via upload
      
      Remove white space changes.
      2eaf8461
    • A
      Bugfix: Put every SPI access between begin / end Transaction (#509) · b3fdfda9
      Andreas Pokorny 提交于
      The change intrdocues a local RAII helper to simplify maintaining begin/end scopes
      Signed-off-by: NAndreas Pokorny <andreas.pokorny@siemens.com>
      b3fdfda9
  2. 17 7月, 2017 1 次提交
  3. 07 7月, 2017 1 次提交
  4. 04 7月, 2017 1 次提交
  5. 02 7月, 2017 1 次提交
    • J
      Edit comments for clarity (#478) · ad2adce6
      Joey Babcock 提交于
      * Edit comments for clarity
      
      I was a little confused reading what this sketch did the first time so I attempted to edit these for clarity.
      
      * code edits as well
      
      Grammar fixes for some parts of the code as well
      ad2adce6
  6. 29 6月, 2017 2 次提交
  7. 27 6月, 2017 1 次提交
  8. 23 6月, 2017 1 次提交
  9. 21 6月, 2017 3 次提交
  10. 15 6月, 2017 1 次提交
  11. 14 6月, 2017 7 次提交
  12. 04 6月, 2017 3 次提交
  13. 03 6月, 2017 1 次提交
  14. 02 6月, 2017 3 次提交
  15. 29 5月, 2017 2 次提交
  16. 23 5月, 2017 2 次提交
  17. 22 5月, 2017 2 次提交