cli: stop alarm when cli is open
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.