Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/09/05 03:54
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#91275 - He said "alternative"
Responding to: ???'s previous message
Jez Smith said:
Why on earth would you implement a RTOS on an 8052?

In Anil Gupta's defense, he did say "alternative to RTOS".

Protothreads is really merely a set of C macros that (from the documentation) "... utilizes the C switch() statement in a non-obvious way that is similar to Duff's device."

Many of us use the switch/case construct to explicitly implement concurrent state machines in our code. The macros merely provide a level of abstraction above that so that the code appears more linear and the overall logic more visible.

List of 10 messages in thread
TopicAuthorDate
Protothreads alternative to RTOSe            01/01/70 00:00      
   Why??            01/01/70 00:00      
      He said "alternative"            01/01/70 00:00      
   Why Indeed!            01/01/70 00:00      
   Well...            01/01/70 00:00      
      RTOS bashing            01/01/70 00:00      
         oh, there is a real difference            01/01/70 00:00      
            RTOS bashing            01/01/70 00:00      
   April 1st            01/01/70 00:00      
      April 9th            01/01/70 00:00      

Back to Subject List