1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/flight/PiOS
lilvinz 6daed46ecc pios_i2c: fixed a race condition with wrong bus locking when using FreeRTOS
When more than one task is concurrently trying to access
the same i2c bus and a timeout occurs on bus lock the
transfer would just continue and blow up the pios_i2c
driver. This has been fixed.
2012-12-29 17:20:50 +01:00
..
Boards Merge remote-tracking branch 'op-revo/james/revo' into revo-next 2012-10-30 00:08:43 -04:00
Common OP-742: Merge branch 'corvuscorax/airspeed_fixes' into revo-fixes 2012-12-29 12:09:58 +01:00
inc type fix in header file 2012-11-08 11:12:05 +01:00
STM32F4xx pios_i2c: fixed a race condition with wrong bus locking when using FreeRTOS 2012-12-29 17:20:50 +01:00
STM32F10x pios_i2c: fixed a race condition with wrong bus locking when using FreeRTOS 2012-12-29 17:20:50 +01:00
pios.h Completely refactored airspeed module, now a pure sensor input module without any complex sensor fusion features -- changed driver for mpxv analog airspeed to be more versatile 2012-11-08 01:31:21 +01:00