1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight/PiOS
lilvinz a7029baa32 pios_jedec: fixed usage of uninitialized memory
When reading the jedec device id the code only transfered one byte via spi leaving
the expected input buffer uninitialized. This may lead to the problem that flash
initialization fails because the expected input may be whatever the stack was set
when entering the function. The impact of the bug is somewhat limited tough as the
initialization usually takes place before starting up the rtos and thus is pretty
deterministic. So if the code passed init while testing it should pass init in
production as well.
2012-11-11 00:31:07 +02:00
..
Boards Make autotuning module optional 2012-08-03 09:37:46 -05:00
Common pios_jedec: fixed usage of uninitialized memory 2012-11-11 00:31:07 +02:00
inc Merge remote-tracking branch 'origin/lilvinz/exti_end_switching_isr' into next 2012-09-27 14:31:16 -05:00
STM32F4xx PIOS_EXTI: Make the line task macro now take in the xHigherTaskPriority variable name 2012-09-28 00:40:36 -05:00
STM32F10x DSMx bindmode delay was too long, satellite binding works again. 2012-10-07 12:09:42 +11:00
pios.h Merged latest origin/next. 2012-05-05 09:40:44 -07:00