• Alessandro Rubini's avatar
    general: improve sw-uart support (only for expert config). · 992dc8d7
    Alessandro Rubini authored
    This commits affect several files, to be able to support both uart and
    uart_sw at the same time. My aim is sending verbose ppsi diagnostics
    to the uart_sw while retaining the real uart (or vuart) for the
    interactive user and wrpc status gui.
    
    To this aim, I use weak functions to avoid hairy ifdef around the code.
    Now both hw and sw uarts are initialized, and the missing init just
    does nothing. Also, uart_sw_write_string is always defined, and
    it is an alias of uart_write_string if no uart_sw is built.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    992dc8d7
Name
Last commit
Last update
arch/lm32 Loading commit data...
boards/arria Loading commit data...
configs Loading commit data...
dev Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
monitor Loading commit data...
pp_printf Loading commit data...
ppsi @ 44deab24
ptp-noposix @ 2e46712e
scripts Loading commit data...
shell Loading commit data...
sockitowm Loading commit data...
softpll Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
bigobj.lds Loading commit data...
revision.c Loading commit data...
wrc_main.c Loading commit data...
wrc_ptp.h Loading commit data...
wrc_ptp_noposix.c Loading commit data...
wrc_ptp_ppsi.c Loading commit data...