Skip to content

cli: stop alarm when cli is open

Darryl Green requested to merge github/fork/yaronm-hailo/cli_fix_alarm into master

Created by: yaronm-hailo

The debugger cli uses an alarm that periodically read a character from UART to check if ctrl+E was pressed. However, the alarm is still being called when the CLI is opened - which causes the CLI to occasionally lose characters.

Merge request reports