Misc. pio cleanup

This commit is contained in:
Scott Lahteine
2021-04-18 14:07:30 -05:00
committed by Scott Lahteine
parent 5d8727a59c
commit c508c2213e
5 changed files with 58 additions and 19 deletions

View File

@ -4,9 +4,19 @@
#
#################################
# #
# STM32F0 Architecture #
# #
#
# STM32F0 Architecture
#
# Naming Example: STM32F070CBT6
#
# F : Foundation
# 0 : Cortex M0 core
# 70 : Line/Features
# C : 48 pins (R:64 or 66, F:20)
# B : 128KB Flash-memory (C:256KB, D:384KB, E:512KB, G:1024KB)
# T : LQFP package
# 6 : -40...85°C (7: ...105°C)
#
#################################
#