1. 26 Nov, 2018 6 commits
  2. 19 Nov, 2018 32 commits
  3. 26 Sep, 2018 1 commit
  4. 21 Sep, 2018 1 commit
    • 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