mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 15:25:07 -06:00
Misc. pio cleanup
This commit is contained in:
parent
5d8727a59c
commit
c508c2213e
5 changed files with 58 additions and 19 deletions
|
@ -4,9 +4,19 @@
|
|||
#
|
||||
|
||||
#################################
|
||||
# #
|
||||
# STM32F1 Architecture #
|
||||
# #
|
||||
#
|
||||
# STM32F1 Architecture
|
||||
#
|
||||
# Naming Example: STM32F103RCT6
|
||||
#
|
||||
# F : Foundation (sometimes High Performance F2/F4)
|
||||
# 1 : Cortex M1 core
|
||||
# 03 : Line/Features
|
||||
# R : 64 or 66 pins (V:100, Z:144, I:176)
|
||||
# C : 256KB Flash-memory (D:384KB, E:512KB, G:1024KB)
|
||||
# T : LQFP package
|
||||
# 6 : -40...85°C (7: ...105°C)
|
||||
#
|
||||
#################################
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue