add IAP sample project, mini program manual

see:
doc/20.In_Application_Programming_based_EVB_MX_Plus.md
This commit is contained in:
daishengdong
2020-04-15 18:11:13 +08:00
parent 3500ccd27c
commit 5c21ce702f
49 changed files with 8111 additions and 91 deletions

View File

@@ -262,6 +262,13 @@ __KNL__ k_err_t mmheap_init(void);
__KNL__ k_err_t mmheap_init_with_pool(void *pool_start, size_t pool_size);
#else /* if mmheap is not enabled, use libc instead */
#define tos_mmheap_alloc malloc
#define tos_mmheap_calloc calloc
#define tos_mmheap_realloc realloc
#define tos_mmheap_free free
#endif
__CDECLS_END