Skip to content

Instantly share code, notes, and snippets.

@DaveRichmond
DaveRichmond / retarget.c
Created December 1, 2012 07:20
STM32F2 USART
#include "drivers/serial.h"
#include <stm32f2xx.h>
#include <stdio.h>
#pragma import(__use_no_semihosting_swi)
struct __FILE {
int handle;
};
FILE __stdout;