Commit Graph

  • *
  • |\
  • | *
  • | | *
  • | | *
  • | * |
  • | * |
  • | | | *
  • | | |/
  • | |/|
  • | | | *
  • | | |/
  • | |/|
  • | | | *
  • | | | *
  • | | |/
  • | |/|
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • |/ /
  • | | *
  • | |/
  • |/|
  • | | *
  • | |/
  • |/|
  • | | *
  • * | |
  • |\ \ \
  • | * | |
  • |/ / /
  • | | | *
  • | |_|/
  • |/| |
  • * | |
  • |\ \ \
  • | * | |
  • |/ / /
  • * | |
  • |\ \ \
  • * \ \ \
  • |\ \ \ \
  • | | * | |
  • | |/ / /
  • |/| | |
  • | | | | *
  • | |_|_|/
  • |/| | |
  • | * | |
  • |/ / /
  • | | | *
  • | | | *
  • | |_|/
  • |/| |
  • * | |
  • * | |
  • | | | *
  • | | | |\
  • | |_|_|/
  • |/| | |
  • | | | | *
  • | |_|_|/
  • |/| | |
  • * | | |
  • | | | | *
  • | |_|_|/
  • |/| | |
  • * | | |
  • |\ \ \ \
  • | | | | | *
  • | |_|_|_|/
  • |/| | | |
  • | * | | |
  • * | | | |
  • |\ \ \ \ \
  • * | | | | |
  • | | | | | | *
  • | | | | | | | *
  • * | | | | | | |
  • |\ \ \ \ \ \ \ \
  • * \ \ \ \ \ \ \ \
  • |\ \ \ \ \ \ \ \ \
  • | | | * | | | | | |
  • | |_|/ / / / / / /
  • |/| | | | | | | |
  • | | | * | | | | |
  • | |_|/ / / / / /
  • |/| | | | | | |
  • | * | | | | | |
  • |/ / / / / / /
  • | * | | | | |
  • |/ / / / / /
  • | | | | | *
  • | |_|_|_|/
  • |/| | | |
  • * | | | |
  • |\ \ \ \ \
  • * \ \ \ \ \
  • |\ \ \ \ \ \
  • | | * | | | |
  • | |/ / / / /
  • |/| | | | |
  • | | | | | | *
  • | |_|_|_|_|/
  • |/| | | | |
  • | | | | | | *
  • | |_|_|_|_|/
  • |/| | | | |
  • | | | | | *
  • | |_|_|_|/
  • |/| | | |
  • | | * | |
  • * | | | |
  • |\ \ \ \ \
  • | * | | | |
  • |/ / / / /
  • | | | | | *
  • | | | | | *
  • | | | | | *
  • | | | | | *
  • | | | | | *
  • | |_|_|_|/
  • |/| | | |
  • | | | | | *
  • | * | | | |
  • |/ / / / /
  • | | | | | *
  • | |_|_|_|/
  • |/| | | |
  • | * | | |
  • * | | | |
  • |\ \ \ \ \
  • | * | | | |
  • |/ / / / /
  • * | | | |
  • * | | | |
  • * | | | |
  • |\ \ \ \ \
  • | |_|/ / /
  • |/| | | |
  • * | | | |
  • | * | | |
  • | * | | |
  • | * | | |
  • | * | | |
  • |/ / / /
  • * | | |
  • | | | | *
  • | | | | *
  • | | | | *
  • | | | | *
  • | * | | |
  • | * | | |
  • | |\ \ \ \
  • | | * | | |
  • | | * | | |
  • | |/ / / /
  • | * | | |
  • |/ / / /
  • | | | *
  • | | | | *
  • | |_|_|/
  • |/| | |
  • | | | *
  • | | | *
  • | | | *
  • | | | *
  • | | | *
  • | | | *
  • | | | *
  • | | | *
  • | | | *
  • | | | *
  • 3144bd9 (refs/pull/128/head) Merge branch 'WiringPi:master' into master by PinkFreud 2021-11-22 17:34:21 -0500
  • b197080 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. by Mark Liffiton 2021-11-21 17:36:18 -0600
  • 5c78597 * Update to examples/Makefile * Updated README.md by Jim Parziale 2021-11-22 11:46:01 -0500
  • 9dee54b Incorporated changes from WiringPi-Official v2.60 by Jim Parziale 2021-11-22 11:32:07 -0500
  • 321e67b Pre-create binary directory before copying binary by MichaIng 2021-08-24 20:53:13 +0200
  • 376b682 Remove inappropriate comments by Kurt Tomlinson 2021-11-20 08:53:58 -0500
  • 8f7b99f (refs/pull/134/head) 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. by Mark Liffiton 2021-11-21 17:36:18 -0600
  • 54d9628 (refs/pull/132/head) Remove inappropriate comments by Kurt Tomlinson 2021-11-20 08:53:58 -0500
  • d684de6 (refs/pull/130/head) add i2c read block data by Chokri ZAGROUBA 2021-11-10 12:37:42 +0100
  • 05248ae add i2c write block data by Chokri ZAGROUBA 2021-11-10 11:53:57 +0100
  • 8229a92 Increment VERSION_MINOR, missed in previous commits; add missing Pi Z2W model name to piModelNames by PumpkinPi 2021-11-07 20:58:12 -0500
  • 17f0970 Increment version in VERSION as well - I keep missing places where this number is defined by schwartz 2021-11-04 14:33:59 -0400
  • 464ea16 Increment version in debian-template/wiringPi/DEBIAN/control by schwartz 2021-11-04 14:24:32 -0400
  • 380699d Increment version in version.h by schwartz 2021-11-04 14:18:25 -0400
  • a682a01 Changes to support the Zero 2 W (model type 18|0x12) by schwartz 2021-11-04 14:08:55 -0400
  • 25eb50e (refs/pull/124/head) Enable LDFLAGS flag override by Oleksii Bidnichenko 2021-09-07 11:08:49 +0300
  • ca0abae (refs/pull/123/head) Pre-create binary directory before copying binary by MichaIng 2021-08-24 20:53:13 +0200
  • f06b33c (refs/pull/122/head) apply a06 patch by cuu 2021-08-23 15:30:36 +0800
  • 7f8fe26 Merge pull request #120 from toca21/master by Mark Liffiton 2021-07-26 14:22:01 -0500
  • 5cabf4a (refs/pull/120/head) Fixed the Compute Module 4 pin mode setting. The CM4 is equal to RB4 std platform, not CM3 family as it turned out. by toca21 2021-07-20 21:49:53 +0200
  • 9061c39 (refs/pull/117/head) Add files via upload by labiybafakh 2021-07-06 16:09:31 +0900
  • 6a17382 Merge pull request #115 from Faboor/patch-1 by Mark Liffiton 2021-06-19 11:07:42 -0500
  • 772e119 (refs/pull/115/head) Return error from `softPwmCreate` if `pthread_create` fails by Peter Kovary 2021-06-19 12:55:49 +0100
  • afddd8c Merge pull request #114 from wolfv/patch-1 by Mark Liffiton 2021-06-14 20:56:02 -0500
  • 8b33c32 Merge pull request #111 from MichaIng/patch-1 by Mark Liffiton 2021-06-09 08:43:17 -0500
  • d903619 (refs/pull/114/head) LIBS have to come after OBJ files for recent GCC by Wolf Vollprecht 2021-06-08 17:52:44 +0200
  • 0d3214b (refs/pull/113/head) feat(serial): add timeout option when opening port by allefr 2021-05-14 20:24:18 +0800
  • f152400 (refs/pull/111/head) Update wiringPi.c by MichaIng 2021-05-01 21:32:50 +0200
  • a9f93ca (refs/pull/110/head) Add CMake support by Alligator Descartes 2021-04-02 11:07:49 +0100
  • 80b4249 Add CMake support by Alligator Descartes 2021-04-02 11:01:32 +0100
  • f66c883 Update README.md to clarify project status (#81) by Philip Howard 2021-03-30 16:49:00 +0100
  • 10be948 set WPI_MODE_GPIO as a default mode also for CM4 (#92) by fanoush 2021-03-30 17:47:47 +0200
  • b8570f8 (refs/pull/48/head) Merge branch 'master' into master by Samuel Freeman 2021-03-20 09:04:27 +0800
  • f16e757 (refs/pull/102/head) waitForInterrupt is now essentially wiringPiISR but blocking. by iwishiwasaneagle 2021-03-08 16:50:21 +0000
  • 22fac72 fixes WiringPi/WiringPi#100 (#101) by freddyrios 2021-02-24 04:20:12 +0100
  • 377201b (refs/pull/101/head) fixes WiringPi/WiringPi#100 by freddyrios 2021-02-23 23:41:04 +0100
  • e9821ab Merge pull request #90 from WiringPi/patch-build by Philip Howard 2020-11-28 20:25:02 +0000
  • 8d04bab (refs/pull/92/head) set WPI_MODE_GPIO as a default mode also for CM4 by fanoush 2020-11-27 14:03:38 +0100
  • 0bfff4e (refs/pull/90/head) Update support contacts for INSTALL and gpio.1 by Phil Howard 2020-11-26 20:11:56 +0000
  • 3772a91 Merge pull request #91 from WiringPi/patch-actions by Philip Howard 2020-11-26 20:01:21 +0000
  • 91f3520 Fix for multiple definition of comDat (#76) by akvavit01 2020-11-27 01:57:36 +0700
  • 7bace61 (refs/pull/76/head) Remove unneeded definition. by Mark Liffiton 2020-11-26 12:52:22 -0600
  • b650121 (refs/pull/81/head) Remove duplicate content by Phil Howard 2020-11-26 16:41:19 +0000
  • d4b96c7 Merge pull request #85 from namikata2020/rpi4_8g by Philip Howard 2020-11-26 16:36:49 +0000
  • 4fc9420 Merge pull request #89 from fanoush/master by Philip Howard 2020-11-26 16:19:37 +0000
  • 50fa636 (refs/pull/91/head) First crack at a build workflow by Phil Howard 2020-11-26 16:18:51 +0000
  • 726d5c4 Remove projects@drogon.net contact from build by Phil Howard 2020-11-26 16:09:34 +0000
  • 1aed7f7 (refs/pull/89/head) Add support for Pi 400 and CM4 by fanoush 2020-11-26 15:57:05 +0100
  • 6ca0231 (refs/pull/85/head) Add piMemorySize for rpi4 8G by namikata2020 2020-10-06 14:50:12 +0900
  • 6b2edc5 Update README.md by Philip Howard 2020-09-18 22:43:01 +0100
  • 5c6bab7 Merge pull request #79 from DavidAntliff/debian-fix by Philip Howard 2020-09-14 15:02:31 +0100
  • 6d9ce35 Merge pull request #73 from CoRfr/master by Philip Howard 2020-09-14 14:59:54 +0100
  • f9ff3b4 (refs/pull/79/head) Remove hard-coded destination paths for debian package creation. by David Antliff 2020-09-03 13:16:50 +1200
  • 5f69495 (refs/pull/78/head) Update mcp3002.c by virtuosonic 2020-06-24 15:49:16 -0700
  • 4492ce9 (refs/pull/77/head) Update gpio.c by Bennert 2020-06-24 23:08:35 +0200
  • c69c7d6 Fix for multiple definition of comDat by akvavit01 2020-06-05 18:00:20 +0700
  • ecdff40 non-code cleanup by Jim-P 2020-04-18 16:47:14 -0400
  • 50b7c5e Merge pull request #75 from ykla/master by Mark Liffiton 2020-04-07 21:53:39 -0500
  • 7d8188d (refs/pull/75/head) Add piMemorySize for rpi4 by FindWaySociety-ykla 2020-04-07 17:19:45 +0800
  • 6ed2d0d (refs/pull/74/head) doc CMake on README by Bernardo A. Rodrigues 2020-03-06 15:45:56 +0100
  • fa683c1 CMake install by Bernardo A. Rodrigues 2020-03-06 15:45:31 +0100
  • be46490 ignore build_cmake by Bernardo A. Rodrigues 2020-03-06 14:53:01 +0100
  • d4df9bb mkdir cmake; mv rpi.cmake cmake by Bernardo A. Rodrigues 2020-03-06 14:44:50 +0100
  • a852ef8 bootstrap CMake by Bernardo A. Rodrigues 2020-03-06 14:37:58 +0100
  • 6de8712 (refs/pull/62/head) review comments by Nico Bollen 2020-01-26 22:03:43 +0100
  • 33fbcd7 (refs/pull/73/head) Make external CC and CFLAGS declaration possible by Bertrand Roussel 2020-01-26 11:13:14 -0800
  • 434451c (refs/pull/72/head) added length-specified (in addition to null-terminated) serial put by Phil Dougherty 2020-01-21 13:01:10 -0600
  • 27e209a Changes included from 2.60 (the other Unofficial WiringPi mirror) by Jim-P 2020-01-06 18:56:36 -0500
  • 5bbb6e3 Merge pull request #71 from neuralassembly/master by Mark Liffiton 2019-12-31 15:24:56 -0600
  • 651136a (refs/pull/71/head) Keeping compatibility of hardware clock of Pi 4 with earlier versions. by neuralassembly 2019-12-30 23:40:30 +0900
  • 1f908c5 Small change to reflect new version. by Mark Liffiton 2019-12-29 20:40:42 -0600
  • 2a8e57a Update README, convert to markdown by Mark Liffiton 2019-12-29 20:39:00 -0600
  • 16a23e3 Merge pull request #70 from steveb/master by Mark Liffiton 2019-12-29 20:23:09 -0600
  • 03e88ae (tag: final_official_2.50) One last 2.46->2.50 file update. by Mark Liffiton 2019-12-29 20:12:14 -0600
  • 9aed9a4 (refs/pull/70/head) Increment version to 2.60 by Steve Baker 2019-12-14 20:45:00 +0000
  • 41f941a Fix GPIO pull up/down for Pi4B by Steve Baker 2019-12-14 20:42:06 +0000
  • a49f696 Use correct peripheral address for Pi4B by Steve Baker 2019-12-14 02:01:23 +0000
  • aca883a Add support for Raspberry Pi 4B by Steve Baker 2019-12-14 01:09:13 +0000
  • 03204c3 (refs/pull/69/head) Sync with changes from wiringpi_2.50.orig.tar.gz by Steve Baker 2019-12-14 13:42:07 +1300
  • 6b1941c (refs/pull/68/head) Add GPIOH_5 by frank 2019-12-03 18:46:16 +0800
  • 03970fd Add spidf gpio by frank 2019-12-03 18:37:52 +0800
  • 101320e remove debu info by frank 2019-12-03 18:18:25 +0800
  • bbbcc5f add gpiomemao about gpioao by frank 2019-12-03 18:10:22 +0800
  • b80d635 Update repository description. by Jim-P 2019-11-17 17:54:54 -0500
  • 94c07ac Merge pull request #1 from nuncio-bitis/nuncio-devel by Jim-P 2019-11-17 17:45:28 -0500
  • 93300f8 (refs/pull/67/head, refs/pull/66/head) Code and Makefile changes to date by Jim-P 2019-11-17 17:36:26 -0500
  • 853a774 Version numb er changes for RaspberryPi 4 by Jim-P 2019-11-17 17:35:44 -0500
  • e58a48d Remove update utility that pointed to Drogon space. by Jim-P 2019-11-17 17:30:09 -0500
  • 0297835 error : gpio readall error by frank 2019-11-11 16:13:34 +0800
  • cd8e377 (refs/pull/65/head) Add RPi4 detection by Igor Kanyuka 2019-10-03 19:14:25 -0700
  • a4a6c6a khadas vim1 GPIOAO pin number correct by frank 2019-08-14 18:17:39 +0800
  • 7e74b4d change VIM1 basic number by frank 2019-08-12 17:20:13 +0800
  • 425b0c9 add Edge-V board info to select Borads function by frank 2019-08-12 14:55:24 +0800
  • fb75a2d add compile for android and add support for edge-v by goenjoy 2019-08-08 14:56:04 +0800
  • 75dfe88 debug with pwmwrite funcation error by frank 2019-08-07 17:23:41 +0800
  • 66f1458 modified VIM3 GPIO by frank 2019-07-08 14:22:41 +0800
  • 0f7d6fc modified VIM3 GPIO by frank 2019-07-08 13:59:20 +0800
  • edb68a1 add getALT function with new GPIOs by frank 2019-07-08 11:33:54 +0800
  • 5e6670d modified VIM2 GPIO by frank 2019-07-08 11:21:02 +0800
  • cd1ec28 modified VIM1 GPIO by frank 2019-07-08 10:50:45 +0800