Skip to content
Commit b1e625ea authored by Florian Olbrich's avatar Florian Olbrich
Browse files

Added initialization code and Kconfig entries to set up the LIS3DSH accelerometer

driver on STM32F4Discovery rev. C boards and attach the associated interrupt callback.

Added the argument parameter (FAR void *arg) to the interrupt handler provided by the LIS3DSH
driver to fit the definition for ISRs in xcpt_t.

Changed the check for working queue availability in lis3dsh interrupt handler to use work_available()
and not crash in case of an overrun.
parent 278532eb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment