Skip to content
Snippets Groups Projects
  1. Apr 08, 2021
  2. Apr 07, 2021
  3. Apr 04, 2021
  4. Apr 03, 2021
  5. Apr 02, 2021
  6. Feb 20, 2021
    • schneider's avatar
      change(mp-ble): Use synchronous interface · c8054e44
      schneider authored
      Our interrupts are already scheduled via `mp_schedule()`. By switching
      to the synchronous interface we avoid yet another `mp_schedule()` call
      in the bluetooth module. This also allows the bluetooth module to not
      have to use its internal ring buffer.
      c8054e44
Loading