[PR] esp32/irq: Fix erroneous interrupt allocation for each CPU core [nuttx]

2023-10-17 Thread via GitHub
jerpelea opened a new pull request, #10947: URL: https://github.com/apache/nuttx/pull/10947 ## Summary When allocating a CPU interrupt, make sure to select the correct CPU core to query for it. Simply checking for the current CPU does not satisfy this requirement because the CPU allocati

Re: [PR] esp32/irq: Fix erroneous interrupt allocation for each CPU core [nuttx]

2023-10-03 Thread via GitHub
acassis merged PR #10851: URL: https://github.com/apache/nuttx/pull/10851 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apac

Re: [PR] esp32/irq: Fix erroneous interrupt allocation for each CPU core [nuttx]

2023-10-03 Thread via GitHub
tmedicci commented on PR #10851: URL: https://github.com/apache/nuttx/pull/10851#issuecomment-1745557902 > @tmedicci good point! Did you notice the IRQ for current core been allocated to another core? How did you realize it? I noticed that when I was testing a PR that is yet to come (

Re: [PR] esp32/irq: Fix erroneous interrupt allocation for each CPU core [nuttx]

2023-10-03 Thread via GitHub
acassis commented on PR #10851: URL: https://github.com/apache/nuttx/pull/10851#issuecomment-1745531163 @tmedicci good point! Did you notice the IRQ for current core been allocated to another core? How did you realize it? -- This is an automated message from the Apache Git Service. To res

[PR] esp32/irq: Fix erroneous interrupt allocation for each CPU core [nuttx]

2023-10-03 Thread via GitHub
tmedicci opened a new pull request, #10851: URL: https://github.com/apache/nuttx/pull/10851 ## Summary * esp32/irq: Fix erroneous interrupt allocation for each CPU core When allocating a CPU interrupt, make sure to select the correct CPU core to query for it. Simply checking fo