From 2155ab2b72cc4f076dc0a25d0e3a5fdd4d218998 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 15 Jan 2017 15:04:02 +0100 Subject: o Adding a generic binutils part for creating the info files (.nm, disassembly, size, hex and bin files.) o Adding initial support for STM32F103xx chips. Can easily be expanded to all at least the F1 series. --- stm32f103/src/default_handler.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 stm32f103/src/default_handler.cpp (limited to 'stm32f103/src/default_handler.cpp') diff --git a/stm32f103/src/default_handler.cpp b/stm32f103/src/default_handler.cpp new file mode 100644 index 0000000..68a5dff --- /dev/null +++ b/stm32f103/src/default_handler.cpp @@ -0,0 +1,7 @@ +#include +#include +#include +#include + +#include "mcu/init.h" + -- cgit v1.2.3