xpacks / stm32f7-hal

STM32F7 HAL files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STM32F7 HAL

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

Version

  • CMSIS Pack v2.9.0
  • ST HAL v1.2.0

Documentation

The latest STM documentation is available from STM32CubeF7.

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.STM32F7xx_DFP.2.9.0.pack.

To save space, only the following folders were preserved:

  • Drivers/STM32F?xx_HAL_Driver/

Changes

  • stm32f7xx_hal.h: silence -Wpadded.

Tests

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

About

STM32F7 HAL files

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 94.4%Language:C++ 3.5%Language:HTML 2.0%Language:Makefile 0.0%Language:Shell 0.0%