Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
".": "0.6.0",
"hardware/e24-receiver-board": "0.1.3",
"hardware/pico2-test-mule": "0.3.0",
"hardware/rp2350-decoder": "0.3.3",
"hardware/rp2350-decoder": "0.4.0",
"hardware/rp24-usb-tester": "0.3.4"
}
7 changes: 7 additions & 0 deletions hardware/rp2350-decoder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/mikesmitty/rp24-dcc-decoder/compare/rp2350-decoder-v0.3.3...rp2350-decoder-v0.4.0) (2026-07-05)


### Features

* **rp2350-decoder:** swap motor driver to DRV8220 and add VDC bulk capacitance ([109a436](https://github.com/mikesmitty/rp24-dcc-decoder/commit/109a43686e56b93c357c6848bc9c6e68a3a0e1a4))

## [0.3.3](https://github.com/mikesmitty/rp24-dcc-decoder/compare/rp2350-decoder-v0.3.2...rp2350-decoder-v0.3.3) (2025-09-02)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(paper "A4")
(title_block
(date "2025-09-02")
(rev "v0.3.3")
(rev "v0.4.0")
)
(layers
(0 "F.Cu" signal)
Expand Down
2 changes: 1 addition & 1 deletion hardware/rp2350-decoder/rp2350-decoder.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(paper "User" 132 56)
(title_block
(date "2026-07-05")
(rev "v0.3.3")
(rev "v0.4.0")
)
(layers
(0 "F.Cu" signal)
Expand Down
2 changes: 1 addition & 1 deletion hardware/rp2350-decoder/rp2350-decoder.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(paper "A3")
(title_block
(date "2025-09-02")
(rev "v0.3.3")
(rev "v0.4.0")
)
(lib_symbols
(symbol "+1V1_1"
Expand Down