From 4ce00387d809e5c22f14bf0a3a406fb2bfe2b0ff Mon Sep 17 00:00:00 2001 From: Roger Clark Date: Fri, 13 May 2016 14:38:34 +1000 Subject: [PATCH] Add dummy / shell library to allow IDE access to the examples --- .../libraries/A_STM32_Examples/A_STM32_Examples.h | 1 + STM32F1/libraries/A_STM32_Examples/keywords.txt | 12 ++++++++++++ .../libraries/A_STM32_Examples/library.properties | 10 ++++++++++ 3 files changed, 23 insertions(+) create mode 100644 STM32F1/libraries/A_STM32_Examples/A_STM32_Examples.h create mode 100644 STM32F1/libraries/A_STM32_Examples/keywords.txt create mode 100644 STM32F1/libraries/A_STM32_Examples/library.properties diff --git a/STM32F1/libraries/A_STM32_Examples/A_STM32_Examples.h b/STM32F1/libraries/A_STM32_Examples/A_STM32_Examples.h new file mode 100644 index 0000000..978e64a --- /dev/null +++ b/STM32F1/libraries/A_STM32_Examples/A_STM32_Examples.h @@ -0,0 +1 @@ +#error *********** This is a dummy library, purely to make the STM32 examples easy to access. Do not include it ********* \ No newline at end of file diff --git a/STM32F1/libraries/A_STM32_Examples/keywords.txt b/STM32F1/libraries/A_STM32_Examples/keywords.txt new file mode 100644 index 0000000..e40a099 --- /dev/null +++ b/STM32F1/libraries/A_STM32_Examples/keywords.txt @@ -0,0 +1,12 @@ +####################################### +# Syntax Coloring Map +####################################### + +####################################### +# Datatypes (KEYWORD1) +####################################### + +####################################### +# Constants (LITERAL1) +####################################### + diff --git a/STM32F1/libraries/A_STM32_Examples/library.properties b/STM32F1/libraries/A_STM32_Examples/library.properties new file mode 100644 index 0000000..77fe2d9 --- /dev/null +++ b/STM32F1/libraries/A_STM32_Examples/library.properties @@ -0,0 +1,10 @@ +name=A_STM32_Examples +version=1.0 +author=Various +email= +sentence=STM32 examples +paragraph=STM32 examples +url=www.stm32duino.com +architectures=STM32F1 +maintainer= +category=Uncategorized