stokie-ant
stokie-ant
This started out as just adding support for a IR3564 VRM IC. I'm stuck at trying to understand how to use the VOUT_MODE command so I've hardcoded a value for...
the full warning: ``` D:\Projects\lnDSO150\lnArduino\embedded_printf\printf.c: In function '_vsnprintf': D:\Projects\lnDSO150\lnArduino\embedded_printf\printf.c:769:15: warning: 'float' is promoted to 'double' when passed through '...' 769 | idx = _ftoa(out, buffer, idx, maxlen, va_arg(va, FLOAT_SIZE_TYPE), precision,...
When building from latest git source accessing usb causes the program to crash. Tracked it down to src\dso_usbd.cpp in cdcEventHandler() there is a switch which is missing a lnUsbCDC::CDC_WRITE_AVAILABLE case...