zmk/app/include/linker
Peter Johanson feda96eb40 feat(studio): Initial RPC infrastructure and subsystems.
* UART and BLE/GATT transports for a protobuf encoded RPC
  request/response protocol.
* Custom framing protocol is used to frame a give message.
* Requests/responses are divided into major "subsystems" which
  handle requests and create response messages.
* Notification support, including mapping local events to RPC
  notifications by a given subsystem.
* Meta responses for "no response" and "unlock needed".
* Initial basic lock state support in a new core section, and allow specifying
  if a given RPC callback requires unlocked state or not.
* Add behavior subsystem with full metadata support and examples of
  using callback to serialize a repeated field without extra stack space needed.

Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
2024-08-15 11:45:18 -06: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 refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
zmk-events.ld refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
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-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