Commit Graph

216 Commits

Author SHA1 Message Date
Manfred Wallner
256cfe9581 Update README.md 2024-02-25 20:21:13 +01:00
Manfred Wallner
a6a800c51a Update README.md 2024-02-25 20:18:05 +01:00
Manfred Wallner
5a79e5bc29 Merge pull request #23 from GrazerComputerClub/Pi5
V3 preparation / Pi5 support
2024-02-25 20:13:36 +01:00
Manfred Wallner
2ea22011d3 Merge branch 'master' into Pi5 2024-02-25 20:12:51 +01:00
Manfred Wallner
272f08b2c7 Update README.md 2024-02-25 19:58:02 +01:00
mstroh76
e0abd481fa #22 2024-02-25 10:16:33 +01:00
mstroh76
49997b9568 #17 2024-02-17 13:40:29 +01:00
mstroh76
107b9ee4c2 #17 PinDrive 2024-02-16 21:16:20 +01:00
mstroh76
9796fa7fb1 #17 setPadDrive 2024-02-16 18:29:26 +01:00
mstroh76
3e60ec4d23 #17 2024-02-12 21:01:39 +01:00
mstroh76
af5baeac32 #17 2024-02-11 20:22:00 +01:00
mstroh76
6d0c68b75d #17 2024-02-11 17:06:30 +01:00
mstroh76
6bf2c1d924 Merge branch 'Pi5' of github.com:GrazerComputerClub/WiringPi into Pi5 2024-02-11 14:12:33 +01:00
mstroh76
76fb93fb43 #17 2024-02-11 14:10:22 +01:00
mstroh76
ba2cb0f9b3 Update README.md 2024-02-04 16:30:14 +01:00
mstroh76
e8e3f78574 #16 2024-02-04 16:26:31 +01:00
mstroh76
3094b8daaa Version 2.72 for Pi 5 sysfs support 2024-02-04 14:09:54 +01:00
mstroh76
888d88ef6e #16 2024-01-27 19:24:43 +01:00
mstroh76
bde772c4b0 #16 2024-01-27 16:41:46 +01:00
mstroh76
d1df517fa3 #16 2024-01-27 16:38:26 +01:00
mstroh76
eae109e6f8 #16 2024-01-27 16:36:03 +01:00
mstroh76
19874871de #16 2024-01-27 16:33:04 +01:00
mstroh76
6f9b9ecf5c #15 2024-01-27 15:27:46 +01:00
mstroh76
f01ff41b3a #15 2024-01-27 09:09:18 +01:00
mstroh76
6d5108edf2 #15 2024-01-27 09:03:25 +01:00
mstroh76
c1f593c983 Update README.md 2024-01-22 21:10:44 +01:00
mstroh76
fe3c57f38d GC2 fork descripton 2024-01-22 21:09:02 +01:00
mstroh76
2eac1e36c7 Version 2.71 2024-01-20 15:22:12 +01:00
mstroh76
2e157dcfed Update control 2024-01-15 11:42:59 +01:00
mstroh76
66f6c0d71e Update Update VERSION to 2.71 2024-01-15 11:41:01 +01:00
mstroh76
02f93ea93e Update and rename version.h to Update VERSION to 2.71 2024-01-15 11:40:53 +01:00
mstroh76
e223892b22 Update VERSION to 2.71 2024-01-15 11:35:22 +01:00
mstroh76
af9f887aa9 Fix /proc/cpuinfo on new Raspberrys without Hardware line 2024-01-15 11:33:58 +01:00
Philip Howard
91284c4275 Add archive message to README.md 2023-10-31 12:43:31 +00:00
clach04
f97a623016 link to latest archived deprecation news (#177)
Old link 404s
2023-02-22 22:31:37 -06:00
Philip Howard
1ad03dd326 Merge pull request #154 from WiringPi/deb-prep
Prep for deb release as 2.70
2022-02-09 12:06:55 +00:00
Philip Howard
a83d64ea6c Prep for deb release as 2.70
This is a general tidyup to detach this fork better from Gordon, who was (and perhaps still is) completely inundated with WiringPi-related support questions.

This changeset includes a number of tweaks which should reduce support burden on Gordon. I believe they are essential if we plan to release a new debian package.

They should - hopefully - not reduce or make ambiguous the origins of this code while achieving the above.

* Remove Gordon's email address from all source files to avoid support queries finding their way to him
* Update wiringPi URLs to the GitHub repository to try and keep bugs/issues within the fork
* Bump version to 2.70 ready for a debian package release
* Update debian package maintainer info, add bugs & homepage URLs to this repository
2022-02-09 11:58:59 +00:00
Mark Liffiton
5de0d8f573 Add comment w/ source for board type codes. 2021-12-23 12:27:13 -06:00
PinkFreud
a8112d8677 Add support for the Zero 2 W (#128)
* Changes to support the Zero 2 W (model type 18|0x12)

* Increment version in version.h

* Increment version in debian-template/wiringPi/DEBIAN/control

* Increment version in VERSION as well - I keep missing places where this number is defined

* Increment VERSION_MINOR, missed in previous commits; add missing Pi Z2W model name to piModelNames

Co-authored-by: schwartz <pi@schwartz>
Co-authored-by: PumpkinPi <jack@mirkwood.net>
2021-12-23 12:22:09 -06:00
Mark Liffiton
b1970802ba Reduce size of a buffer to quiet a spurious warning. Fixes #133.
A recent compiler complains about the sprintf() in authenticate() being able to
write up to 1023 bytes into challenge, which is not possible given that getChallenge()
returns a string 10 bytes smaller than whatever string is in its 1024 byte buffer.
Reducing the size of the buffer in getChallenge() quiets the warning.  It should not
affect anything else, as the challenge string is used as a salt that must be <= 96 bits.
2021-11-22 11:49:47 -06:00
MichaIng
321e67b8ad Pre-create binary directory before copying binary
This may exist in most cases, but occasionally it does not and it aligns with the way the man page directory is pre-created as well.

Signed-off-by: MichaIng <micha@dietpi.com>
2021-11-21 19:36:12 -06:00
Kurt Tomlinson
376b682dca Remove inappropriate comments 2021-11-21 19:33:39 -06:00
Mark Liffiton
7f8fe26e4f Merge pull request #120 from toca21/master
Fixed the Compute Module 4 pin mode setting.
2021-07-26 14:22:01 -05:00
toca21
5cabf4a4f8 Fixed the Compute Module 4 pin mode setting. The CM4 is equal to RB4 std platform, not CM3 family as it turned out. 2021-07-20 21:49:53 +02:00
Mark Liffiton
6a17382a0a Merge pull request #115 from Faboor/patch-1
Return error from `softPwmCreate` if `pthread_create` fails
2021-06-19 11:07:42 -05:00
Peter Kovary
772e1198dd Return error from softPwmCreate if pthread_create fails
If `pthread_create` fails, `newPin` will never get reset to -1 and process would hang. This change will return from `softPwmCreate` immediately if  `pthread_create` returns a non-zero value and avoid hanging forever.
2021-06-19 12:55:49 +01:00
Mark Liffiton
afddd8c504 Merge pull request #114 from wolfv/patch-1
LIBS have to come after OBJ files for recent GCC
2021-06-14 20:56:02 -05:00
Mark Liffiton
8b33c328be Merge pull request #111 from MichaIng/patch-1
Fix build warnings
2021-06-09 08:43:17 -05:00
Wolf Vollprecht
d903619255 LIBS have to come after OBJ files for recent GCC 2021-06-08 17:52:44 +02:00
MichaIng
f152400923 Update wiringPi.c
wiringPi.c:1328:21: warning: ‘digitalWrite8Dummy’ defined but not used [-Wunused-function]
 1328 | static         void digitalWrite8Dummy       (UNU struct wiringPiNodeStruct *node, UNU int pin, UNU int value) { return ; }
      |                     ^~~~~~~~~~~~~~~~~~
wiringPi.c:1327:21: warning: ‘digitalRead8Dummy’ defined but not used [-Wunused-function]
 1327 | static unsigned int digitalRead8Dummy        (UNU struct wiringPiNodeStruct *node, UNU int UNU pin)            { return 0 ; }
      |                     ^~~~~~~~~~~~~~~~~

The related nodes at line 1360 and 1362 have been commented before.

Signed-off-by: MichaIng <micha@dietpi.com>
2021-05-01 21:32:50 +02:00