Pavel Andris wrote: > You may consider a problem, FP is not allowed in interrupt service routine > (ISR). Who said that? > The remedy is, write only a short ISR, that wakes up a RT-thread > (pthread_wakeup_np()) and returns. Having finished the job, the RT-thread > suspends itself (pthread_suspend_np). That's your idea for paying more than needed, the task switch cost. USE THE HARD FPU IN ISRs, there is no need to have a scheduler around if you are using a task just as a buddy of an interrupt handler. Ciao, Paolo. -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] --- For more information on Real-Time Linux see: http://www.rtlinux.org/rtlinux/
- [rtl] Floating point in "restricted" code Shel Hoffman
- Re: [rtl] Floating point in "restricted"... eric keller
- Re: [rtl] Floating point in "restricted"... yodaiken
- RE: [rtl] Floating point in "restricted"... Eding, Bert
- Re: [rtl] Floating point in "restricted"... kissg
- Re: [rtl] Floating point in "restricted"... Pavel Andris
- Re: [rtl] Floating point in "restricted&... Paolo Mantegazza
- Re: [rtl] Floating point in "restric... Pavel Andris
- Re: [rtl] Floating point in "res... Paolo Mantegazza
- Re: [rtl] Floating point in &quo... Victor Yodaiken
- Re: [rtl] Floating point in ... Stuart Hughes
- Re: [rtl] Floating point in "restric... Victor Yodaiken
- Re: [rtl] Floating point in "restricted"... Paolo Mantegazza
- Re: [rtl] Floating point in "restricted&... Victor Yodaiken
- [rtl] device-problem Steffen Hildebrandt
- RE: [rtl] Floating point in "restricted"... Stephen D. Cohen
- Re: [rtl] Floating point in "restricted&... Stuart Hughes
