Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
%DASHBOARD{ section="banner" | ||||||||
Line: 98 to 98 | ||||||||
Changed: | ||||||||
< < | Stop the thread with press SW1 or "536871016 osThreadTerminate drop" | |||||||
> > | Stop the thread with pressing button SW1 or | |||||||
536871016 osThreadTerminate drop ok. | ||||||||
Changed: | ||||||||
< < | Start the Nightrider with name="Knightrider" priority=48, stack_size=256: | |||||||
> > | Start the Knightrider with name="Knightrider" priority=48, stack_size=256: | |||||||
Changed: | ||||||||
< < | ' knightrider tib 0 osThreadNew | |||||||
> > | /osThreadAttr buffer: threadAttr \ buffer for thread attributes 16 buffer: threadString threadAttr /osThreadAttr 0 fill \ clear the buffer threadString dup 15 accept \ read the thread name Knightrider str0term type threadString threadAttr thName+ + ! 256 threadAttr thStackSize+ + ! 48 threadAttr thPriority+ + ! ' knightrider-thread 0 threadAttr osThreadNew .threads Name State Priority Stack Space MainThread Running 24 0754 CDC_Thread Blocked 24 0087 IDLE Ready 00 0107 HRS_THREAD Blocked 24 0380 Knightrider Blocked 48 0023 UART_TxThread Blocked 40 0217 HCI_USER_EVT_TH Blocked 24 0217 ADV_UPDATE_THRE Blocked 24 0217 CRS_Thread Blocked 40 0207 SHCI_USER_EVT_T Blocked 24 0071 Tmr Svc Ready 02 0209 UART_RxThread Blocked 40 0213 ok. | |||||||
See also osThreadNew![]() |