File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22History of the project development
33
44## [ Unreleased] yyyy-mm-zz
5+ ### Added
6+ ### Changed
7+ ### Deprecated
8+ ### Removed
9+ ### Fixed
10+ ### Security
11+ ### Known Issue
12+
13+ ## [ v1.0.0] 2024-10-03
14+ ### Release note.
15+ First official release of the rpp_driver ( Raspberry Pi Pico Driver) class library. This release contains :
16+ - a limited SDK Wrapper class for the basic operation.
17+ - a basic GPIO class.
18+ - a basic I2C master class.
19+ - a duplex slave I2S class.
20+ - an ADAU1361 audio codec class.
21+
522### Added
623### Changed
724- [ Issue #4 ] ( https://github.com/suikan4github/rpp_driver/issues/4 ) Add gcov support for x86 build.
@@ -20,5 +37,6 @@ History of the project development
2037## [ v0.9.0] 2024-09-28
2138Pre-release version.
2239
23- [ Unreleased ] : https://github.com/suikan4github/rpp_driver/compare/v0.9.0...develop
40+ [ Unreleased ] : https://github.com/suikan4github/rpp_driver/compare/v1.0.0...develop
41+ [ v1.0.0 ] : https://github.com/suikan4github/rpp_driver/compare/v0.9.0...v1.0.0
2442[ v0.9.0 ] : https://github.com/suikan4github/rpp_driver/compare/v0.0.0...v0.9.0
You can’t perform that action at this time.
0 commit comments