瀏覽代碼

Merge branch 'master' into Pi5

pull/188/head
Manfred Wallner 9 月之前
committed by GitHub
父節點
當前提交
2ea22011d3
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 4 個檔案被更改,包括 10 行新增3 行删除
  1. +7
    -0
      README.md
  2. +1
    -1
      VERSION
  3. +1
    -1
      version.h
  4. +1
    -1
      wiringPi/wiringPi.c

+ 7
- 0
README.md 查看文件

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

Raspberry Pi 5 Roadmap
-----

* 2.71 Raspberry Pi 4 (Bookworm)
* 2.72 Raspberry Pi 5 sysfs support
* 2.73 Raspberry Pi 5 gpiomem support

BananaPi M2 Zero
-----



+ 1
- 1
VERSION 查看文件

@@ -1 +1 @@
2.73
2.73

+ 1
- 1
version.h 查看文件

@@ -1,3 +1,3 @@
#define VERSION "2.73"
#define VERSION_MAJOR 2
#define VERSION_MINOR 73
#define VERSION_MINOR 73

+ 1
- 1
wiringPi/wiringPi.c 查看文件

@@ -583,7 +583,7 @@ int GetMaxPin() {
int FailOnModel5() {
if (PI_MODEL_5 == RaspberryPiModel) {
return wiringPiFailure (WPI_ALMOST, "Function not supported on Raspberry Pi 5.\n"
" Unable to continue. Keep an eye of new versions at https://github.com/GrazerComputerClub/WiringPi\n") ;
" Unable to continue. Keep an eye of new versions at https://github.com/wiringpi/wiringpi\n") ;
}
return 0;
}


Loading…
取消
儲存