59740349fa
* memory managment calls now forwarded to freertos heap * memory managment tests * local target test compability * rename heap.c file to heap_4.c for local target and explicity init heap in single thread context * rebase BlockLink_t struct * check mutex in local heap Co-authored-by: aanper <mail@s3f.ru>
9 lines
192 B
C
9 lines
192 B
C
#pragma once
|
|
|
|
#include "api-basic/furi.h"
|
|
//#include "api-basic/flapp.h"
|
|
#include "cmsis_os2.h"
|
|
#include "api-basic/valuemutex.h"
|
|
//#include "api-basic/pubsub.h"
|
|
|
|
#include "api-basic/memmgr.h" |