This folder includes the CMSIS device headers for all STM32 devices.
The files located here are part of the STM32Cube
libraries and can be found inside the STM32Cube*/Drivers/CMSIS/Device/ST/STM32F*xx/Include
folder.
The files are copied and modified by converting all line endings from Windows to Unix style and removing all trailing whitespace (see post_script.sh
). If you don't like that, stop complaining and do the work yourself.
Here is the list of the current device header version and release date as well as the Cube release version in braces:
- L0: v1.9.0 created 26-October-2018 (CubeL0 v1.11.2)
- L1: v2.2.2 created 25-August-2017 (CubeL1 v1.8.1)
- L4: v1.5.0 created 27-July-2018 (CubeL4 v1.13.0)
- F0: v2.3.3 created 25-August-2017 (CubeF0 v1.9.0)
- G0: v1.1.0 created 06-February-2019 (CubeG0 v1.1.0)
- F1: v4.3.0 created 09-October-2018 (CubeF1 v1.7.0)
- F2: v2.2.1 created 29-September-2017 (CubeF2 v1.7.0)
- F3: v2.3.3 created 11-June-2018 (CubeF3 v1.10.0)
- F4: v2.6.2 created 06-October-2017 (CubeF4 v1.24.0)
- F7: v1.2.3 created 29-June-2018 (CubeF7 v1.15.0)
- H7: v1.3.0 created 29-June-2018 (CubeH7 v1.3.0)
The Travis CI integration checks these versions daily and will update them automatically. However, when our manual patches fail to apply, the CI will fail too:
The ST header files in this directory are available under the BSD 3-Clause License:
COPYRIGHT(c) {year} STMicroelectronics
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of STMicroelectronics nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
*
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.