Add update code to updater and use uart for status updates

This commit is contained in:
2021-04-08 21:23:25 +02:00
parent d962110823
commit 08ec458e8f
8 changed files with 173 additions and 9 deletions

View File

@@ -37,7 +37,7 @@
#include <stm-periph/stm32-gpio-macros.h>
#include <stm-periph/rcc-manager.h>
#include <stm-periph/uart.h>
#include <reflow-controller/shell-uart-config.h>
#include <reflow-controller/periph-config/shell-uart-config.h>
#include <reflow-controller/oven-driver.h>
#include <fatfs/ff.h>
#include <reflow-controller/ui/gui.h>