Andrew Tridgell
|
654b70da67
|
HAL_ChibiOS: allow HAL_Semaphore in the bootloader
|
2024-01-21 12:30:08 +11:00 |
Andrew Tridgell
|
8a027eddb0
|
HAL_ChibiOS: implement BinarySemaphore
and removed event handles
|
2024-01-03 07:37:05 +11:00 |
Andrew Tridgell
|
638e20a0b9
|
HAL_ChibiOS: bring in hal.h where it is needed
|
2022-02-22 12:13:19 +11:00 |
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
|
2020-01-19 20:19:30 +11:00 |
Mirko Denecke
|
b84dcd483d
|
AP_HAL_ChibiOS: remove unnecessary tabs and whitespaces
|
2019-10-21 08:01:56 +11:00 |
Andrew Tridgell
|
dc20e2baed
|
HAL_ChibiOS: support recursive semaphores
|
2018-08-25 15:44:36 +10:00 |
Andrew Tridgell
|
dabdb969f6
|
HAL_ChibiOS: added support for HAL_Semaphore type
|
2018-08-16 12:40:10 +10:00 |
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
|
2018-04-12 11:50:44 +10:00 |
Andrew Tridgell
|
8b6bab7b17
|
HAL_Chibios: added ChibiOS HAL
this is based on initial work by Sid, reset here for easier merging
|
2018-01-15 11:46:02 +11:00 |