From 9278e9bafd96105b64f9946eb94f5618f01649d3 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 29 Oct 2015 15:42:29 -0400 Subject: add libhal tests, some cleanup (some mess-making) --- include/stm-fmc.h | 7 +------ include/stm-uart.h | 8 +++----- 2 files changed, 4 insertions(+), 11 deletions(-) (limited to 'include') diff --git a/include/stm-fmc.h b/include/stm-fmc.h index 196d65e..cf9b77e 100644 --- a/include/stm-fmc.h +++ b/include/stm-fmc.h @@ -2,12 +2,7 @@ // stm-fmc.h //------------------------------------------------------------------------------ - -//------------------------------------------------------------------------------ -// Headers -//------------------------------------------------------------------------------ -#include "stm32f4xx_hal.h" - +#include //------------------------------------------------------------------------------ // Prototypes diff --git a/include/stm-uart.h b/include/stm-uart.h index 43df882..62b2efd 100644 --- a/include/stm-uart.h +++ b/include/stm-uart.h @@ -5,14 +5,12 @@ #define USART2_BAUD_RATE 115200 -#if 0 /* XXX moved [back] to stm-init.c */ extern void MX_USART2_UART_Init(void); -#endif -extern void uart_send_binary(uint32_t num, uint8_t bits); +extern void uart_send_char(uint8_t ch); extern void uart_send_string(char *s); +extern void uart_send_binary(uint32_t num, uint8_t bits); extern void uart_send_integer(uint32_t data, uint32_t mag); - -extern UART_HandleTypeDef huart2; +extern void uart_send_hex(uint32_t num, uint8_t digits); #endif /* __STM32_DEV_BRIDGE_UART_H */ -- cgit v1.2.3