kmk_firmware icon indicating copy to clipboard operation
kmk_firmware copied to clipboard

draft concept for ble-split to transport refactor

Open xs5871 opened this issue 2 years ago • 0 comments

As discussed in #562 here's a draft of how to seperate the BLE communication logic out into a "black box" transport. The idea is to have "transports" that handle the wire-level communication (UART, PIO UART, BLE, I2C, ...), which only handle the transfer of a sequence of bytes; the higher level split protocol is then independent of the low level transfer protocol. I'm currently not in a position to test and debug this suggestion and leave the PR editable to maintainers.

xs5871 avatar Sep 07 '22 19:09 xs5871