forked frommicropython/micropython
- Notifications
You must be signed in to change notification settings - Fork1.3k
Add busio support for ADI MAX32xxx port#10413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
Brandon-Hurst wants to merge29 commits intoadafruit:mainChoose a base branch fromBrandon-Hurst:ports/analog/add-busio
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Changes from28 commits
Commits
Show all changes
29 commits Select commitHold shift + click to select a range
5052177
Setup files for busio
Brandon-Hurst0220236
Add default build for analog ports for apard32690 board.
Brandon-Hurst3ce7bdd
Add preliminary busio.UART support
Brandon-Hurst3608b8c
Add tools files for debugging
Brandon-Hurst8848d43
Fixed most UART write issues.
Brandon-Hurst872e81c
Fix issues with UART reads and unreliable UART writes.
Brandon-Hurstd47b882
Add pre-commit changes to UART
Brandon-Hurst68d8daa
Resolve UART ISR naming issues
Brandon-Hurstedf069d
Add BUSIO.I2C and MAX32690 I2C structure
Brandon-Hurst6967949
Add hardware mapping for BUSIO.SPI for MAX32690
Brandon-Hursta81ea5e
Add complete BUSIO driver structure for SPI & I2C.
Brandon-Hurstddd4cf6
Add call to MXC_DelayHandler in SysTick ISR
Brandon-Hurst32c6b3e
Corrected I2C & SPI. Tested with example scripts; works with real per…
Brandon-Hurst88099be
Add extra I2C options for MAX32690 non-TQFN packages
Brandon-Hurst5cf0305
Clean up MAX32 BUSIO drivers
Brandon-Hurstdeda980
Cleanup copy-paste comments in MAX32 busio files
Brandon-Hurst0f9ea29
Correct ringbuffer code for ports/analog BUSIO
Brandon-Hursta305ece
Update jlink script for ports/analog
Brandon-Hurstcbbf34d
Refactor ports/analog/common-hal/busio i2c probe function.
Brandon-Hurstc3ea182
Expand command in ports/analog/tools/flash_max32.jlink for clarity.
Brandon-Hurstdb95dd0
Fix i2c scan bug with ports/analog/ BUSIO.
Brandon-Hurst9b8e08f
Add translations for ports/analog/busio
Brandon-Hurst363e310
Merge branch 'main' into ports/analog/add-busio
dhalbertbb0529b
Fix error reporting on ports/analog BUSIO for PR 10413
Brandon-Hurste681c44
Minor changes in ports/analog/ busio UART.
Brandon-Hurst81c0b7d
Fix UART malloc for ports/analog BUSIO
Brandon-Hurst3524b1d
Commit locale changes from ports/analog BUSIO updates
Brandon-Hurstfed3081
Merge branch 'main' into ports/analog/add-busio
Brandon-Hurstbd6f5dd
Reuse more existing error messages in ports/analog BUSIO
Brandon-HurstFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
3 changes: 3 additions & 0 deletionsMakefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
58 changes: 57 additions & 1 deletionlocale/circuitpython.pot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
31 changes: 24 additions & 7 deletionsports/analog/Makefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
10 changes: 2 additions & 8 deletionsports/analog/background.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.