Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-30 | firmware: Replace shell by empty frame emitting | xengineering | |
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-20 | firmware: Customize shell prompt | xengineering | |
2024-04-13 | firmware: Add minimal Zephyr application | xengineering | |
This is enough to validate that the firmware is running by using the Zephyr shell. |