Matrix: Build all affected Kernels / Check Kernel patches Waiting for pending jobs Matrix: Build all affected Kernels / Build Kernel with external toolchain Waiting for pending jobs Matrix: Build all affected Kernels / Upload ccache cache to s3 Waiting for pending jobs Oh hello! Nice to...
@@ -93,14 +94,4 @@ int gpio_get_value(unsigned gpio); * @return 0 if ok, -1 on error */ int gpio_set_value(unsigned gpio, int value); /** * Request a gpio. This should be called before any of the other functions * are used on this gpio. * * @param gp GPIO number *...