mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 08:36:08 +08:00
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:
committed by
Beat Küng
parent
49b089f149
commit
005095d199
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user