Merge branch 'GPIO_V2_IOCTL' into development

This commit is contained in:
Manfred Wallner
2025-02-13 21:39:19 +01:00
committed by GitHub
8 changed files with 243 additions and 39 deletions

View File

@@ -143,6 +143,7 @@ struct wiringPiNodeStruct *wiringPiNodes = NULL ;
// maybe faster then piRP1Model
#define ISRP1MODEL (PI_MODEL_5==RaspberryPiModel || PI_MODEL_CM5==RaspberryPiModel|| PI_MODEL_500==RaspberryPiModel || PI_MODEL_CM5L==RaspberryPiModel)
//RP1 chip (@Pi5) RIO address
const unsigned int RP1_RIO_OUT = 0x0000;
const unsigned int RP1_RIO_OE = (0x0004/4);