Skip to content

Commit

Permalink
Add some more CHANGELOG entries
Browse files Browse the repository at this point in the history
  • Loading branch information
jannic committed Aug 30, 2023
1 parent 4fd8e27 commit 700a889
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rp2040-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The Minimum-Supported Rust Version (MSRV) for this release is 1.64
- Fix on target tests - #624 @jannic
- Make sure clocks are initialized before creating a Timer - #618 @jannic
- Mark ReadTarget and WriteTarget as unsafe - #621 @jannic
- Fix typo in rom_data.rs - #675 @jlpettersson

### Changed

Expand All @@ -31,7 +32,7 @@ The Minimum-Supported Rust Version (MSRV) for this release is 1.64
This doubles the flash access speed to the value used by the C SDK by
default. So it should usually be safe. However, if you are overclocking
the RP2040, you might need to lower the flash speed accordingly.
- Doc: Several improvements have been made to documentation: #607 #597 #661 #633 #632 #629
- Doc: Several improvements have been made to documentation: #607 #597 #661 #633 #632 #629 #679
- DMA: Check for valid word sizes at compile time - #600 @jannic
- Use an enum for core identification. - @ithinuel
- Merge DynPin and Pin into Pin. The type class used in Pin now have a runtime variant allowing for
Expand Down Expand Up @@ -61,6 +62,7 @@ The Minimum-Supported Rust Version (MSRV) for this release is 1.64
- Add the ability to initialise the ring oscillator with a known frequency - #640 @hardiesoft
- Add ADC free-running mode & FIFO - #626 @nilclass
- Add DMA support for free-running ADC capture - #636 @nilclass
- Make SPI set_format accept frame format - #653 @NelsonAPenn

## [0.8.1] - 2023-05-05

Expand Down

0 comments on commit 700a889

Please sign in to comment.