mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 06:55:58 +00:00
Directly use AON GPIO trigger instead of IPM. In the past, SW did not allow arc to receive AON GPIO interrupt. So, interrupt from BMI160 was routed to x86 cpu. Then, x86 cpu passed the event to arc through IPM. But, SW was updated and arc is able to directly receive interrupt from AON GPIO now. So, IPM is not needed any more. Both IPM and GPIO triggering code is there. We just need to change the configuration by modifying the prj config file. The x86 code will be removed since it will not be used any more. Change-Id: Ibc4250a34218cc52bf4c726cf70617cfdea3b2e8 Signed-off-by: Baohong Liu <baohong.liu@intel.com> |
||
---|---|---|
.. | ||
bme280 | ||
bmg160 | ||
bmi160 | ||
fxos8700 | ||
magn_polling | ||
max44009 | ||
mcp9808 | ||
sx9500 | ||
th02 | ||
thermometer | ||
tmp112 |