Buzz
|
bb8998bdef
|
AP_HAL_ESP32: new HAL layer for esp32
see libraries/AP_HAL_ESP32/README.md for more.
Author: Charles Villard <charlesvillard10@gmail.com>
Author: Buzz <davidbuzz@gmail.com>
|
3 years ago |
Andrew Tridgell
|
982cff0695
|
AP_HAL_ChibiOS: make all semaphores recursive
the cost is very similar and this prevents an easy coding error which
can occur on less used code paths
|
5 years ago |
Mirko Denecke
|
b84dcd483d
|
AP_HAL_ChibiOS: remove unnecessary tabs and whitespaces
|
5 years ago |
Andrew Tridgell
|
dc20e2baed
|
HAL_ChibiOS: support recursive semaphores
|
7 years ago |
Andrew Tridgell
|
dabdb969f6
|
HAL_ChibiOS: added support for HAL_Semaphore type
|
7 years ago |
Andrew Tridgell
|
e4ce2f532b
|
HAL_ChibiOS: make smaller builds possible
this allows for much smaller builds when you disable a lot of
options. This is part of an effort to create a bootloader of less than
16k using ChibiOS
|
7 years ago |
Andrew Tridgell
|
8b6bab7b17
|
HAL_Chibios: added ChibiOS HAL
this is based on initial work by Sid, reset here for easier merging
|
7 years ago |