Difference: CmsisRtos (23 vs. 24)

Revision 242021-01-22 - PeterSchmid

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
%DASHBOARD{ section="banner"
Line: 11 to 11
  Forth systems traditionally make use of cooperative multitasking. It is very simple and clever. But it has its limits. If you write all your software by yourself, each software part can be cooperative. But if you want to benefit from middleware written by somebody else (and most probably not written in Forth), you can be sure that software is not cooperative (in the context of multitasking). Forth wants to rule your system. I would like to have a Forth system that is cooperative. It should extend the system, to make it interactive and easy to use.
Changed:
<
<
The Forth itself is only a thread and can be used as some sort of CLI for testing purposes or could be the main part of the application.
>
>
The Forth interpreter (called terminal task in Forth jargon) itself is only a thread and can be used as some sort of CLI for testing purposes or could be the main part of the application.
 
Line: 266 to 266
 
  • osThreadGetCount
  • osThreadEnumerate
Added:
>
>

Thread Flags

Thread Flags
  • osThreadFlagsSet
  • osThreadFlagsClear
  • osThreadFlagsGet
  • osThreadFlagsWait
 

Timer Management Functions

Timer Management
  • osTimerNew
Line: 350 to 357
 A multi-tasking wordset for Standard Forth, Andrew Haley http://www.complang.tuwien.ac.at/anton/euroforth/ef17/papers/haley-slides.pdf
Added:
>
>
FORTH MULTITASKING IN A NUTSHELL https://www.bradrodriguez.com/papers/mtasking.html

https://theforth.net/package/multi-tasking

 

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback