增加mpu支持

This commit is contained in:
root
2023-08-26 23:12:31 +08:00
parent d0d3c7ffb7
commit 32a77c697d
27 changed files with 464 additions and 242 deletions

View File

@@ -44,6 +44,4 @@ size_t mem_get_free_size(mem_t *_this);
struct mem_heap *mem_get_free(mem_t *_this, struct mem_heap *next,
int32_t hope_size, uint32_t *ret_addr);
#if MEM_TRACE
void mem_trace(mem_t *_this);
#endif