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
This commit is contained in:
daishengdong
2020-02-15 23:22:38 +08:00
parent 7a0966a2cc
commit 3ddeb9c5cd
34 changed files with 7181 additions and 191 deletions

View File

@@ -50,7 +50,6 @@ typedef uint32_t cpu_hrtimer_t;
typedef uint32_t cpu_hrtimer_t;
#endif
//typedef cpu_addr_t size_t;
typedef cpu_addr_t cpu_cpsr_t;
#endif

View File

@@ -50,7 +50,6 @@ typedef uint32_t cpu_hrtimer_t;
typedef uint32_t cpu_hrtimer_t;
#endif
//typedef cpu_addr_t size_t;
typedef cpu_addr_t cpu_cpsr_t;
#endif

View File

@@ -50,7 +50,6 @@ typedef uint32_t cpu_hrtimer_t;
typedef uint32_t cpu_hrtimer_t;
#endif
//typedef cpu_addr_t size_t;
typedef cpu_addr_t cpu_cpsr_t;
#endif

View File

@@ -50,7 +50,6 @@ typedef uint32_t cpu_hrtimer_t;
typedef uint32_t cpu_hrtimer_t;
#endif
//typedef cpu_addr_t size_t;
typedef cpu_addr_t cpu_cpsr_t;
#endif