-
Notifications
You must be signed in to change notification settings - Fork 4
sd-card-slots: create #59
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
nickkrstevski
wants to merge
31
commits into
main
Choose a base branch
from
update/sd_card_slots
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.
Open
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
21b2ee2
example building, min set of useful cards ready:
nickkrstevski b88efe9
need ldo layout
nickkrstevski 803bb99
update layout
nickkrstevski a629f94
moved 3d models
nickkrstevski 2e572bb
add decoupling caps
nickkrstevski de26478
add push push sd
nickkrstevski bb11716
uprev
nickkrstevski cebd35b
fix esp footprint in example
nickkrstevski 14d0fe7
buttons dependency broken
nickkrstevski 5daed3a
Update packages/sd-card-slots/ato.yaml
nickkrstevski aaf9f27
Update packages/sd-card-slots/sd-card-slots.ato
nickkrstevski 037c1dc
Update packages/sd-card-slots/sd-card-slots.ato
nickkrstevski 1628f48
completely blew up the package
nickkrstevski 85787c6
Make minimal example and uSD card slot with SPI interface
ruben-iteng a5defe8
Merge branch 'main' into update/sd_card_slots
ruben-iteng 38c45bd
use sdslotdriver
ruben-iteng 4f2b730
Merge branch 'main' into update/sd_card_slots
ruben-iteng 5c7b650
fix parts
iopapamanoglou 95e8db6
bump version
iopapamanoglou 7b8a380
cleanup sd package
iopapamanoglou d284d57
Cleanup
iopapamanoglou b94d894
remove layouts
iopapamanoglou 4867114
Merge branch 'main' into update/sd_card_slots
iopapamanoglou c1195da
disable drc
iopapamanoglou dcd3f87
precommit
iopapamanoglou 060a8de
bigg
iopapamanoglou b4061dd
Merge branch 'main' into update/sd_card_slots
iopapamanoglou 640b71b
push readme
iopapamanoglou 694b2d3
Merge remote-tracking branch 'origin/main' into update/sd_card_slots
nickkrstevski 30f8dd1
delete sdcard archive after merge
nickkrstevski 64e7090
port example over to usage
nickkrstevski 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,3 +53,5 @@ __pycache__/ | |
| *.py[cod] | ||
| *$py.class | ||
| *.pyc | ||
|
|
||
| .local | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| requires-atopile: ^0.9.0 | ||
|
|
||
| paths: | ||
| src: . | ||
| layout: ./layouts | ||
|
|
||
| builds: | ||
| default: | ||
| entry: main.ato:App | ||
| hide_designators: true | ||
| #package: | ||
| # identifier: atopile/sd-card-example | ||
| # repository: https://github.com/atopile/packages | ||
| # version: 0.1.6 | ||
| # authors: | ||
| # - name: atopile | ||
| # email: hi@atopile.io | ||
| # summary: microSD card example with MCU | ||
| # license: MIT | ||
| dependencies: | ||
| - type: registry | ||
| identifier: atopile/esp32 | ||
| version: 0.1.3 | ||
| - type: registry | ||
| identifier: atopile/sd-card | ||
| version: 0.1.7 | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will the example be published ?