Skip to content
Open
Show file tree
Hide file tree
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 Jun 30, 2025
b88efe9
need ldo layout
nickkrstevski Jun 30, 2025
803bb99
update layout
nickkrstevski Jul 1, 2025
a629f94
moved 3d models
nickkrstevski Jul 1, 2025
2e572bb
add decoupling caps
nickkrstevski Jul 1, 2025
de26478
add push push sd
nickkrstevski Jul 1, 2025
bb11716
uprev
nickkrstevski Jul 1, 2025
cebd35b
fix esp footprint in example
nickkrstevski Jul 1, 2025
14d0fe7
buttons dependency broken
nickkrstevski Jul 1, 2025
5daed3a
Update packages/sd-card-slots/ato.yaml
nickkrstevski Jul 1, 2025
aaf9f27
Update packages/sd-card-slots/sd-card-slots.ato
nickkrstevski Jul 1, 2025
037c1dc
Update packages/sd-card-slots/sd-card-slots.ato
nickkrstevski Jul 1, 2025
1628f48
completely blew up the package
nickkrstevski Jul 2, 2025
85787c6
Make minimal example and uSD card slot with SPI interface
ruben-iteng Jul 3, 2025
a5defe8
Merge branch 'main' into update/sd_card_slots
ruben-iteng Jul 3, 2025
38c45bd
use sdslotdriver
ruben-iteng Jul 3, 2025
4f2b730
Merge branch 'main' into update/sd_card_slots
ruben-iteng Jul 3, 2025
5c7b650
fix parts
iopapamanoglou Jul 4, 2025
95e8db6
bump version
iopapamanoglou Jul 4, 2025
7b8a380
cleanup sd package
iopapamanoglou Jul 4, 2025
d284d57
Cleanup
iopapamanoglou Jul 7, 2025
b94d894
remove layouts
iopapamanoglou Jul 7, 2025
4867114
Merge branch 'main' into update/sd_card_slots
iopapamanoglou Jul 7, 2025
c1195da
disable drc
iopapamanoglou Jul 7, 2025
dcd3f87
precommit
iopapamanoglou Jul 7, 2025
060a8de
bigg
iopapamanoglou Jul 8, 2025
b4061dd
Merge branch 'main' into update/sd_card_slots
iopapamanoglou Jul 8, 2025
640b71b
push readme
iopapamanoglou Jul 9, 2025
694b2d3
Merge remote-tracking branch 'origin/main' into update/sd_card_slots
nickkrstevski Jan 30, 2026
30f8dd1
delete sdcard archive after merge
nickkrstevski Jan 30, 2026
64e7090
port example over to usage
nickkrstevski Jan 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ __pycache__/
*.py[cod]
*$py.class
*.pyc

.local
26 changes: 26 additions & 0 deletions packages/sd-card-example/ato.yaml
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:
Copy link
Contributor

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 ?

# 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
Loading
Loading