zmk/app/src/split/bluetooth
Pete Johanson 147c340c6e
Feature: Full-Duplex Wired Split (#2766)
refactor(split): Refactor split code for extension

Extract central/peripheral code to allow for plugging in alternate
transports, instead of tying all split logic to BT.

feat(split): Add full-duplex wired split support

* Depends on full-duplex hardware UART for communication.
* Supports all existing central commands/peripheral events, including
  sensors/inputs from peripherals.
* Only one wired split peripheral supported (for now)
* Relies on chosen `zmk,split-uart` referencing the UART device.

docs: Add wired split config docs.

Migrate split to its own dedicated config file, and add details
on wired split config.

Co-authored-by: Nicolas Munnich <98408764+Nick-Munnich@users.noreply.github.com>

fix: Properly override stack size on RP2040

Move the system work queue stack size override on RP2040 ouf of
a `ZMK_BLE` conditional so it is properly applied generally for that
SoC.

---------

Co-authored-by: Nicolas Munnich <98408764+Nick-Munnich@users.noreply.github.com>
2025-03-18 02:48:32 -04:00
..
CMakeLists.txt Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00
Kconfig refactor(Kconfig): Extracted designer defaults out into new files (#2537) 2024-12-04 16:19:35 -05:00
Kconfig.defaults refactor(Kconfig): Extracted designer defaults out into new files (#2537) 2024-12-04 16:19:35 -05:00
central.c Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00
central_bas_proxy.c Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00
peripheral.c fix: Improve startup time with proper settings loading. 2024-07-03 16:24:17 -06:00
service.c Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00