Re: console_queue_char() in interrupt context

2017-07-19 Thread Christopher Collins
On Wed, Jul 19, 2017 at 09:00:16AM -0700, will sanfilippo wrote: > I dont know enough about the console code to make an intelligent suggestion. > There is no task associated with the console, right? If not, and the purpose > of this is to wait some time maybe the only thing to do is set a timer

Re: console_queue_char() in interrupt context

2017-07-19 Thread will sanfilippo
I dont know enough about the console code to make an intelligent suggestion. There is no task associated with the console, right? If not, and the purpose of this is to wait some time maybe the only thing to do is set a timer to wake up and deal with this? Not sure that this would work though…