Peter Barker
6338d10b5f
global: create and use HAL_PROGRAM_SIZE_LIMIT_KB
...
We will reserve BOARD_FLASH_SIZE for the internal flash on stm32 flash processors, use HAL_PROGRAM_SIZE_LIMIT_KB in the general code base.
Notable change here is that boards with external flash will start to get features only available with more than 2MB of program storage
2025-02-26 10:06:39 +11:00
Pierre Kancir
5af5e1969b
AP_OLC: add unit tests
2023-10-04 19:00:34 +11:00
Pierre Kancir
02b3da65f0
AP_OLC: use right type and static const variable
2023-10-04 19:00:34 +11:00
Peter Barker
fe37a68266
AP_OLC: move OSD minimised features to minimize_features.inc
2023-02-28 10:40:27 +11:00
Peter Barker
3e75359aef
AP_OLC: tidy includes
2022-05-03 09:14:58 +10:00
Andrew Tridgell
c423bcca65
AP_OLC: fixed build of OSD on SITL
...
failed to link with constexpr, simple fix is to use defines, which
also scopes it inside the cpp
2020-11-12 14:22:44 -08:00
Andrew Tridgell
2b13ad35ec
AP_OLC: remove use of algorithm header
...
not needed
2020-10-01 09:40:45 +10:00
Michel Pastor
8465588467
AP_OLC: clean namespace and use constexpr instead of init method
2020-10-01 09:40:45 +10:00
giacomo892
4eeccb61cd
WAF: Add AP_OLC to build
2020-10-01 09:40:45 +10:00
giacomo892
481d72255f
AP_OLC: Open Location Code support
2020-10-01 09:40:45 +10:00