All Projects → modm-io → Cmsis Header Stm32

modm-io / Cmsis Header Stm32

CMSIS device headers for all STM32 devices

Projects that are alternatives of or similar to Cmsis Header Stm32

Xpcc
DEPRECATED, use our successor library https://modm.io instead
Stars: ✭ 177 (+276.6%)
Mutual labels:  stm32, microcontroller
Tinygo
Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
Stars: ✭ 9,068 (+19193.62%)
Mutual labels:  stm32, microcontroller
Blog
A set of various projects based on ESP8266, ESP32, ATtiny13, ATtiny85, ATtiny2313, ATmega8, ATmega328, ATmega32, STM32 and more.
Stars: ✭ 198 (+321.28%)
Mutual labels:  stm32, microcontroller
Stm32 Dma Uart
Efficient DMA timeout mechanism for peripheral DMA configured in circular mode demonstrated on a STM32 microcontroller.
Stars: ✭ 111 (+136.17%)
Mutual labels:  stm32, microcontroller
Openblt
Official read-only mirror of the SVN OpenBLT bootloader repository. Updated daily.
Stars: ✭ 256 (+444.68%)
Mutual labels:  stm32, microcontroller
Stm32liquidcrystal
Liquid Crystal Library for STM32
Stars: ✭ 24 (-48.94%)
Mutual labels:  stm32, microcontroller
lwpkt
Lightweight packet protocol structure for multi-device communication focused on RS-485
Stars: ✭ 71 (+51.06%)
Mutual labels:  microcontroller, stm32
Nf Interpreter
⚙️ nanoFramework Interpreter, CLR, HAL, PAL and reference target boards
Stars: ✭ 168 (+257.45%)
Mutual labels:  stm32, microcontroller
terminal
Terminal inside the microcontroller (cli for mcu)
Stars: ✭ 31 (-34.04%)
Mutual labels:  microcontroller, stm32
pikascript
Ultralightweight Python engine that can run with 4KB of RAM and 32KB of Flash (such as STM32G030C8 and STM32F103C8), and is very easy to deploy and expand.
Stars: ✭ 855 (+1719.15%)
Mutual labels:  microcontroller, stm32
stm32f103xx
DEPRECATED
Stars: ✭ 31 (-34.04%)
Mutual labels:  microcontroller, stm32
Stm32 Bootloader
Customizable Bootloader for STM32 microcontrollers. This example demonstrates how to perform in-application-programming of a firmware located on an external SD card with FAT32 file system.
Stars: ✭ 541 (+1051.06%)
Mutual labels:  stm32, microcontroller
tinyfont
Text library for TinyGo displays
Stars: ✭ 37 (-21.28%)
Mutual labels:  microcontroller, stm32
Modm
modm: a C++20 library generator for AVR and ARM Cortex-M devices
Stars: ✭ 375 (+697.87%)
Mutual labels:  stm32, microcontroller
Awesome Embedded
A curated list of awesome embedded programming.
Stars: ✭ 831 (+1668.09%)
Mutual labels:  stm32, microcontroller
Ferret
Ferret is a free software lisp implementation for real time embedded control systems.
Stars: ✭ 878 (+1768.09%)
Mutual labels:  microcontroller
Stm32f103 Usb Cdc Cmsis
STM32F103 USB CDC CMSIS
Stars: ✭ 40 (-14.89%)
Mutual labels:  stm32
Machdump
A very basic C Mach-O Header Dump tool written for practicing purposes. Works With x86 and x86_64 binaries
Stars: ✭ 25 (-46.81%)
Mutual labels:  header
Utensor cgen
C++ code generator for uTensor https://utensor-cgen.readthedocs.io/en/latest/
Stars: ✭ 42 (-10.64%)
Mutual labels:  microcontroller
Robot Software
CVRA monorepo - All software running on our bots lives here
Stars: ✭ 39 (-17.02%)
Mutual labels:  stm32

CMSIS device headers for STM32

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).

Here is the list of the current device header version and release date as well as the Cube release version in braces:

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:

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].