diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-06 15:36:28 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-06 15:36:28 +0000 |
commit | adda7d09f60997bdfbc3164d17809d1265c268a3 (patch) | |
tree | d29deccd2be100d7da9f0d9c37728a546b7ec00f /demos/rt | |
parent | 398663fbaed18c754c1e3dad7cc3bb51f6bf716a (diff) | |
download | ChibiOS-adda7d09f60997bdfbc3164d17809d1265c268a3.tar.gz ChibiOS-adda7d09f60997bdfbc3164d17809d1265c268a3.tar.bz2 ChibiOS-adda7d09f60997bdfbc3164d17809d1265c268a3.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6670 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/rt')
-rw-r--r-- | demos/rt/RT-STM32F303-DISCOVERY/keil/ch.uvproj | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/demos/rt/RT-STM32F303-DISCOVERY/keil/ch.uvproj b/demos/rt/RT-STM32F303-DISCOVERY/keil/ch.uvproj index 4ab315b12..43b5eb854 100644 --- a/demos/rt/RT-STM32F303-DISCOVERY/keil/ch.uvproj +++ b/demos/rt/RT-STM32F303-DISCOVERY/keil/ch.uvproj @@ -48,7 +48,7 @@ <OutputName>ch</OutputName> <CreateExecutable>1</CreateExecutable> <CreateLib>0</CreateLib> - <CreateHexFile>0</CreateHexFile> + <CreateHexFile>1</CreateHexFile> <DebugInformation>1</DebugInformation> <BrowseInformation>1</BrowseInformation> <ListingPath>.\lst\</ListingPath> @@ -132,7 +132,7 @@ <Target> <UseTarget>1</UseTarget> <LoadApplicationAtStartup>1</LoadApplicationAtStartup> - <RunToMain>0</RunToMain> + <RunToMain>1</RunToMain> <RestoreBreakpoints>1</RestoreBreakpoints> <RestoreWatchpoints>1</RestoreWatchpoints> <RestoreMemoryDisplay>1</RestoreMemoryDisplay> @@ -165,10 +165,10 @@ <RunIndependent>0</RunIndependent> <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging> <Capability>1</Capability> - <DriverSelection>4096</DriverSelection> + <DriverSelection>4104</DriverSelection> </Flash1> <bUseTDR>1</bUseTDR> - <Flash2>BIN\UL2CM3.DLL</Flash2> + <Flash2>STLink\ST-LINKIII-KEIL_SWO.dll</Flash2> <Flash3>"" ()</Flash3> <Flash4></Flash4> <pFcarmOut></pFcarmOut> @@ -329,11 +329,11 @@ <OCR_RVCT9> <Type>0</Type> <StartAddress>0x20000000</StartAddress> - <Size>0xc000</Size> + <Size>0xa000</Size> </OCR_RVCT9> <OCR_RVCT10> <Type>0</Type> - <StartAddress>0x2000c000</StartAddress> + <StartAddress>0x2000a000</StartAddress> <Size>0x1</Size> </OCR_RVCT10> </OnChipMemories> @@ -355,7 +355,7 @@ <uSurpInc>0</uSurpInc> <VariousControls> <MiscControls>--c99</MiscControls> - <Define>__heap_base__=Image$$RW_IRAM1$$ZI$$Limit __heap_end__=Image$$RW_IRAM2$$Base</Define> + <Define>CORTEX_USE_FPU=1 __heap_base__=Image$$RW_IRAM1$$ZI$$Limit __heap_end__=Image$$RW_IRAM2$$Base</Define> <Undefine></Undefine> <IncludePath>..\;..\..\..\..\os\common\ports\ARMCMx\devices\STM32F30x;..\..\..\..\os\ext\CMSIS\include;..\..\..\..\os\ext\CMSIS\ST;..\..\..\..\os\rt\ports\ARMCMx;..\..\..\..\os\rt\ports\ARMCMx\compilers\RVCT;..\..\..\..\os\rt\include;..\..\..\..\os\hal\osal\rt;..\..\..\..\os\hal\include;..\..\..\..\os\hal\boards\ST_STM32F3_DISCOVERY;..\..\..\..\os\hal\ports\common\ARMCMx;..\..\..\..\os\hal\ports\STM32\STM32F30x;..\..\..\..\os\hal\ports\STM32\LLD;..\..\..\..\os\hal\ports\STM32\LLD\GPIOv2;..\..\..\..\os\hal\ports\STM32\LLD\I2Cv2;..\..\..\..\os\hal\ports\STM32\LLD\RTCv2;..\..\..\..\os\hal\ports\STM32\LLD\SPIv2;..\..\..\..\os\hal\ports\STM32\LLD\TIMv1;..\..\..\..\os\hal\ports\STM32\LLD\USARTv2;..\..\..\..\os\hal\ports\STM32\LLD\USBv1;..\..\..\..\test</IncludePath> </VariousControls> @@ -371,7 +371,7 @@ <uSurpInc>0</uSurpInc> <VariousControls> <MiscControls>--cpreproc</MiscControls> - <Define></Define> + <Define>CORTEX_USE_FPU=1</Define> <Undefine></Undefine> <IncludePath>..\;..\..\..\..\os\common\ports\ARMCMx\devices\STM32F30x;..\..\..\..\os\rt\ports\ARMCMx</IncludePath> </VariousControls> |