Brak opisu

Supper Thomas 34021c4c4c Merge pull request #1 from fengmuyou/u5_drivers 9 miesięcy temu
.github f7c98c441a Release v1.0.0 4 lat temu
Inc 0a165ed854 [HAL][SDMMC] Fix SD, MMC and SDIO Misra and Coverity warnings 10 miesięcy temu
Src 0a165ed854 [HAL][SDMMC] Fix SD, MMC and SDIO Misra and Coverity warnings 10 miesięcy temu
_htmresc ac9feee53d Release v1.2.0 2 lat temu
CODE_OF_CONDUCT.md f7c98c441a Release v1.0.0 4 lat temu
CONTRIBUTING.md f1946d6870 Update README.md and CONTRIBUTING.md 2 lat temu
LICENSE.md f7c98c441a Release v1.0.0 4 lat temu
README.md f1946d6870 Update README.md and CONTRIBUTING.md 2 lat temu
Release_Notes.html 826bf9f0dc Release v1.6.1 1 rok temu
SConscript 1d68f10fa6 adapt stm32u5 drivers for rtt 9 miesięcy temu
SECURITY.md bc7895c79d Add SECURITY.md 2 lat temu

README.md

STM32CubeU5 HAL Driver MCU Component

latest tag

Overview

STM32Cube is a STMicroelectronics original initiative aimed at making life easier for developers by reducing effort, 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 layer offering a set of APIs ensuring maximized portability across the STM32 portfolio.
  • The BSP drivers of each evaluation, demonstration, or nucleo board provided for this STM32 series.
  • A consistent set of middleware libraries such as ThreadX, FileX, USBX, NetDuoX, OpenBootloader, USBPD, trustedfirmware, mbed-crypto, Network Library...
  • A full set of software projects (basic examples, applications, and demonstrations) for each board, each project developed in three flavors using three toolchains (EWARM, MDK-ARM, and STM32CubeIDE).
  • A new LPBAM utility which is a software helper that assists STM32U5 users in the elaboration of LPBAM scenarios.

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, Middleware, Projects, Utilities) in the repository (usual name STM32Cubexx, xx corresponding to the STM32 series).
  • The MCU component: each STM32Cube software module being part of the STM32Cube MCU Package, is delivered as an individual repository, allowing the user to select and get only the required software functions.

Description

This stm32u5xx_hal_driver MCU component repo is one element of the STM32CubeU5 MCU embedded software package, providing the HAL-LL Drivers 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 - HAL, as mentioned in this release note.

The full STM32CubeU5 MCU package is available here.

Troubleshooting

Please refer to the CONTRIBUTING.md guide.