Skip to content
View kbingham's full-sized avatar

Block or report kbingham

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. libcamera libcamera Public

    libcamera - Making complex cameras easy. This is a personal fork, please use the upstream repository at https://git.libcamera.org/libcamera/libcamera.git/

    C++ 189 68

  2. linux-cameras linux-cameras Public

    My (personal) public tracker for supporting cameras on linux

    3

  3. xhk xhk Public

    XLib HalfKeyboard implementation

    C 17 9

  4. kbuilder kbuilder Public

    A makefile based build system for building kernels

    Makefile 3

  5. My Generic Makefile.Useful for creat... My Generic Makefile.Useful for creating a simple build for a single target from a set of c files.This could extended to provide support for other languages, or cross compilations.Let me know if you find this useful, or make any useful (generic) updates that are worth sharing.
    1
    # Kierans Generic Makefile
    2
    # www.kieranbingham.co.uk
    3
    
                  
    4
    # Default to build with multiple instances for speed
    5
    MAKEFLAGS =+ -j
  6. board-fram board-fram Public

    Forked from geertu/board-fram

    Board Farm Remote Access Management

    Shell