mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 03:01:57 +00:00
This app is needed for Arduino101 only, or boards using the Curie module. BMI160 interrupt pin is connected to AON GPIO controller. The driver handling the AON GPIO controller runs on x86 core. Even though, the AON GPIO controller is accesible to ARC core too, the current implementation for Designware controller driver does not allow it. Hence, this app will register a gpio callback and signal the ARC core through IPM. Other boards that use a gpio pin on the regular GPIO controllers don't need this app. Origin: Original Change-Id: I225ca60735e39c7a47693dc53237f48cd9ac2680 Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> |
||
---|---|---|
.. | ||
bluetooth | ||
cpp_synchronization | ||
drivers | ||
environmental_sensing | ||
hello_world | ||
ipm | ||
kernel_event_logger | ||
net | ||
nfc/nfc_hello | ||
philosophers | ||
power | ||
sensor | ||
shell | ||
synchronization |