Add update code to updater and use uart for status updates
This commit is contained in:
10
stm-firmware/updater/ram-code/uart.h
Normal file
10
stm-firmware/updater/ram-code/uart.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _UART_H_
|
||||
#define _UART_H_
|
||||
|
||||
void uart_init(void);
|
||||
|
||||
void uart_send_char(char c);
|
||||
|
||||
void uart_send_string(const char *str);
|
||||
|
||||
#endif /* _UART_H_ */
|
||||
Reference in New Issue
Block a user