Commit Graph

108 Commits

Author SHA1 Message Date
mstroh76
0fab17c768 #262 2024-07-14 18:37:03 +02:00
mstroh76
ffccd873a4 #261 2024-07-14 18:32:40 +02:00
mstroh76
b5a1448624 #256 PiFace test 2024-06-16 16:29:58 +02:00
mstroh76
7fa40ba6f8 add API call getPinModeAlt 2024-05-31 17:33:39 +02:00
mstroh76
4db79da55b #244 add API call getPinModeAlt 2024-05-30 16:52:04 +02:00
Manfred Wallner
9452d3c0c3 Merge branch 'develop' into GPIOAPI 2024-05-03 21:37:04 +02:00
Manfred Wallner
7e89062466 Merge branch 'develop' into pwm 2024-05-03 21:27:49 +02:00
Manfred Wallner
0297d12d10 Merge pull request #229 from WiringPi/warnings
Warnings
2024-05-03 21:27:24 +02:00
mstroh76
9044333c75 #231 2024-05-03 20:29:43 +02:00
mstroh76
23b7251a2d #227 2024-05-03 14:36:09 +02:00
mstroh76
4eea4634dd #210 2024-05-01 20:31:21 +02:00
mstroh76
f3415b593c #225 2024-05-01 20:28:52 +02:00
mstroh76
e20bda7a12 #210 2024-04-28 17:40:19 +02:00
mstroh76
d3a23725b8 #210 2024-04-27 18:19:46 +02:00
Benjamin Braunfels
2b383b167e Fixed warnings and removed unused function 2024-04-26 14:35:50 +02:00
mstroh76
ad6d821329 #219 boost speed and improve compatibility with sysfs 2024-04-20 19:48:33 +02:00
mstroh76
b0c5793086 #219 2024-04-16 18:50:37 +02:00
mstroh76
34b0f368a7 #221 2024-04-15 12:49:38 +02:00
mstroh76
e7726a4f0a #221 2024-04-14 11:51:38 +02:00
Manfred Wallner
370f6112f7 [MAINT] typo 2024-04-02 21:55:47 +02:00
Manfred Wallner
d2c8b63849 [MAINT] typos 2024-04-02 21:45:25 +02:00
mstroh76
4046741cd7 #208 2024-03-25 16:38:18 +01:00
mstroh76
b832d204e5 #204 fix message: ISR function alread active, ignoring 2024-03-24 11:10:59 +01:00
mstroh76
c1a86f41f2 #204 2024-03-22 18:21:18 +01:00
mstroh76
8ca0819c0c #200 2024-03-15 19:57:38 +01:00
mstroh76
e058081427 #194 2024-03-09 20:59:24 +01:00
mstroh76
6590de3ef4 #195 2024-03-09 19:29:42 +01:00
mstroh76
39663ba396 #194 2024-03-09 14:11:06 +01:00
mstroh76
417d54649d #25 2024-02-27 20:22:54 +01:00
mstroh76
d9486acc1a V3 2024-02-27 20:01:55 +01:00
Manfred Wallner
2ea22011d3 Merge branch 'master' into Pi5 2024-02-25 20:12:51 +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
76fb93fb43 #17 2024-02-11 14:10:22 +01:00
mstroh76
e8e3f78574 #16 2024-02-04 16:26:31 +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
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
af9f887aa9 Fix /proc/cpuinfo on new Raspberrys without Hardware line 2024-01-15 11:33:58 +01: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
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
Kurt Tomlinson
376b682dca Remove inappropriate comments 2021-11-21 19:33:39 -06:00