├── Android ├── HiKey_AOSP_HID-Over-I2C_README.md └── android-hikey-linaro-4.14_hid-over-i2c.patch ├── README.md ├── Raspbian ├── Raspbian_HID-Over-I2C_README.md └── i2c_hid-bcm2708-overlay.dts └── nrf52-i2c-hid-demo ├── drv_i2c_hid.c ├── drv_i2c_hid.h ├── i2c_hid.c ├── i2c_hid.h ├── i2c_hid_descriptors.h ├── i2c_hid_internal_types.h ├── main.c ├── pca10040 └── blank │ ├── armgcc │ ├── Makefile │ └── template_gcc_nrf52.ld │ ├── config │ └── sdk_config.h │ └── ses │ ├── flash_placement.xml │ ├── template_pca10040.emProject │ └── template_pca10040.emSession └── pca10056 └── blank ├── armgcc ├── Makefile └── template_gcc_nrf52.ld ├── config └── sdk_config.h └── ses ├── flash_placement.xml ├── template_pca10056.emProject └── template_pca10056.emSession /Android/HiKey_AOSP_HID-Over-I2C_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/Android/HiKey_AOSP_HID-Over-I2C_README.md -------------------------------------------------------------------------------- /Android/android-hikey-linaro-4.14_hid-over-i2c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/Android/android-hikey-linaro-4.14_hid-over-i2c.patch -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/README.md -------------------------------------------------------------------------------- /Raspbian/Raspbian_HID-Over-I2C_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/Raspbian/Raspbian_HID-Over-I2C_README.md -------------------------------------------------------------------------------- /Raspbian/i2c_hid-bcm2708-overlay.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/Raspbian/i2c_hid-bcm2708-overlay.dts -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/drv_i2c_hid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/drv_i2c_hid.c -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/drv_i2c_hid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/drv_i2c_hid.h -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/i2c_hid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/i2c_hid.c -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/i2c_hid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/i2c_hid.h -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/i2c_hid_descriptors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/i2c_hid_descriptors.h -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/i2c_hid_internal_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/i2c_hid_internal_types.h -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/main.c -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/pca10040/blank/armgcc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/pca10040/blank/armgcc/Makefile -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/pca10040/blank/armgcc/template_gcc_nrf52.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/pca10040/blank/armgcc/template_gcc_nrf52.ld -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/pca10040/blank/config/sdk_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/pca10040/blank/config/sdk_config.h -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/pca10040/blank/ses/flash_placement.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/pca10040/blank/ses/flash_placement.xml -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/pca10040/blank/ses/template_pca10040.emProject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/pca10040/blank/ses/template_pca10040.emProject -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/pca10040/blank/ses/template_pca10040.emSession: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/pca10040/blank/ses/template_pca10040.emSession -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/pca10056/blank/armgcc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/pca10056/blank/armgcc/Makefile -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/pca10056/blank/armgcc/template_gcc_nrf52.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/pca10056/blank/armgcc/template_gcc_nrf52.ld -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/pca10056/blank/config/sdk_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/pca10056/blank/config/sdk_config.h -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/pca10056/blank/ses/flash_placement.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/pca10056/blank/ses/flash_placement.xml -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/pca10056/blank/ses/template_pca10056.emProject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/pca10056/blank/ses/template_pca10056.emProject -------------------------------------------------------------------------------- /nrf52-i2c-hid-demo/pca10056/blank/ses/template_pca10056.emSession: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NordicPlayground/nrf52-i2c-hid-demo/HEAD/nrf52-i2c-hid-demo/pca10056/blank/ses/template_pca10056.emSession --------------------------------------------------------------------------------