mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
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>
25 lines
1.9 KiB
Plaintext
25 lines
1.9 KiB
Plaintext
peripheral 0 <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
|
|
peripheral 0 <inf> bt_hci_core: HW Variant: nRF52x (0x0002)
|
|
peripheral 0 <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 3.5 Build 0
|
|
peripheral 0 <wrn> bt_id: No static addresses stored in controller
|
|
peripheral 0 <inf> bt_hci_core: Identity: D1:0B:03:A3:ED:6F (random)
|
|
peripheral 0 <inf> bt_hci_core: HCI: version 5.4 (0x0d) revision 0x0000, manufacturer 0x05f1
|
|
peripheral 0 <inf> bt_hci_core: LMP: version 5.4 (0x0d) subver 0xffff
|
|
peripheral 0 <dbg> zmk: kscan_mock_schedule_next_event_0: delaying next keypress: 5000
|
|
peripheral 0 <inf> zmk: Welcome to ZMK!
|
|
peripheral 0 <dbg> zmk: security_changed: Security changed: FD:9E:B2:48:47:39 (random) level 2
|
|
peripheral 0 <dbg> zmk: split_svc_pos_state_ccc: value 1
|
|
peripheral 0 <dbg> zmk: split_svc_select_phys_layout_callback: Selecting physical layout after GATT write of 0
|
|
peripheral 0 <dbg> zmk: kscan_mock_work_handler_0: ev 327680000 row 0 column 0 state 0
|
|
peripheral 0 <dbg> zmk: kscan_mock_schedule_next_event_0: delaying next keypress: 5000
|
|
peripheral 0 <dbg> zmk: zmk_physical_layouts_kscan_process_msgq: Row: 0, col: 0, position: 0, pressed: false
|
|
peripheral 0 <dbg> zmk: split_peripheral_listener:
|
|
peripheral 0 <dbg> zmk: kscan_mock_work_handler_0: ev 2475163905 row 1 column 1 state 1
|
|
peripheral 0 <dbg> zmk: kscan_mock_schedule_next_event_0: delaying next keypress: 5000
|
|
peripheral 0 <dbg> zmk: zmk_physical_layouts_kscan_process_msgq: Row: 1, col: 1, position: 3, pressed: true
|
|
peripheral 0 <dbg> zmk: split_peripheral_listener:
|
|
peripheral 0 <dbg> zmk: split_svc_run_behavior: offset 0 len 20
|
|
peripheral 0 <dbg> zmk: split_svc_run_behavior: sysreset with params 0 0: pressed? 1
|
|
peripheral 0 <dbg> zmk: zmk_split_transport_peripheral_command_handler:
|
|
peripheral 0 <dbg> zmk: zmk_split_transport_peripheral_command_handler: sysreset with params 0 0: pressed? 1
|