You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/about/release-notes.md
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,28 +93,6 @@ Special thanks to [Dariusz Zbyrad](https://github.com/dariuszzbyrad) for joining
93
93
94
94
All changes: https://github.com/Pi4J/pi4j/compare/2.7.0...2.8.0
95
95
96
-
### 2025-01-28 - V2.8.0
97
-
98
-
* Several code and JavaDoc improvements by adding the checkstyle plugin.
99
-
* Improvements in loading the Mock providers to build and test Pi4J on a Raspberry Pi.
100
-
* Issue [#421](https://github.com/Pi4J/pi4j/issues/421): Unable to detect board type. Several improvements have been integrated in the board detection to prevent errors when reading the board code.
101
-
* Added to `BoardModel`:
102
-
* Issue [#406](https://github.com/Pi4J/pi4j/issues/406): Old boards not auto detected. Missing codes have been added for Model 1 boards.
103
-
* The Raspberry Pi Compute 5. Only the board code `c04180` for the 4Gb has been confirmed by Jeff Geerling. The other types are not documented yet. We assume they are `a04180`, `b04180`, and `d04180`, similar to the Compute 4, but will adjust whenever more info is available.
104
-
* The Raspberry Pi 500 with the board code `d04190`, again confirmed by Jeff who received an evaluation device.
105
-
* The Raspberry Pi 5 with 16GB memory with the board code `e04171` (thanks again Jeff).
106
-
* Added to `BoardReading`:
107
-
* Pull request [#432](https://github.com/Pi4J/pi4j/pull/432): Add Support for Throttled State Parsing and Retrieval
108
-
* Improvements in the LinuxFS provider (for Raspberry Pi 5):
109
-
* Pull Request [#433](https://github.com/Pi4J/pi4j/pull/433): Enhance LinuxFsI2CBus validation with detailed exception messages and comprehensive Javadocs.
110
-
* Pull Request [#434](https://github.com/Pi4J/pi4j/pull/434): Add SPI support in LinuxFS. No `sudo` is needed to use SPI.
111
-
112
-
Thanks to contributions by [@mpilone](https://github.com/mpilone), [@cniesen](https://github.com/cniesen), [@geerlingguy](https://github.com/geerlingguy), [@dariuszzbyrad](https://github.com/dariuszzbyrad), [@taartspi](https://github.com/taartspi), [@eitch](https://github.com/eitch), [@fdelporte](https://github.com/fdelporte).
113
-
114
-
Special thanks to [Dariusz Zbyrad](https://github.com/dariuszzbyrad) for joining the project and improving the Maven builds with a wrapper for more consistency, for example, in the [pi4j-example-devices repository](https://github.com/Pi4J/pi4j-example-devices), and other contributions. And also special thanks to [Mike Pilone](https://github.com/mpilone) for the initial work for LinuxFS SPI.
115
-
116
-
All changes: https://github.com/Pi4J/pi4j/compare/2.7.0...2.8.0
117
-
118
96
### 2024-10-03 - V2.7.0
119
97
120
98
* Libraries are loaded depending on the platform, by calling `BoardInfoHelper.runningOnRaspberryPi()`.
0 commit comments