[bsp][k210] Add get_free_heap_size function.

* Add get_free_heap_size function;
* Increase shell stack for KPU module.
This commit is contained in:
Bernard Xiong
2018-12-23 14:11:25 +08:00
parent da612ebaf6
commit 597d71cc03
8 changed files with 71 additions and 4 deletions
+1
View File
@@ -5,6 +5,7 @@ from building import *
cwd = GetCurrentDir()
src = Split('''
board.c
heap.c
drv_uart.c
''')
CPPPATH = [cwd]