Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

pavel-a/stm32f4_libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains unofficial archive of STM32CubeF4 libraries (www.st.com) we are interested in.

See wiki for more details.

Versions:

  • 1.24.1 - June? 2019
  • 1.24 - Feb. 2019
  • 1.23
  • 1.21
  • 1.19
  • 1.18

Release notes are in STM32Cube_FW_F4/Release_Notes.html

Official repository - starts from version 1.24.1

ST website to check for CubeMX pack updates

The STM32 libraries and demo projects have separate branches per the MCU family: F0 for STM32F0xxx, F4 for STM32F4xxx, and so on.

To get a specific version, check it out so that directory STM32Cube_FW_F4 in the repo maps to a directory named STM32Cube_FW_F4_Vx.y.z

For example, label F4_V1.18.0 goes to STM32Cube_FW_F4_V1.18.0

The root directory of the repo can map to ...[STM32Cube]/Repository/ so the complete path to the version would be ...[STM32Cube]/Repository/STM32Cube_FW_F4_V1.18.0

Patches go into STM32Cube_FW_F4/patches/Vx.y directory, and are applied relative to STM32Cube_FW_F4 .