Commit graph

6 commits

Author SHA1 Message Date
Zihao Yu
8d36c3333c thread: fix stack overflow while running fecux on native
* this overwrites the sigmask of saved context, which blocks subsequent
  SIGUSR2 to make yield() not work
2024-01-18 19:50:56 +08:00
Zihao Yu
3975a30198 enforce minimal stack size in rt_thread_create() for native 2024-01-18 19:50:14 +08:00
Zihao Yu
6761ddf7f8 bsp,am,integrate-am-apps: destroy thread when calling halt() 2024-01-18 19:50:14 +08:00
Zihao Yu
69040366c7 components: fix segfault on native by larger stack 2023-10-03 15:21:46 +08:00
Zihao Yu
fed1897b98 components: fix re-entry issue for main() 2023-10-03 15:18:14 +08:00
Zihao Yu
e2376a3709 import RT-Thread@9217865c without bsp, libcpu and components/net 2023-05-20 16:26:38 +08:00