1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight/PiOS
Stacey Sheldon 154d971d4d flash: don't call vTaskDelay() before OS init
PIOS_Flash_Jedec_EraseChip is called during early
init when the table_magic has changed.  This call
happens on CC/CC3D prior to the OS being initialized
so it is not OK to call vTaskDelay() yet.

This was leading to boards locking up (no flashing blue
LED) immediately after jumping to the application when
the table_magic had changed or was being init'd for the
very first time.
2012-06-24 12:23:34 -04:00
..
Boards Merge branch 'MikeL' into next 2012-06-07 11:31:41 -05:00
Common flash: don't call vTaskDelay() before OS init 2012-06-24 12:23:34 -04:00
inc Merge branch 'next' into MikeL 2012-06-06 11:58:06 -05:00
STM32F4xx Merge branch 'next' into MikeL 2012-06-04 15:38:57 -07:00
STM32F10x Merge remote-tracking branch 'origin/Brian-PipXtreme-V2' into next 2012-05-25 20:37:23 -05:00
pios.h Merged latest origin/next. 2012-05-05 09:40:44 -07:00