1. 09 Dec, 2019 6 commits
  2. 05 Dec, 2019 4 commits
  3. 04 Dec, 2019 6 commits
  4. 03 Dec, 2019 1 commit
  5. 02 Dec, 2019 2 commits
    • Damien George's avatar
      extmod/modbluetooth: Remove limit on data coming from gattc data input. · 8ce69288
      Damien George authored
      This removes the limit on data coming in from a BLE.gattc_read() request,
      or a notify with payload (coming in to a central).  In both cases the data
      coming in to the BLE callback is now limited only by the available data in
      the ringbuf, whereas before it was capped at (default hard coded) 20 bytes.
      8ce69288
    • Damien George's avatar
      extmod/modbluetooth: Simplify how BLE IRQ callback is scheduled. · d6e05108
      Damien George authored
      Instead of enqueue_irq() inspecting the ringbuf to decide whether to
      schedule the IRQ callback (if ringbuf is empty), maintain a flag that knows
      if the callback is on the schedule queue or not.  This saves about 150
      bytes of code (for stm32 builds), and simplifies all uses of enqueue_irq()
      and schedule_ringbuf().
      d6e05108
  6. 28 Nov, 2019 1 commit
  7. 27 Nov, 2019 3 commits
  8. 26 Nov, 2019 4 commits
  9. 25 Nov, 2019 13 commits