zmk/app/include/linker
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
..
zmk-behavior-local-id-map.ld feat(behaviors): Add local ID system for behaviors 2024-06-28 15:10:32 -06:00
zmk-behaviors.ld
zmk-events.ld
zmk-rpc-event-mappers.ld feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 11:45:18 -06:00
zmk-rpc-subsystem-handlers.ld feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 11:45:18 -06:00
zmk-rpc-subsystem-settings-reset.ld feat(keymap): Add binding get/set, layer movement 2024-09-05 12:22:08 -06:00
zmk-rpc-subsystems.ld feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 11:45:18 -06:00
zmk-rpc-transport.ld feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 11:45:18 -06:00
zmk-split-transport-central.ld Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00
zmk-split-transport-peripheral.ld Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00