Skip to content
Snippets Groups Projects
  • schneider's avatar
    c8054e44
    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
    History
    change(mp-ble): Use synchronous interface
    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.
modbluetooth_card10.c 20.72 KiB