File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ to support newer hardware (primarily for use by the ports) and fix bugs.
13
13
* The default ` master ` branch contains code that has been written since that final source
14
14
release to provide support for newer hardware.
15
15
16
+ Raspberry Pi 5 Roadmap
17
+ -----
18
+
19
+ * 2.71 Raspberry Pi 4 (Bookworm)
20
+ * 2.72 Raspberry Pi 5 sysfs support
21
+ * 2.73 Raspberry Pi 5 gpiomem support
22
+
16
23
BananaPi M2 Zero
17
24
-----
18
25
Original file line number Diff line number Diff line change 1
- 2.73
1
+ 2.73
Original file line number Diff line number Diff line change 1
1
#define VERSION "2.73"
2
2
#define VERSION_MAJOR 2
3
- #define VERSION_MINOR 73
3
+ #define VERSION_MINOR 73
Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ int GetMaxPin() {
583
583
int FailOnModel5 () {
584
584
if (PI_MODEL_5 == RaspberryPiModel ) {
585
585
return wiringPiFailure (WPI_ALMOST , "Function not supported on Raspberry Pi 5.\n"
586
- " Unable to continue. Keep an eye of new versions at https://github.com/GrazerComputerClub/WiringPi \n" ) ;
586
+ " Unable to continue. Keep an eye of new versions at https://github.com/wiringpi/wiringpi \n" ) ;
587
587
}
588
588
return 0 ;
589
589
}
You can’t perform that action at this time.
0 commit comments