Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
stm32duino
/
Arduino_Core_STM32
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
3.3k
Code
Issues
20
Pull requests
12
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
feat: add STM32U3xx support
- #2674
#2674
Merged
fpistm
merged 23 commits into
stm32duino:main
stm32duino/Arduino_Core_STM32:main
from
fpistm:stm32cubeU3_intro
fpistm/Arduino_Core_STM32:stm32cubeU3_intro
Copy head branch name to clipboard
Mar 13, 2025
Conversation
Commits
23
(23)
Checks
Files changed
Merged
feat: add STM32U3xx support
#2674
fpistm
merged 23 commits into
stm32duino:main
stm32duino/Arduino_Core_STM32:main
from
fpistm:stm32cubeU3_intro
fpistm/Arduino_Core_STM32:stm32cubeU3_intro
Copy head branch name to clipboard
Commits
Commits on Mar 11, 2025
system(u3) add STM32U3xx HAL Drivers to v1.1.0
Show description for 84debc7
fpistm
committed
84debc7
View commit details
Copy full SHA for 84debc7
Browse repository at this point
system(u3): add STM32U3xx CMSIS Drivers to v1.1.0
Show description for 83bb128
fpistm
committed
83bb128
View commit details
Copy full SHA for 83bb128
Browse repository at this point
system(u3): add STM32U3xx system source files
Show description for f35f4d8
fpistm
committed
f35f4d8
View commit details
Copy full SHA for f35f4d8
Browse repository at this point
system(u3): update STM32U3xx hal default config
Show description for bb9005b
fpistm
committed
bb9005b
View commit details
Copy full SHA for bb9005b
Browse repository at this point
core(u3): add top HAL include
Show description for f2b946f
fpistm
committed
f2b946f
View commit details
Copy full SHA for f2b946f
Browse repository at this point
core(u3): add wrapped files
Show description for 9cb4726
fpistm
committed
9cb4726
View commit details
Copy full SHA for 9cb4726
Browse repository at this point
system(u3): update STM32U3xx hal default config
Show description for 02c5bdc
fpistm
committed
02c5bdc
View commit details
Copy full SHA for 02c5bdc
Browse repository at this point
system(u3): update STM32U3xx system
Show description for 561729c
fpistm
committed
561729c
View commit details
Copy full SHA for 561729c
Browse repository at this point
ci(stm32variant): update new ppe
Show description for 54cb5a2
fpistm
committed
54cb5a2
View commit details
Copy full SHA for 54cb5a2
Browse repository at this point
variants(u3): add all generated STM32U3xx generic variant files
Show description for 9370ba7
fpistm
committed
9370ba7
View commit details
Copy full SHA for 9370ba7
Browse repository at this point
chore(u3): GPIO EXTI support
Show description for 470e412
fpistm
committed
470e412
View commit details
Copy full SHA for 470e412
Browse repository at this point
chore(u3): backup register support
Show description for 3a16a52
fpistm
committed
3a16a52
View commit details
Copy full SHA for 3a16a52
Browse repository at this point
chore(u3): TIM IRQ definition
Show description for c6d9fe2
fpistm
committed
c6d9fe2
View commit details
Copy full SHA for c6d9fe2
Browse repository at this point
chore(u3): ADC support
Show description for 181362e
fpistm
committed
181362e
View commit details
Copy full SHA for 181362e
Browse repository at this point
chore(u3): USB device support
Show description for bb1685b
fpistm
committed
bb1685b
View commit details
Copy full SHA for bb1685b
Browse repository at this point
chore(u3): add I2C support
Show description for 19dcc06
fpistm
committed
19dcc06
View commit details
Copy full SHA for 19dcc06
Browse repository at this point
chore(u3): add EEPROM support
Show description for e037160
fpistm
committed
e037160
View commit details
Copy full SHA for e037160
Browse repository at this point
variant(u3): add U375R(E-G)TxQ and U385RGTxQ generic support
Show description for 3e90e3a
fpistm
committed
3e90e3a
View commit details
Copy full SHA for 3e90e3a
Browse repository at this point
Commits on Mar 12, 2025
variant(u3): add Nucleo U385RG-Q support
Show description for ab7f628
fpistm
committed
ab7f628
View commit details
Copy full SHA for ab7f628
Browse repository at this point
variant(u3): add U375V(E-G)I and U385VGI generic support
Show description for 81ece4e
fpistm
committed
81ece4e
View commit details
Copy full SHA for 81ece4e
Browse repository at this point
chore: update cmake suppport with new series
Show description for 02c49bd
fpistm
committed
02c49bd
View commit details
Copy full SHA for 02c49bd
Browse repository at this point
CI(stm32variant): fix syswkup list
Show description for a903e27
fpistm
committed
a903e27
View commit details
Copy full SHA for a903e27
Browse repository at this point
chore: update variants after script update
Show description for c830618
fpistm
committed
c830618
View commit details
Copy full SHA for c830618
Browse repository at this point
You can’t perform that action at this time.