Commit Graph

42 Commits

Author SHA1 Message Date
sasha80
ade3b26942 Добавлен пример для работы прерывания по gpio 2026-04-15 11:34:49 +03:00
mstroh76
cd882f6cf3 #412 Update Version und date to 2026 2026-01-10 17:35:57 +01:00
mstroh76
b5eac60627 Release 3.16 2025-05-31 19:43:14 +02:00
mstroh76
38274fe6e8 #346 GPIO Character Device Userspace API V2 - compatibility to old interface 2025-05-02 13:10:40 +02:00
phylax2020
2f35ff5ec8 Version v3.16: added wfi status for wiringPiISR and waitForInterrupt 2025-02-20 11:29:30 +01:00
phylax2020
a7e20b8bf7 wiringPi.c : memory leak in wiringPiISR and wiringPiISRStop fixed 2025-02-16 22:53:08 +01:00
phylax2020
92be5caccd Version 3.14: WiringPi functions upgrade to GPIO_V2 IOCTL 2025-02-11 16:02:33 +01:00
phylax2020
0bf457519d Version 3.13 : debounce time added for wiringPiISR and waitForInterrupt library functions. Documentation update 2025-01-29 19:09:32 +01:00
mstroh76
c154cbcc1d #301 v3.12 2025-01-05 14:52:55 +01:00
mstroh76
60a7455a9d #294 2024-11-10 19:02:13 +01:00
mstroh76
9e7c71f67d #280 2024-09-09 14:49:15 +02:00
mstroh76
ed871f258a #279 root.root -> root:root 2024-09-08 18:54:58 +02:00
mstroh76
385d5b4b25 #271 Pi4 too high freq at pwmc 100 2024-08-31 18:45:23 +02:00
mstroh76
ffccd873a4 #261 2024-07-14 18:32:40 +02:00
Manfred Wallner
575afa6c1c Merge branch 'develop' into spi 2024-06-02 11:57:02 +02:00
mstroh76
3de56b65cb 3.6 version release 2024-06-02 11:47:32 +02:00
Manfred Wallner
ceecceee0b Merge branch 'develop' into deprecated 2024-05-14 10:23:48 +02:00
mstroh76
5546986129 #243 2024-05-12 17:33:43 +02:00
mstroh76
ced6ff6ea6 #239 2024-05-09 15:37:18 +02:00
mstroh76
c28abd6661 #234 2024-05-05 15:02:34 +02:00
mstroh76
1b1955d3e3 new Version 3.3 for #219 2024-04-16 18:55:53 +02:00
mstroh76
c1a86f41f2 #204 2024-03-22 18:21:18 +01:00
mstroh76
07cd89baa7 version 3.1 2024-03-10 18:14:23 +01:00
mstroh76
6590de3ef4 #195 2024-03-09 19:29:42 +01:00
mstroh76
ec538c595d V3 2024-02-27 19:42:24 +01:00
Manfred Wallner
4909adfe1d prepare v3, fix some docs 2024-02-25 20:30:01 +01:00
Manfred Wallner
2ea22011d3 Merge branch 'master' into Pi5 2024-02-25 20:12:51 +01:00
mstroh76
af5baeac32 #17 2024-02-11 20:22:00 +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
2eac1e36c7 Version 2.71 2024-01-20 15:22:12 +01:00
mstroh76
02f93ea93e Update and rename version.h to Update VERSION to 2.71 2024-01-15 11:40:53 +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
Steve Baker
9aed9a4415 Increment version to 2.60
Now that the upstream maintainer has abandoned this project without
establishing another maintainer, its difficult to choose an appropriate
version number. Going with 2.60 for now, as this only has incremental
changes to support 4B.
2019-12-14 20:45:00 +00:00
Steve Baker
03204c3807 Sync with changes from wiringpi_2.50.orig.tar.gz
Sourced from http://archive.ubuntu.com/ubuntu/pool/universe/w/wiringpi/wiringpi_2.50.orig.tar.gz
2019-12-14 13:42:07 +13:00
Gordon Henderson
8d188fa0e0 update for the v3+ 2018-03-14 07:17:04 +00:00
Gordon Henderson
96344ff712 Fixed GPIO based address for Pi Zero-W 2017-03-03 15:56:24 +00:00
Gordon Henderson
e8da87fbac Added a fix to include -lcrypt for people who can't do it themselves.
Added gpio readall support for the Pi 0W.
2017-03-01 11:55:19 +00:00
Gordon Henderson
70fa99a127 Bumped the version to 2.40 - correctly this time, I hope.
Added fixed for a few minor things. pin driver for rht03/dht type
sensors. Network stuff is experimental - for now.
2017-02-27 19:51:32 +00:00
Gordon Henderson
e687f3f2c6 Pushing to 2.39 as I have have not done the last one rightly... 2017-01-24 12:13:39 +00:00
Gordon Henderson
e77ee78b4d Minor changes for the CM3.
Fixed some compiler warnings.
New wiringPi version mechanism.
Put 4800 baud (back) into the system.
Re-added piBoardRev (really an alias of piGpioLayout())
2017-01-21 17:35:10 +00:00