1. 27 11月, 2018 2 次提交
  2. 20 11月, 2018 12 次提交
  3. 19 11月, 2018 20 次提交
  4. 27 9月, 2018 1 次提交
  5. 21 9月, 2018 2 次提交
    • C
      Reduce resource requirements, Share Interrupt (#1877) · e5ea089a
      chuck todd 提交于
      #1869 exposed a resource exhaustion issue. The current HAL layer for I2C support is designed to use a shared interrupt, But, during debugging to solve the interrupt overloading condition identified in #1588, and the generation of pr #1717, the interrupt allocation parameters were changed.  This change was unnecessary, the code will work successfully with shared interrupts.  So, there is no need to assign a private interrupt for each I2C peripheral.
      e5ea089a
    • M
      Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878) · 96822d78
      Me No Dev 提交于
      * TX Flow Control and Code cleanup
      
      * Use semaphore instead of delay
      
      TX functionality is done.
      
      * Use single buffer and empty queue on exit
      
      * Fix compile issues because of LwIP code relocation
      
      * Add temporary header to fix Azure not compiling
      
      * Fix AsyncUDP early init
      
      * AsyncUDP Multicast fixes
      
      * Add source mac address and rework multicast
      
      * Allow redefinition of default pins for Serials 1 and 2
      
      * Update IDF to 3276a13
      
      * Update esptool.py to 2.5.0
      
      * Fix sketches
      
      * Fix log level in BluetoothSetial
      96822d78
  6. 18 9月, 2018 3 次提交
    • D
      Initial version of rmt driver (#1525) · 4e96bffe
      david-cermak 提交于
      * rmt driver initial version
      
      * supporting conti mode plus interrupts
      
      * using conitnous mode for sending more data
      
      * working continous mode
      
      * rmt driver cleanup after conti mode
      
      * initial version of rmt driver
      
      * adding a simple example
      
      * adding channel and block locks
      
      * modified of rmt interface for simpler/easier usage
      
      * adding header sentinels, split interface to common and additional settings
      
      * Fixes per code review + support for rx callback mode
      
      * renamed internal structures and enums, fixed formatting
      
      * cmake support for rmt
      
      * refactored tx-conti interrupts to function to make it more readable
      
      * added Tx and Rx examples
      
      * added license headers
      
      * minor updates per review
      
      * used struct access, renamed defines, corrected diagram
      4e96bffe
    • H
      Functional interrupt (#1728) · ea61563c
      hreintke 提交于
      * Initial
      
      * Implementation
      
      * Add to CMakelist.txt
      
      * Add example
      
      * Add IRAM_ATTR
      ea61563c
    • H
      5be3078b