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
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 }}
adafruit
/
circuitpython
Public
forked from
micropython/micropython
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
4.6k
Code
Issues
749
Pull requests
21
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add busio support for ADI MAX32xxx port
- #10413
#10413
Merged
dhalbert
merged 29 commits into
adafruit:main
adafruit/circuitpython:main
from
Brandon-Hurst:ports/analog/add-busio
Brandon-Hurst/circuitpython:ports/analog/add-busio
Copy head branch name to clipboard
Sep 24, 2025
Conversation
Commits
29
(29)
Checks
Files changed
Merged
Add busio support for ADI MAX32xxx port
#10413
dhalbert
merged 29 commits into
adafruit:main
adafruit/circuitpython:main
from
Brandon-Hurst:ports/analog/add-busio
Brandon-Hurst/circuitpython:ports/analog/add-busio
Copy head branch name to clipboard
Commits
Commits on Sep 23, 2025
Setup files for busio
Brandon-Hurst
committed
493f078
View commit details
Copy full SHA for 493f078
Browse repository at this point
Add default build for analog ports for apard32690 board.
Brandon-Hurst
committed
f4c2171
View commit details
Copy full SHA for f4c2171
Browse repository at this point
Add preliminary busio.UART support
Show description for 1380af7
Brandon-Hurst
committed
1380af7
View commit details
Copy full SHA for 1380af7
Browse repository at this point
Add tools files for debugging
Show description for 451e152
Brandon-Hurst
committed
451e152
View commit details
Copy full SHA for 451e152
Browse repository at this point
Fixed most UART write issues.
Show description for 13fb8f3
Brandon-Hurst
committed
13fb8f3
View commit details
Copy full SHA for 13fb8f3
Browse repository at this point
Fix issues with UART reads and unreliable UART writes.
Show description for 0f1d915
Brandon-Hurst
committed
0f1d915
View commit details
Copy full SHA for 0f1d915
Browse repository at this point
Add pre-commit changes to UART
Show description for 72c4d43
Brandon-Hurst
committed
72c4d43
View commit details
Copy full SHA for 72c4d43
Browse repository at this point
Resolve UART ISR naming issues
Show description for b741b3a
Brandon-Hurst
committed
b741b3a
View commit details
Copy full SHA for b741b3a
Browse repository at this point
Add BUSIO.I2C and MAX32690 I2C structure
Show description for aaeee4d
Brandon-Hurst
committed
aaeee4d
View commit details
Copy full SHA for aaeee4d
Browse repository at this point
Add hardware mapping for BUSIO.SPI for MAX32690
Show description for 00c53ea
Brandon-Hurst
committed
00c53ea
View commit details
Copy full SHA for 00c53ea
Browse repository at this point
Add complete BUSIO driver structure for SPI & I2C.
Show description for 1d30ce7
Brandon-Hurst
committed
1d30ce7
View commit details
Copy full SHA for 1d30ce7
Browse repository at this point
Add call to MXC_DelayHandler in SysTick ISR
Show description for 7cccb66
Brandon-Hurst
committed
7cccb66
View commit details
Copy full SHA for 7cccb66
Browse repository at this point
Corrected I2C & SPI. Tested with example scripts; works with real peripherals.
Show description for ebfbd01
Brandon-Hurst
committed
ebfbd01
View commit details
Copy full SHA for ebfbd01
Browse repository at this point
Add extra I2C options for MAX32690 non-TQFN packages
Show description for 558eb93
Brandon-Hurst
committed
558eb93
View commit details
Copy full SHA for 558eb93
Browse repository at this point
Clean up MAX32 BUSIO drivers
Show description for 479e0e1
Brandon-Hurst
committed
479e0e1
View commit details
Copy full SHA for 479e0e1
Browse repository at this point
Cleanup copy-paste comments in MAX32 busio files
Show description for 3a8e56d
Brandon-Hurst
committed
3a8e56d
View commit details
Copy full SHA for 3a8e56d
Browse repository at this point
Correct ringbuffer code for ports/analog BUSIO
Show description for ba30115
Brandon-Hurst
committed
ba30115
View commit details
Copy full SHA for ba30115
Browse repository at this point
Update jlink script for ports/analog
Show description for b9dd6a0
Brandon-Hurst
committed
b9dd6a0
View commit details
Copy full SHA for b9dd6a0
Browse repository at this point
Refactor ports/analog/common-hal/busio i2c probe function.
Show description for 0ffcc78
Brandon-Hurst
committed
0ffcc78
View commit details
Copy full SHA for 0ffcc78
Browse repository at this point
Expand command in ports/analog/tools/flash_max32.jlink for clarity.
Show description for 94eafa5
Brandon-Hurst
committed
94eafa5
View commit details
Copy full SHA for 94eafa5
Browse repository at this point
Fix i2c scan bug with ports/analog/ BUSIO.
Show description for 4cb58b6
Brandon-Hurst
committed
4cb58b6
View commit details
Copy full SHA for 4cb58b6
Browse repository at this point
Add translations for ports/analog/busio
Show description for 814047d
Brandon-Hurst
committed
814047d
View commit details
Copy full SHA for 814047d
Browse repository at this point
Fix error reporting on ports/analog BUSIO for PR 10413
Show description for b19a861
Brandon-Hurst
committed
b19a861
View commit details
Copy full SHA for b19a861
Browse repository at this point
Minor changes in ports/analog/ busio UART.
Show description for 85410e2
Brandon-Hurst
committed
85410e2
View commit details
Copy full SHA for 85410e2
Browse repository at this point
Fix UART malloc for ports/analog BUSIO
Show description for f395fad
Brandon-Hurst
committed
f395fad
View commit details
Copy full SHA for f395fad
Browse repository at this point
Commit locale changes from ports/analog BUSIO updates
Show description for e5437cd
Brandon-Hurst
committed
e5437cd
View commit details
Copy full SHA for e5437cd
Browse repository at this point
Reuse more existing error messages in ports/analog BUSIO
Show description for ed92610
Brandon-Hurst
committed
ed92610
View commit details
Copy full SHA for ed92610
Browse repository at this point
Fix I2C bug in ports/analog/busio
Show description for 183a517
Brandon-Hurst
committed
183a517
View commit details
Copy full SHA for 183a517
Browse repository at this point
Commits on Sep 24, 2025
Use more explicit names for i2c_id and spi_id
dhalbert
authored
bb27b40
View commit details
Copy full SHA for bb27b40
Browse repository at this point
You can’t perform that action at this time.