littlekernel / lk

LK embedded kernel
MIT License
3.15k stars 621 forks source link

[ndebug] Move ndebug reset handshake from user endpoint to all endpoi… #129

Closed gkalsi closed 8 years ago

gkalsi commented 8 years ago

…nts.

NDebug sits and waits for a reset message before becoming active. I intend to use this handshake for the system debug protocol as well as the high level protocol so I'm pulling the logic for it up into the core ndebug utility functions.

travisg commented 8 years ago

LGTM