2024A-SW/components/Serial_Console
Joe Kearney 7807ce0ece Added the "KEvent" console command. (#17)
This PR adds a new console command, "KEvent", which allows the sending of arbitrary events to the [state machine](https://ktag.clubk.club/Technology/SystemK/#state-machine).  The events are specified by [ID](https://git.ktag.clubk.club/Software/SystemK/src/tag/SystemK_v01.01/Events/KEvents.h#L33-L86), which may change from release-to-release of SystemK.

```
KTag> KEvent
Usage:
  KEvent <Event ID> <Event Data>
  (Note that IDs may be SystemK version-dependent.)
```

Co-authored-by: Joe Kearney <joe@clubk.club>
Reviewed-on: #17
2026-03-01 22:19:58 +00:00
..
Commands Added the "KEvent" console command. (#17) 2026-03-01 22:19:58 +00:00
CMakeLists.txt Added the "KEvent" console command. (#17) 2026-03-01 22:19:58 +00:00
Console.c Added the "KEvent" console command. (#17) 2026-03-01 22:19:58 +00:00
Console.h Fixed directory conflict on Windows. (#13) 2026-01-11 01:08:13 +00:00
generate_git_versions.cmake Added a new console command: "system" (#14) 2026-01-17 16:33:41 +00:00