• 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
..
dev.mk Loading commit data...
dna.c Loading commit data...
eeprom.c Loading commit data...
endpoint.c Loading commit data...
ep_pfilter.c Loading commit data...
i2c.c Loading commit data...
mac.c Loading commit data...
minic.c Loading commit data...
onewire.c Loading commit data...
pps_gen.c Loading commit data...
rxts_calibrator.c Loading commit data...
sdb.c Loading commit data...
sfp.c Loading commit data...
syscon.c Loading commit data...
uart-sw.c Loading commit data...
uart.c Loading commit data...
w1-eeprom.c Loading commit data...
w1-hw.c Loading commit data...
w1-temp.c Loading commit data...
w1.c Loading commit data...