rafaelmartins / cmake-stm32f0-cmsis

CMake module containing CMSIS headers for STMicroelectronics' STM32F0 Series of ARM Cortex-M0 microcontrollers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmake-stm32f0-cmsis

CMake module containing CMSIS headers for STMicroelectronics' STM32F0 Series of ARM Cortex-M0 microcontrollers.

The module provides a stripped-down selection of CMSIS headers required by the supported devices, that are ideal for bare-metal development.

The module requires a GCC cross toolchain for AArch32 bare-metal (arm-none-eabi). We recommend the official GCC builds from ARM. IAR™ and Keil® toolchains are not supported (yet?).

How to use

TODO

Examples

A simple example, suitable for the NUCLEO-F042K6 board, is provided here.

About

CMake module containing CMSIS headers for STMicroelectronics' STM32F0 Series of ARM Cortex-M0 microcontrollers.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:CMake 79.6%Language:Shell 10.5%Language:C 9.9%