commit | f4993df9378a94769e723f78fd2ad363f51baef1 | [log] [tgz] |
---|---|---|
author | Ryan McClelland <ryanmcclelland@meta.com> | Tue Aug 08 23:08:52 2023 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Sep 21 13:36:12 2023 +0200 |
tree | 6d876c499245a3797d9f93834779ff7a8ac80889 | |
parent | 3fba1a18e70dbf6d2993ce9fb9d5424601ddce16 [diff] |
drivers: misc: ethos_u: fix irq connect The Ethos-U driver was using IRQ_DIRECT_CONNECT. This is not what the driver needs as this will not detect a context switch when coming out of the isr, and this is needed as the isr will release a semaphore. Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>