mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
The LibrePilot open source project was founded in July 2015. It focuses on research and development of software and hardware to be used in a variety of applications including vehicle control and stabilization, unmanned autonomous vehicles and robotics.
e892dcb033
Since the EXTI and NVIC init routines automatically enable the IRQ when it is configured, it is possible for the EOC interrupt to fire immediately upon configuring the IRQ. Since the handler for the EOC interrupt (EXTI15_10_IRQHandler) does a xSemaphoreGiveFromISR, it is important to have the semaphore initialized prior to enabling the interrupt. Also, added missing include for altitude module. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@654 ebee16cc-31ac-478f-84a7-5cbb03baadba |
||
---|---|---|
artwork | ||
flight | ||
ground | ||
.gitignore | ||
CREDITS.txt | ||
Makefile |