diff options
author | Eug Krashtan <eug.krashtan@gmail.com> | 2019-12-28 13:29:10 +0200 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-01-14 17:08:01 -0500 |
commit | b70416167b9abdcafacea81e9ef92c509360f735 (patch) | |
tree | 7cf36ea0ea19ba2058c7a7457483c5d13eaab9b0 /test/configs | |
parent | a34dbc7029fc9bbaabf8c13b2ef8f5f4052c12a2 (diff) | |
download | kutter-b70416167b9abdcafacea81e9ef92c509360f735.tar.gz kutter-b70416167b9abdcafacea81e9ef92c509360f735.tar.xz kutter-b70416167b9abdcafacea81e9ef92c509360f735.zip |
stm32f0: Remove hal based stm32f0 implementation
Signed-off-by: Eug Krashtan <eug.krashtan@gmail.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/configs')
-rw-r--r-- | test/configs/stm32f0_hal.config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/configs/stm32f0_hal.config b/test/configs/stm32f0_hal.config deleted file mode 100644 index c36964b1..00000000 --- a/test/configs/stm32f0_hal.config +++ /dev/null @@ -1,2 +0,0 @@ -# Base config file for STM32F0 ARM processor -CONFIG_MACH_STM32F0_HAL=y |