Peter Barker
|
17f643719a
|
AP_HAL_ChibiOS: add override keyword in many places
|
2018-11-08 11:30:12 +11:00 |
Andrew Tridgell
|
1f2c24ef7b
|
HAL_ChibiOS: backup storage to microSD if possible
very useful for diagnostics.
This also fixes a bug on boards with flash storage, to not switch to
microSD storage if flash storage available
|
2018-07-11 16:38:03 +10:00 |
Andrew Tridgell
|
63a9b903ba
|
HAL_ChibiOS: added fallback to microSD for param storage
useful for boards without flash sectors setup in bootloader for
storage, but can use microSD
|
2018-07-10 15:41:44 +10:00 |
Andrew Tridgell
|
b961e12456
|
HAL_ChibiOS: support having no flash storage option
|
2018-06-06 07:15:41 +10:00 |
Andrew Tridgell
|
306d35655e
|
HAL_ChibiOS: allow for bare board builds
this allows for a build with no UARTs, no SPI, no I2C, no PWM. Great
for initial board bringup with just USB
|
2018-03-02 12:52:50 +11:00 |
Andrew Tridgell
|
ecce2a73d0
|
HAL_ChibiOS: Storage::_timer_tick is an override
|
2018-02-07 20:33:45 +11:00 |
Andrew Tridgell
|
f14a847b97
|
HAL_ChibiOS: rename classes to remove 'Chibi'
it is redundent as all classes are in ChibiOS namespace, and makes the
code harder to read
|
2018-01-15 11:46:02 +11: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 |