aboutsummaryrefslogtreecommitdiff
path: root/Marlin/src/HAL/STM32/README.md
blob: 7680df665494814b156cf8c8a407a49c179ce8bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Generic STM32 HAL based on the stm32duino core

This HAL is intended to act as the generic STM32 HAL for all STM32 chips (The whole F, H and L family).

Currently it supports:
 * STM32F0xx
 * STM32F1xx
 * STM32F4xx
 * STM32F7xx

Targeting the official [Arduino STM32 Core](https://github.com/stm32duino/Arduino_Core_STM32).