1. 19 Nov, 2018 32 commits
  2. 26 Sep, 2018 1 commit
  3. 21 Sep, 2018 2 commits
    • chuck todd's avatar
      Reduce resource requirements, Share Interrupt (#1877) · e5ea089a
      chuck todd authored
      #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
    • Me No Dev's avatar
      Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878) · 96822d78
      Me No Dev authored
      * 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
  4. 17 Sep, 2018 5 commits
    • david-cermak's avatar
      Initial version of rmt driver (#1525) · 4e96bffe
      david-cermak authored
      * 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
    • hreintke's avatar
      Functional interrupt (#1728) · ea61563c
      hreintke authored
      * Initial
      
      * Implementation
      
      * Add to CMakelist.txt
      
      * Add example
      
      * Add IRAM_ATTR
      ea61563c
    • hreintke's avatar
      5be3078b
    • lbernstone's avatar
      FAT on SPI Flash Library (#1809) · 7206b2f3
      lbernstone authored
      * First commit of FFat library
      
      * Fixed reboot loops if no fat present. Added CMakeLists
      
      * Functionalize the partition checks
      
      * Cleanup, especially in format
      
      * Dont format if mounted.  More wording cleanup
      
      * 16M ffat should only be on 16M board
      
      * Fix some casting issues that trip up the compiler when building as ESP-IDF component
      7206b2f3
    • yelvlab's avatar
      Add BananaPi-BIT Development Board Support (#1810) · 3028ec42
      yelvlab authored
      * Add BPI-BIT boards connfig
      
      * Add BPI-BIT v1.3 boards
      3028ec42