Releases: garyPenhook/avr_cycle_counter
Releases · garyPenhook/avr_cycle_counter
Release list
v0.2.4
Changelog
- fddcf63: docs: add prebuilt-binary install for v0.2.3 (#9) (@garyPenhook)
- 71b07ac: Complete branch scenarios and call graph analysis (@garyPenhook)
- aae26a9: Run Go tests on all branches (@garyPenhook)
- 3fe20e8: docs: update install docs for v0.2.4 (@garyPenhook)
v0.2.3
Changelog
- 4d7a413: ci: bump setup-go to v6 and goreleaser-action to v7 (Node 24) (#8) (@garyPenhook)
v0.2.2
Changelog
- fc609db: Fix AVR SD family fallback to keep ELPM per Appendix A (@garyPenhook)
- 018c04d: Fix review findings: .comm/.lcomm SRAM, hybrid targets, parser edges (@garyPenhook)
- 2eee402: Merge pull request #7 from garyPenhook/fix/review-findings (@garyPenhook)
v0.2.1
AVR ISA accuracy fixes against the AVR Instruction Set Manual DS40002198C. Multi-platform binaries (linux/darwin amd64+arm64, windows amd64).
v0.2.0
Changelog
- 7f56a8f: Add GoReleaser config and release workflow (@garyPenhook)
- 6755942: Ignore dist/ build output (@garyPenhook)
- ec165d9: Use device-specific AVR instruction availability (@garyPenhook)
- c202952: Generate device DB and improve branch/stack analysis (@garyPenhook)
cyclecount v0.1.0
First binary release of cyclecount.
Downloads
| Platform | File |
|---|---|
| Linux (x86-64) | cyclecount-linux-amd64.tar.gz |
| Linux (ARM64) | cyclecount-linux-arm64.tar.gz |
| macOS (Intel) | cyclecount-darwin-amd64.tar.gz |
| macOS (Apple Silicon) | cyclecount-darwin-arm64.tar.gz |
| Windows (x86-64) | cyclecount-windows-amd64.zip |
Verify your download against checksums.txt (SHA-256).
Install (macOS / Linux)
tar -xzf cyclecount-<platform>.tar.gz
chmod +x cyclecount-<platform>
sudo mv cyclecount-<platform> /usr/local/bin/cyclecountOn macOS you may need to clear the quarantine flag: xattr -d com.apple.quarantine cyclecount-*.