93362ed129
c-periphery now supports building on older kernels before 4.8 as there are now checks for the new kernel cdev gpio interface. Also updated hash file to two space format. Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
717 B
Plaintext
17 lines
717 B
Plaintext
config BR2_PACKAGE_C_PERIPHERY
|
|
bool "c-periphery"
|
|
help
|
|
c-periphery is a set of C wrapper functions for GPIO, SPI,
|
|
I2C, MMIO, and Serial peripheral I/O interface access in
|
|
userspace Linux. The c-periphery wrappers simplify and
|
|
consolidate the native Linux APIs to these
|
|
interfaces. c-periphery is useful in embedded Linux
|
|
environments (including BeagleBone, Raspberry Pi,
|
|
etc. platforms) for interfacing with external
|
|
peripherals. c-periphery is re-entrant, uses static
|
|
allocations, has no dependencies outside the standard C
|
|
library and Linux, compiles into a static library for easy
|
|
integration with other projects, and is MIT licensed.
|
|
|
|
https://github.com/vsergeev/c-periphery
|