Resolved! How to get printf() float / double support working on F7
I've been fighting with this too long and can't figure it out. I've added uart communication for use with printf() by implementing the following in syscalls.c:__attribute__((weak)) int _write(int file, char *ptr, int len) { HAL_StatusTypeDef statu...