From c4678339908e413cbc6751cf863267807acafc85 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Sun, 28 Jun 2015 16:30:08 +0200 Subject: Enable dual USART output functionality. In other words, enable the USART connected to the serial port on the Raspberry Pi GPIO header. Sending a newline to either USART directs the generated entropy to that USART. --- src/uart-test/stm32f4xx_it.c | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'src/uart-test/stm32f4xx_it.c') diff --git a/src/uart-test/stm32f4xx_it.c b/src/uart-test/stm32f4xx_it.c index 4e5bd89..73e7735 100644 --- a/src/uart-test/stm32f4xx_it.c +++ b/src/uart-test/stm32f4xx_it.c @@ -53,10 +53,6 @@ /* Private define ------------------------------------------------------------*/ /* Private macro -------------------------------------------------------------*/ /* Private variables ---------------------------------------------------------*/ - -/* UART handler declared in "stm_init.h" file */ -//extern UART_HandleTypeDef huart2; - /* Private function prototypes -----------------------------------------------*/ /* Private functions ---------------------------------------------------------*/ @@ -169,27 +165,6 @@ void SysTick_Handler(void) /* file (startup_stm32f4xx.s). */ /******************************************************************************/ -/** - * @brief This function handles UART interrupt request. - * @param None - * @retval None - * @Note This function is redefined in "main.h" and related to DMA stream - * used for USART data transmission - */ -void USART1_IRQHandler(void) -{ - HAL_UART_IRQHandler(&huart1); -} - -/** - * @brief This function handles PPP interrupt request. - * @param None - * @retval None - */ -/*void PPP_IRQHandler(void) -{ -}*/ - /** * @} */ -- cgit v1.2.3