Skip to content

Commit 1d158e0

Browse files
committed
ravedude: Update CHANGELOG
1 parent e3f3561 commit 1d158e0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

ravedude/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Changed
9+
- **BREAKING** ravedude is now configured using a `Ravedude.toml` configuration
10+
file. This is more flexible because boards are no longer hard-coded into the
11+
internals of the tool. Custom boards can now be defined and settings for
12+
off-the-shelf boards can be adjusted.
13+
14+
For documentation, please check [`main.rs`](https://github.com/Rahix/avr-hal/blob/main/ravedude/src/main.rs)
15+
for the time being.
16+
17+
This redesign was implemented in [#522].
18+
- Updated to clap 3.0 ([#631]).
19+
20+
### Added
21+
- Added support for the Mighty Core ATMEGA1284P board ([#607]).
22+
23+
### Fixed
24+
- Fixed trinked board definition ([#626]).
25+
26+
[#522]: https://github.com/Rahix/avr-hal/pull/522
27+
[#607]: https://github.com/Rahix/avr-hal/pull/607
28+
[#626]: https://github.com/Rahix/avr-hal/pull/626
29+
[#631]: https://github.com/Rahix/avr-hal/pull/631
830

931

1032
## [0.1.8] - 2024-03-15

0 commit comments

Comments
 (0)