Re: Driver poll question

2025-02-13 Thread Kian Karas (KK)
Thank you for your input Xiang. Regards Kian From: Xiang Xiao Sent: 12 February 2025 02:56 To: dev@nuttx.apache.org Subject: Re: Driver poll question How does the kernel know the killed thread is blocking in the driver's poll method? Adding some flag in tc

Re: Driver poll question

2025-02-11 Thread Xiang Xiao
quiring changes to any > existing drivers. > > Regards > Kian > > From: Xiang Xiao > Sent: 11 February 2025 06:53 > To: dev@nuttx.apache.org > Subject: Re: Driver poll question > > On Tue, Feb 11, 2025 at 2:00 AM Kian Karas (KK) wrote:

Re: Driver poll question

2025-02-11 Thread Kian Karas (KK)
___ From: Xiang Xiao Sent: 11 February 2025 06:53 To: dev@nuttx.apache.org Subject: Re: Driver poll question On Tue, Feb 11, 2025 at 2:00 AM Kian Karas (KK) wrote: > Hi community > > I have a question related to the implementation of poll() in the kernel > and drivers. I am impleme

Re: Driver poll question

2025-02-10 Thread Xiang Xiao
On Tue, Feb 11, 2025 at 2:00 AM Kian Karas (KK) wrote: > Hi community > > I have a question related to the implementation of poll() in the kernel > and drivers. I am implementing a driver with poll support (through > file_operations::poll) and have observed that "teardown" of the pollfds is > not