mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 07:15:02 -06:00
🏗️ Define HAL_STM32 for HAL/STM32 (#22537)
This commit is contained in:
parent
331cc5fd6a
commit
76c10b3e02
34 changed files with 105 additions and 57 deletions
|
@ -10,7 +10,7 @@
|
|||
# Naming Example: STM32F070CBT6
|
||||
#
|
||||
# F : Foundation
|
||||
# 0 : Cortex M0 core
|
||||
# 0 : Cortex M0 core (0:M0, 1-2:M3, 3-4:M4, 7:M7)
|
||||
# 70 : Line/Features
|
||||
# C : 48 pins (R:64 or 66, F:20)
|
||||
# B : 128KB Flash-memory (C:256KB, D:384KB, E:512KB, G:1024KB)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue