
1. sample project, see TencentOS-tiny\board\STM8L052R8T6\IAR\shell 2. ATTENTION: read TencentOS-tiny\board\STM8L052R8T6\IAR\shell\README.md first
230 B
230 B
-
set your uart's baudrate to 9600, too high may not work
-
replace all the tos_mmheap_alloc in tos_shell.c with malloc
replace all the tos_mmheap_free in tos_shell.c with free
That means we would not use tos_mmheap in STM8