Andrew Tridgell
|
f04efe7985
|
HAL_ChibiOS: allocate threads from any heap
this fixes a failure on MatekF405-Wing where it fails to allocate the
SPI thread for the IMU
|
2019-02-27 11:59:45 +11:00 |
Andrew Tridgell
|
3ffee081a4
|
HAL_ChibiOS: added palReadLineMode() function
used to change and restore line modes
|
2018-12-14 15:49:08 +11:00 |
Andrew Tridgell
|
c249e26a03
|
HAL_ChibiOS: added a DMA reserve heap
this ensures we keep some DMA-capable memory aside for when it is
needed
|
2018-08-06 15:58:51 +10:00 |
Andrew Tridgell
|
97dae1a03d
|
HAL_ChibiOS: update to match plane 3.9.0beta6
|
2018-08-02 12:38:27 +09:00 |
Andrew Tridgell
|
2b7b499c63
|
HAL_ChibiOS: added support for RTC sig for fast boot
|
2018-06-28 11:35:13 +10:00 |
Andrew Tridgell
|
518d41e0d4
|
HAL_ChibiOS: added OTP defines
|
2018-06-22 08:00:31 +10:00 |
Andrew Tridgell
|
3fc6824bfb
|
HAL_ChibiOS: setup more bootloader config files
|
2018-06-22 08:00:31 +10:00 |
Andrew Tridgell
|
1c4bf3d804
|
HAL_ChibiOS: fixed build warning
|
2018-06-15 11:26:40 +10:00 |
Andrew Tridgell
|
00d919018b
|
HAL_ChibiOS: added RTC clock implementation
|
2018-06-15 08:01:22 +10:00 |
Alexander Malishev
|
eac5d13f1c
|
HAL_ChibiOS: use 2 channels in SoftSigReaderInt.cpp
|
2018-06-06 08:23:51 +10:00 |
Andrew Tridgell
|
2493cdbcb6
|
HAL_ChibiOS: switch to new bouncebuffer system
this removes the dma_flush and dma_invalidate methods and uses a
common bouncebuffer system for all CPU types. This enables microSD
support on STM32F7
|
2018-06-06 07:15:41 +10:00 |
Andrew Tridgell
|
bb2e7a189f
|
HAL_ChibiOS: added a debug function for showing stack free
this can be enabled when needed to investigate stack space remaining
|
2018-06-06 07:15:41 +10:00 |
Andrew Tridgell
|
edb831653f
|
HAL_ChibiOS: added dma_flush and dma_invalidate operations
these are needed to manage the data cache on the STM32F7
|
2018-06-06 07:15:41 +10:00 |
Alexander Malishev
|
1fd52c4e01
|
HAL_ChibiOS: added input capture filter
|
2018-04-28 07:31:58 +10:00 |