summaryrefslogtreecommitdiff
path: root/firmware/prj.conf
AgeCommit message (Collapse)Author
2024-05-30firmware: Replace shell by empty frame emittingxengineering
The shell should not be used anyway since the USB UART port is required for communication with the software. Emitting 0xC0 as termination byte of the Serial Line Internet Protocol (SLIP) every second triggers output in the SLIP-receiving software.
2024-04-20firmware: Customize shell promptxengineering
2024-04-13firmware: Add minimal Zephyr applicationxengineering
This is enough to validate that the firmware is running by using the Zephyr shell.