• 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
..
hw Loading commit data...
board.h Loading commit data...
eeprom.h Loading commit data...
endpoint.h Loading commit data...
hal_exports.h Loading commit data...
i2c.h Loading commit data...
inttypes.h Loading commit data...
irq.h Loading commit data...
minic.h Loading commit data...
onewire.h Loading commit data...
pps_gen.h Loading commit data...
ppsi-wrappers.h Loading commit data...
ptpd_netif.h Loading commit data...
rxts_calibrator.h Loading commit data...
sfp.h Loading commit data...
shell.h Loading commit data...
sockitowm.h Loading commit data...
spll_defs.h Loading commit data...
stdint.h Loading commit data...
syscon.h Loading commit data...
trace.h Loading commit data...
types.h Loading commit data...
uart-sw.h Loading commit data...
uart.h Loading commit data...
util.h Loading commit data...
w1.h Loading commit data...
wrc.h Loading commit data...