aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/libboard/common/source/uart_console.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-21cardem: set more reasonable interrupt prioritiesHarald Welte1-0/+1
2018-08-28UART: switch baud rate to 921600 bpsKévin Redon1-1/+6
2018-08-04add synchronous UART transmission and use it in exceptionsKévin Redon1-4/+26
2018-07-11replace leading spaces with tabsKévin Redon1-211/+211
2018-07-11set linux end of lineKévin Redon1-426/+426
2018-07-07UART: remove unused codeKévin Redon1-1/+0
2018-07-07UART: make IRQ/ISR enabling simplerKévin Redon1-8/+4
2018-07-07DFU: disable configured console UART before starting main appKévin Redon1-0/+16
2018-07-04console: drop data to be send when buffer is already fullKévin Redon1-10/+8
2018-06-29console: use buffer and interrupts instead of busy loops for UART debug outputKévin Redon1-10/+45
2017-05-20uart_console: Re-start watchdog during busy-waiting for serial charsHarald Welte1-1/+3
2017-02-27Change directory structure to align with Atmel softpackHarald Welte1-0/+380