Skip to content

xpacks/stm32f4-hal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32F4 HAL

This project, available from GitHub, includes the STM32F4 HAL files.

Version

  • CMSIS Pack v2.11.0
  • ST HAL v1.6.0

Documentation

The latest STM documentation is available from STM32CubeF4.

The latest CMSIS documentation is available from keil.com.

The list of latest packs is available from keil.com.

Original files

The original files are available in the originals branch.

These files were extracted from Keil.STM32F4xx_DFP.2.11.0.pack.

To save space, only the following folders were preserved:

  • Drivers/STM32F?xx_HAL_Driver/

Changes

  • stm32f4xx_hal.h: silence -Wpadded.

Warnings

To silence warnings when compiling the HAL drivers, use:

-Wno-sign-conversion -Wno-padded -Wno-conversion -Wno-unused-parameter \
-Wno-bad-function-cast -Wno-sign-compare

Tests

export PATH=/usr/local/gcc-arm-none-eabi-5_2-2015q4/bin:$PATH
bash ../../../scripts/run-tests.sh