[avr-gcc-list] stdio - how extensible?

2005-09-14 Thread Larry Barello
I am wrapping up a serial io sample for my rtos (www.barello.net/AvrX) and as a final test I spun up two tasks, one attached to USART0 and one to USART1 (mega128). Well, duh, it didn't work since the second call to fdevopen() (task 2) failed miserably. I knew that, I am just sometimes thick in

Re: [avr-gcc-list] stdio - how extensible?

2005-09-14 Thread Joerg Wunsch
Larry Barello [EMAIL PROTECTED] wrote: Well, duh, it didn't work since the second call to fdevopen() (task 2) failed miserably. Can you explain `failed miserably' in some more technically descriptive phrase? So, the question is: what would it take to extend the current stdio facility to