Skip to content

Commit

Permalink
Update CMSIS 4.3.0 (it now includes RTX)
Browse files Browse the repository at this point in the history
  • Loading branch information
cw2 committed Jun 27, 2015
1 parent abb6a64 commit 98be9ff
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@

# CMSIS and CMSIS_RTX
/CMSIS/CMSIS/
/CMSIS/CMSIS_RTX/*
/CMSIS/Device/*
/CMSIS/ARM.CMSIS.pdsc
!/CMSIS/CMSIS_RTX/dotNetMF.proj
!/CMSIS/CMSIS/RTOS/RTX/dotNetMF.proj

# Visual Studio
*.aps
Expand Down
2 changes: 0 additions & 2 deletions CMSIS/CMSIS-SP-00300-r4p2-00rel0.txt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Description>CMSIS-RTX OS</Description>
<Level>HAL</Level>
<LibraryFile>CMSIS_RTX.$(LIB_EXT)</LibraryFile>
<ProjectPath>$(SPOCLIENT)\CMSIS\CMSIS_RTX\dotNetMF.proj</ProjectPath>
<ProjectPath>$(SPOCLIENT)\CMSIS\CMSIS\RTOS\RTX\dotNetMF.proj</ProjectPath>
<ManifestFile>CMSIS_RTX.$(LIB_EXT).manifest</ManifestFile>
<Groups>OS\CMSIS_RTOS</Groups>
<LibraryCategory>
Expand All @@ -31,8 +31,8 @@
</PropertyGroup>
<Import Project="$(SPOCLIENT)\tools\targets\Microsoft.SPOT.System.Settings" />
<ItemGroup>
<IncludePaths Include="CMSIS\CMSIS_RTX\INC" />
<IncludePaths Include="CMSIS\CMSIS_RTX\SRC" />
<IncludePaths Include="CMSIS\CMSIS\RTOS\RTX\INC" />
<IncludePaths Include="CMSIS\CMSIS\RTOS\RTX\SRC" />
<IncludePaths Include="CMSIS\CMSIS\Include" />
<IncludePaths Include="CMSIS\CMSIS\Driver\Include" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
This folder is a placeholder for the CMSIS source code installation. CMSIS is available from ARM on
the [ARM web site](http://www.arm.com/products/processors/cortex-m/cortex-microcontroller-software-interface-standard.php)

CMSIS comes as a ZIP file, **_the version this code base is validated and tested with is v4.2 (CMSIS-SP-00300-r4p2-00rel0.zip)_**
CMSIS comes as a ZIP file, **_the version this code base is validated and tested with is v4.3 (CMSIS-SP-00300-r4p3-00rel0.zip)_**
Extract the contents of the zip file into the same directory as this readme.md file. The build system will look for the
CMSIS support files here.
2 changes: 1 addition & 1 deletion Solutions/MCBSTM32F400/TinyCLR/TinyCLR.proj
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
<RequiredProjects Include="$(SPOCLIENT)\CLR\libraries\spot_net\dotNetMF.proj" />
</ItemGroup>
<ItemGroup>
<RequiredProjects Include="$(SPOCLIENT)\CMSIS\CMSIS_RTX\dotnetmf.proj" />
<RequiredProjects Include="$(SPOCLIENT)\CMSIS\CMSIS\RTOS\RTX\dotnetmf.proj" />
<DriverLibs Include="CMSIS_RTX.$(LIB_EXT)" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 98be9ff

Please sign in to comment.