Commit Graph

472 Commits

Author SHA1 Message Date
Connor Gibson
454d50319a Add void argument list for void GetRP1Memory(void)
Function definitions without an argument list are disallowed in C23.
Removed dropped arguments in later call to function.
2025-06-07 15:25:35 -07:00
Manfred Wallner
3cf394b206 Merge pull request #365 from WiringPi/docu-3.16
Docu 3.16
2025-06-06 20:18:22 +02:00
mstroh76
a18355e1d9 move old gpio unit tests 2025-06-06 19:39:45 +02:00
mstroh76
f350e4f857 wiringPiSPISetupMode fix 2025-06-06 19:38:14 +02:00
mstroh
d59f9547f4 Merge pull request #364 from nds2204/patch-1
Update functions.md
2025-06-06 19:28:34 +02:00
mstroh
c4a7a98860 Merge branch 'docu-3.16' into patch-1 2025-06-06 19:28:16 +02:00
Nicolas DA SILVA
7bec94a85a Update functions.md
Missing "Mode" in wiringPiSPISetupMode example
2025-06-06 19:23:47 +02:00
mstroh76
681c5f13ef #363 v3.16 I2C function deutsch 2025-06-06 18:56:01 +02:00
mstroh76
30cbdf9373 #363 v3.16 ISR docu english / deutsch 2025-06-06 18:29:56 +02:00
Manfred Wallner
af7417d5c8 Merge pull request #354 from Next-Door-Tech/cleanup-conditionals
[cleanup] Remove extra indents before `if` followed by `if else`
2025-06-06 12:04:28 +02:00
Connor Gibson
b86be0969d Remove extra indents before if followed by if else
This was driving clangd crazy - replaced with indents between the if and conditional parentheses in most places.
2025-06-05 22:16:43 -07:00
mstroh
9924265347 GPIO Character Device Userspace API Version 2 2025-06-05 20:15:08 +02:00
mstroh
9cf2d3e5d0 Update functions.md 2025-06-05 20:10:56 +02:00
mstroh
e4ade1840d Update functions.md 2025-06-05 19:46:47 +02:00
mstroh
1fdd4f91e9 Update new ISR functions 2025-06-05 19:43:39 +02:00
mstroh
df8e4b9b42 Merge pull request #362 from WiringPi/maint-note
(maint) note on ports-support
2025-06-05 19:01:34 +02:00
Manfred Wallner
26b4d8583e (maint) note on ports-support 2025-06-05 13:35:46 +02:00
Manfred Wallner
ce34a1f5df Merge pull request #350 from Next-Door-Tech/cleanup
[cleanup] Remove comments referencing deprecated `digitalRead8()` and `digitalWrite8()` functions
2025-06-05 13:23:02 +02:00
Manfred Wallner
70a455a2c8 Merge branch 'develop' into cleanup 2025-06-05 13:21:55 +02:00
Manfred Wallner
c17310053e Merge pull request #360 from WiringPi/GPIO_V2_IOCTL
release 3.16 prep.
2025-06-05 13:10:44 +02:00
Manfred Wallner
3931aeb60e Merge pull request #361 from WiringPi/docu
Docu
2025-06-05 13:07:42 +02:00
mstroh
a5f2e09393 Merge branch 'develop' into docu 2025-06-01 11:39:37 +02:00
mstroh
ea0dd8ca8a Merge branch 'develop' into GPIO_V2_IOCTL 2025-06-01 11:36:56 +02:00
Connor Gibson
325bf0eccc [runRemote.c] Remove digitalRead8() and digitalWrite8() comments 2025-05-31 19:45:02 -07:00
Connor Gibson
6c51ad838e [drcNet.c] Remove digitalRead8() and digitalWrite8() comments 2025-05-31 19:45:01 -07:00
Connor Gibson
044af6cb9a Fix indentation 2025-05-31 19:45:01 -07:00
Connor Gibson
fbd4353121 Remove deprecated digitalRead8() and digitalWrite8() functions from comments 2025-05-31 19:45:01 -07:00
mstroh76
b5eac60627 Release 3.16 2025-05-31 19:43:14 +02:00
mstroh76
18a6935530 #264 unit test for gpio wfis 2025-05-31 19:12:22 +02:00
mstroh76
f88e168b40 #264 unit test for gpio wfis 2025-05-31 19:06:30 +02:00
mstroh
5a2a758a98 Merge pull request #353 from Next-Door-Tech/SPIxSetup 2025-05-31 07:05:52 +02:00
mstroh
32ad062c88 Merge pull request #352 from Next-Door-Tech/test-make-gitignore 2025-05-31 07:03:09 +02:00
mstroh
106e58864c Merge pull request #357 from Next-Door-Tech/develop 2025-05-31 06:43:21 +02:00
Connor Gibson
18a1509b5c Update copyright date 2025-05-30 19:15:47 -07:00
Connor Gibson
efbf39df02 Add function definition for wiringPiSPIxSetup() 2025-05-30 19:15:47 -07:00
Connor Gibson
7d30759eac [test/Makefile] Auto-generate .gitignore for test executables 2025-05-30 19:11:09 -07:00
Connor Gibson
365690f612 Merge branch 'master' into develop 2025-05-30 18:01:35 -07:00
mstroh76
e914bb2300 #264 adjust unit test and autodetect unit test 6.2 irq 2025-05-24 12:31:00 +02:00
mstroh76
545eb4f5ed #264 adjust unit test and autodetect unit test 6.2 irq 2025-05-24 12:30:02 +02:00
mstroh76
82a22367fc #264 adjust unit test and autodetect unit test 6.2 irq 2025-05-24 12:28:44 +02:00
mstroh76
bb0af18265 #264 adjust unit test and autodetect unit test 6.2 irq 2025-05-24 12:23:02 +02:00
mstroh76
0b8eede1bd #346 adjust unit test 2025-05-23 20:51:06 +02:00
mstroh76
b87ca97daf #264 adjust unit test and fix is40pin 2025-05-23 19:51:01 +02:00
mstroh
82864ad185 Merge pull request #344 from kovianyo/gpioHelp
Describing pin numbering arguments and wfi modes in gpio help text
2025-05-23 17:41:23 +02:00
mstroh76
18fc04d7f2 #322 check pin numbers after convert to BCM 2025-05-18 21:17:09 +02:00
mstroh76
2f52fa27e5 #264 gpio wfis & unit test 2025-05-16 18:31:28 +02:00
mstroh76
b1b896582e #346 gpio wfidb command and unit test improvment 2025-05-11 20:21:39 +02:00
mstroh76
799b484af0 #346 gpio wfi unit test 2025-05-10 11:55:19 +02:00
mstroh76
d5f0ea06f4 #337 ISr user datat and unit test 2025-05-04 19:41:14 +02:00
mstroh76
08033bc787 #346 unit test adjust 2025-05-04 13:42:35 +02:00