|
|
@@ -1,5 +1,7 @@
|
|
|
#pragma once
|
|
|
|
|
|
+#include "mpconfigport.h"
|
|
|
+
|
|
|
// Define so there's no dependency on extmod/virtpin.h
|
|
|
#define mp_hal_pin_obj_t
|
|
|
|
|
|
@@ -13,3 +15,7 @@ void mp_flipper_stdout_tx_str(const char* str);
|
|
|
void mp_flipper_stdout_tx_strn_cooked(const char* str, size_t len);
|
|
|
|
|
|
mp_flipper_import_stat_t mp_flipper_import_stat(const char* path);
|
|
|
+
|
|
|
+#ifdef MP_FLIPPER_SPLIT_HEAP
|
|
|
+size_t mp_flipper_gc_get_max_new_split();
|
|
|
+#endif
|