Files
TencentOS-tiny/board/STM8L052R8T6/IAR/shell/README.md
daishengdong 3ddeb9c5cd support task self delete for STM8, add a sample of shell for STM8
1. sample project, see TencentOS-tiny\board\STM8L052R8T6\IAR\shell
2. ATTENTION: read TencentOS-tiny\board\STM8L052R8T6\IAR\shell\README.md first
2020-02-15 23:22:38 +08:00

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