Brak opisu

Yuqiang Wang ee8393707a Merge pull request #2 from Maihuanyi/master 6 miesięcy temu
.github e8fa4e2b48 Release v1.8.0 5 lat temu
Include 230bb77707 [CMSIS] Correct the position of DUAL_CORE Check 10 miesięcy temu
Source 7469a39c01 Merge pull request #1 from fengmuyou/h7_cmsis 8 miesięcy temu
_htmresc faccfec37f Release v1.10.4 1 rok temu
CODE_OF_CONDUCT.md 740aa1b489 Release v1.6.0 6 lat temu
CONTRIBUTING.md a95954cd36 Release v1.10.2 3 lat temu
LICENSE.md 11425d61c5 Change license terms from BSD-3's to Apache's in compliance with the actual licensing of the component 3 lat temu
README.md 6dac8c24d7 Release v1.10.3 3 lat temu
Release_Notes.html e8d40ae6e2 Release v1.10.6 1 rok temu
SConscript de908fd555 1.Fixed error in getting mcu model number; 6 miesięcy temu
SECURITY.md 6d5ef249be Add SECURITY.md 2 lat temu
stm32_update.py 7469a39c01 Merge pull request #1 from fengmuyou/h7_cmsis 8 miesięcy temu

README.md

STM32CubeH7 CMSIS Device MCU Component

latest tag

Overview

STM32Cube is an STMicroelectronics original initiative to ease the developers life by reducing efforts, time and cost.

STM32Cube covers the overall STM32 products portfolio. It includes a comprehensive embedded software platform, delivered for each STM32 series.

  • The CMSIS modules (core and device) corresponding to the ARM(tm) core implemented in this STM32 product
  • The STM32 HAL-LL drivers : an abstraction drivers layer, the API ensuring maximized portability across the STM32 portfolio
  • The BSP Drivers of each evaluation or demonstration board provided by this STM32 series
  • A consistent set of middlewares components such as RTOS, USB, FatFS, Graphics, STM32_TouchSensing_Library ...
  • A full set of software projects (basic examples, applications or demonstrations) for each board provided by this STM32 series

Two models of publication are proposed for the STM32Cube embedded software :

  • The monolithic MCU Package : all STM32Cube software modules of one STM32 series are present (Drivers, Middlewares, Projects, Utilities) in the repo (usual name STM32Cubexx, xx corresponding to the STM32 series)
  • The MCU component : progressively from November 2019, each STM32Cube software module being part of the STM32Cube MCU Package, will be delivered as an individual repo, allowing the user to select and get only the required software functions.

Description

This cmsis_device_h7 MCU component repo is one element of the STM32CubeH7 MCU embedded software package, providing the cmsis device part.

Release note

Details about the content of this release are available in the release note here.

Compatibility information

It is crucial that you use a consistent set of versions for the CMSIS Core - CMSIS Device, as mentioned in this release note.

The full STM32CubeH7 MCU package is available here.

Troubleshooting

Please refer to the CONTRIBUTING.md guide.