From eb8d4d07fc4a0294de13adb2ea368048fc4b2a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 4 Sep 2016 17:16:33 +0200 Subject: [PATCH] renamed project etc --- .idea/{f103-simon.iml => f103-bluepill.iml} | 8 ++++---- .idea/misc.xml | 6 +++--- .idea/modules.xml | 4 ++-- CMakeLists.txt | 2 +- Src/main.c | 1 + bluepill.ioc => f103-bluepill.ioc | 0 bluepill.xml => f103-bluepill.xml | 2 +- bluepill.cmake => f103.cmake | 0 8 files changed, 12 insertions(+), 11 deletions(-) rename .idea/{f103-simon.iml => f103-bluepill.iml} (96%) rename bluepill.ioc => f103-bluepill.ioc (100%) rename bluepill.xml => f103-bluepill.xml (92%) rename bluepill.cmake => f103.cmake (100%) diff --git a/.idea/f103-simon.iml b/.idea/f103-bluepill.iml similarity index 96% rename from .idea/f103-simon.iml rename to .idea/f103-bluepill.iml index fc8fe8a..4895957 100644 --- a/.idea/f103-simon.iml +++ b/.idea/f103-bluepill.iml @@ -2,7 +2,6 @@ - @@ -19,26 +18,27 @@ - + + + - + - diff --git a/.idea/misc.xml b/.idea/misc.xml index 42a546e..57042b2 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,9 +1,9 @@ - + - + @@ -16,4 +16,4 @@ - \ No newline at end of file + diff --git a/.idea/modules.xml b/.idea/modules.xml index 430bc25..34b4842 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + - \ No newline at end of file + diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e63899..7901673 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -project(f103-simon C ASM) +project(f103-bluepill C ASM) cmake_minimum_required(VERSION 3.5.0) file(GLOB_RECURSE USER_SOURCES "Src/*.c" "User/*.c") diff --git a/Src/main.c b/Src/main.c index 6ae0fcc..cebf899 100644 --- a/Src/main.c +++ b/Src/main.c @@ -36,6 +36,7 @@ #include "gpio.h" /* USER CODE BEGIN Includes */ +#include "handlers.h" #include "user_main.h" /* USER CODE END Includes */ diff --git a/bluepill.ioc b/f103-bluepill.ioc similarity index 100% rename from bluepill.ioc rename to f103-bluepill.ioc diff --git a/bluepill.xml b/f103-bluepill.xml similarity index 92% rename from bluepill.xml rename to f103-bluepill.xml index 94e509b..5f73183 100644 --- a/bluepill.xml +++ b/f103-bluepill.xml @@ -1,7 +1,7 @@ - f103-simon + f103-bluepill STM32F103C8Tx SWD diff --git a/bluepill.cmake b/f103.cmake similarity index 100% rename from bluepill.cmake rename to f103.cmake