-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add PSRAM support #2919
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
will-v-pi
wants to merge
31
commits into
develop
Choose a base branch
from
pico-psram
base: develop
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.
Open
Add PSRAM support #2919
Changes from 14 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
8bb30fd
Working PSRAM support
will-v-pi 9c91318
Make auto-detect work
will-v-pi 5f629d9
Delete boot2 method for PSRAM
will-v-pi 2ddafcb
Add kitchen_sink_psram to bazel
will-v-pi 33c8386
Add auto-detection of CS pin too
will-v-pi b3ce50f
Improve the API and tidy up
will-v-pi 56ee783
More API improvements, add returns, and add multiple kitchen sink bin…
will-v-pi aaa31a6
Add PICO_TEST_FAILURE_STRING for psram kitchen sink, as it prints ERROR:
will-v-pi 3c9331f
Add pico_override_flash_size function to match pico_override_psram_size
will-v-pi c7eab48
Prioritise flash_devinfo over compile definitions
will-v-pi c5a4164
Fix bazel build
will-v-pi 691165a
Add psram_check_address to check if psram variable can be used
will-v-pi cc3163d
Add psram_or_malloc and psram_or_free
will-v-pi ed1e025
Fix for new bazel checks
will-v-pi b584ceb
Use empty PSRAM linker incls on RP2040
will-v-pi 68a3016
Review fixups
will-v-pi bf3510d
Fix config check
will-v-pi 25bd5b7
Merge remote-tracking branch 'origin/develop' into pico-psram
will-v-pi 2afd108
Add psram to some adafruit boards
will-v-pi a3a6beb
Add psram to defcon32 badge
will-v-pi 5e19f9b
Merge remote-tracking branch 'origin/develop' into pico-psram
will-v-pi 1434c71
Review fixups
will-v-pi b6f9c9d
Review fixups
will-v-pi d670c2c
Reorder sizes in psram_eid_to_size
will-v-pi dc8f34a
Review fixups
will-v-pi 8cfc503
Review fixups
will-v-pi b3caac8
Tweak check_board_header.py to also validate the PSRAM settings (#2924)
lurch 7092268
Minor fixups
will-v-pi bac3b5b
Fix low power compilation issue with clang
will-v-pi c244bf5
Improve readability of atrans setup
will-v-pi 78a83b3
Merge branch 'develop' into pico-psram
lurch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.