From 8343c92a7acf238133fbd16870643a5ff25a146f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 30 Jun 2018 14:20:32 +0200 Subject: [PATCH] Nucleo-test imported --- .mxproject => nucleo-test/.mxproject | 4 ++-- {Inc => nucleo-test/Inc}/main.h | 0 {Inc => nucleo-test/Inc}/stm32_assert.h | 0 {Inc => nucleo-test/Inc}/stm32f0xx_hal_conf.h | 0 {Inc => nucleo-test/Inc}/stm32f0xx_it.h | 0 Makefile => nucleo-test/Makefile | 0 STM32F030R8Tx_FLASH.ld => nucleo-test/STM32F030R8Tx_FLASH.ld | 0 {Src => nucleo-test/Src}/main.c | 0 {Src => nucleo-test/Src}/stm32f0xx_it.c | 0 {Src => nucleo-test/Src}/system_stm32f0xx.c | 0 {Src => nucleo-test/Src}/test.c | 0 bmp-conv.c => nucleo-test/bmp-conv.c | 0 mx.scratch => nucleo-test/mx.scratch | 4 ++-- test.ioc => nucleo-test/nucleo-test.ioc | 0 startup_stm32f030x8.s => nucleo-test/startup_stm32f030x8.s | 0 15 files changed, 4 insertions(+), 4 deletions(-) rename .mxproject => nucleo-test/.mxproject (96%) rename {Inc => nucleo-test/Inc}/main.h (100%) rename {Inc => nucleo-test/Inc}/stm32_assert.h (100%) rename {Inc => nucleo-test/Inc}/stm32f0xx_hal_conf.h (100%) rename {Inc => nucleo-test/Inc}/stm32f0xx_it.h (100%) rename Makefile => nucleo-test/Makefile (100%) rename STM32F030R8Tx_FLASH.ld => nucleo-test/STM32F030R8Tx_FLASH.ld (100%) rename {Src => nucleo-test/Src}/main.c (100%) rename {Src => nucleo-test/Src}/stm32f0xx_it.c (100%) rename {Src => nucleo-test/Src}/system_stm32f0xx.c (100%) rename {Src => nucleo-test/Src}/test.c (100%) rename bmp-conv.c => nucleo-test/bmp-conv.c (100%) rename mx.scratch => nucleo-test/mx.scratch (94%) rename test.ioc => nucleo-test/nucleo-test.ioc (100%) rename startup_stm32f030x8.s => nucleo-test/startup_stm32f030x8.s (100%) diff --git a/.mxproject b/nucleo-test/.mxproject similarity index 96% rename from .mxproject rename to nucleo-test/.mxproject index 20213b1..ce4d241 100644 --- a/.mxproject +++ b/nucleo-test/.mxproject @@ -1,7 +1,7 @@ [PreviousGenFiles] -HeaderPath=/aux/misc/stm/test/Inc +HeaderPath=/aux/misc/stm/home/nucleo-test/Inc HeaderFiles=stm32f0xx_it.h;stm32_assert.h;stm32f0xx_hal_conf.h;main.h; -SourcePath=/aux/misc/stm/test/Src +SourcePath=/aux/misc/stm/home/nucleo-test/Src SourceFiles=stm32f0xx_it.c;main.c; [PreviousLibFiles] diff --git a/Inc/main.h b/nucleo-test/Inc/main.h similarity index 100% rename from Inc/main.h rename to nucleo-test/Inc/main.h diff --git a/Inc/stm32_assert.h b/nucleo-test/Inc/stm32_assert.h similarity index 100% rename from Inc/stm32_assert.h rename to nucleo-test/Inc/stm32_assert.h diff --git a/Inc/stm32f0xx_hal_conf.h b/nucleo-test/Inc/stm32f0xx_hal_conf.h similarity index 100% rename from Inc/stm32f0xx_hal_conf.h rename to nucleo-test/Inc/stm32f0xx_hal_conf.h diff --git a/Inc/stm32f0xx_it.h b/nucleo-test/Inc/stm32f0xx_it.h similarity index 100% rename from Inc/stm32f0xx_it.h rename to nucleo-test/Inc/stm32f0xx_it.h diff --git a/Makefile b/nucleo-test/Makefile similarity index 100% rename from Makefile rename to nucleo-test/Makefile diff --git a/STM32F030R8Tx_FLASH.ld b/nucleo-test/STM32F030R8Tx_FLASH.ld similarity index 100% rename from STM32F030R8Tx_FLASH.ld rename to nucleo-test/STM32F030R8Tx_FLASH.ld diff --git a/Src/main.c b/nucleo-test/Src/main.c similarity index 100% rename from Src/main.c rename to nucleo-test/Src/main.c diff --git a/Src/stm32f0xx_it.c b/nucleo-test/Src/stm32f0xx_it.c similarity index 100% rename from Src/stm32f0xx_it.c rename to nucleo-test/Src/stm32f0xx_it.c diff --git a/Src/system_stm32f0xx.c b/nucleo-test/Src/system_stm32f0xx.c similarity index 100% rename from Src/system_stm32f0xx.c rename to nucleo-test/Src/system_stm32f0xx.c diff --git a/Src/test.c b/nucleo-test/Src/test.c similarity index 100% rename from Src/test.c rename to nucleo-test/Src/test.c diff --git a/bmp-conv.c b/nucleo-test/bmp-conv.c similarity index 100% rename from bmp-conv.c rename to nucleo-test/bmp-conv.c diff --git a/mx.scratch b/nucleo-test/mx.scratch similarity index 94% rename from mx.scratch rename to nucleo-test/mx.scratch index 5bb264a..c8eb2e7 100644 --- a/mx.scratch +++ b/nucleo-test/mx.scratch @@ -1,6 +1,6 @@ -/aux/misc/stm/test/\test +/aux/misc/stm/home/nucleo-test/\nucleo-test C /aux/misc/stm/F0-package/Drivers/CMSIS /aux/misc/stm/F0-package/Drivers/CMSIS @@ -22,7 +22,7 @@ - test + nucleo-test STM32F030R8Tx 0x200 0x400 diff --git a/test.ioc b/nucleo-test/nucleo-test.ioc similarity index 100% rename from test.ioc rename to nucleo-test/nucleo-test.ioc diff --git a/startup_stm32f030x8.s b/nucleo-test/startup_stm32f030x8.s similarity index 100% rename from startup_stm32f030x8.s rename to nucleo-test/startup_stm32f030x8.s -- 2.39.2