Add gran allocator also to user side in protected build

This is needed for DMA capable memory for fat also in the user side;
the file system doesn't seem to work reliably without.

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
Jukka Laitinen 2022-02-24 15:32:34 +02:00 committed by Beat Küng
parent 49b089f149
commit 005095d199
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# Build the user side px4_layer
add_library(px4_layer
board_dma_alloc.c
board_fat_dma_alloc.c
tasks.cpp
console_buffer_usr.cpp
usr_mcu_version.cpp