Skip to content

Commit 2ea2201

Browse files
authored
Merge branch 'master' into Pi5
2 parents 272f08b + ba2cb0f commit 2ea2201

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ to support newer hardware (primarily for use by the ports) and fix bugs.
1313
* The default `master` branch contains code that has been written since that final source
1414
release to provide support for newer hardware.
1515

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+
1623
BananaPi M2 Zero
1724
-----
1825

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.73
1+
2.73

version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#define VERSION "2.73"
22
#define VERSION_MAJOR 2
3-
#define VERSION_MINOR 73
3+
#define VERSION_MINOR 73

wiringPi/wiringPi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ int GetMaxPin() {
583583
int FailOnModel5() {
584584
if (PI_MODEL_5 == RaspberryPiModel) {
585585
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") ;
587587
}
588588
return 0;
589589
}

0 commit comments

Comments
 (0)