diff options
Diffstat (limited to 'demos/ARMCM3-STM32F103/keil')
| -rw-r--r-- | demos/ARMCM3-STM32F103/keil/ch.uvproj | 17 | 
1 files changed, 16 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32F103/keil/ch.uvproj b/demos/ARMCM3-STM32F103/keil/ch.uvproj index 88c373dcc..3f8ff22bd 100644 --- a/demos/ARMCM3-STM32F103/keil/ch.uvproj +++ b/demos/ARMCM3-STM32F103/keil/ch.uvproj @@ -361,7 +361,7 @@                <MiscControls>--cpreproc</MiscControls>                <Define></Define>                <Undefine></Undefine> -              <IncludePath>..\..\..\boards\OLIMEX_STM32_P103;..\..\..\os\ports\RVCT\ARMCMx\STM32</IncludePath> +              <IncludePath>..\;..\..\..\boards\OLIMEX_STM32_P103;..\..\..\os\ports\RVCT\ARMCMx\STM32</IncludePath>              </VariousControls>            </Aads>            <LDads> @@ -1031,6 +1031,21 @@                <FileType>1</FileType>                <FilePath>..\main.c</FilePath>              </File> +            <File> +              <FileName>chconf.h</FileName> +              <FileType>5</FileType> +              <FilePath>..\chconf.h</FilePath> +            </File> +            <File> +              <FileName>halconf.h</FileName> +              <FileType>5</FileType> +              <FilePath>..\halconf.h</FilePath> +            </File> +            <File> +              <FileName>mcuconf.h</FileName> +              <FileType>5</FileType> +              <FilePath>..\mcuconf.h</FilePath> +            </File>            </Files>          </Group>        </Groups>  | 
