Skip to content

enable dynamic interrupt connection on Arduino Uno Q#402

Open
mirinae3145 wants to merge 2 commits intoarduino:mainfrom
lee-lab-skku:main
Open

enable dynamic interrupt connection on Arduino Uno Q#402
mirinae3145 wants to merge 2 commits intoarduino:mainfrom
lee-lab-skku:main

Conversation

@mirinae3145
Copy link

Tested with timer interrupts

void TIM3_IRQHandler(const void*) {
  if (TIM3->SR & TIM_SR_CC2IF) {
    TIM3->SR = 0;
    (void)TIM3->SR;
  }
}

irq_connect_dynamic(TIM3_IRQn, 0, TIM3_IRQHandler, nullptr, 0);
irq_enable(TIM3_IRQn);

@CLAassistant
Copy link

CLAassistant commented Mar 22, 2026

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link

Built 0.53.2-0.dev+6c2ca58f

CI run FAILED: 🔥 portentac33

ArtifactBoardCoreTestsRAMSketchesWarningsErrors
zephyr_contrib ek_ra8d1 📗

11.9%

2--
frdm_mcxn947 3 🏷️

58.0%

2--
frdm_rw612 1 🏷️

83.0%

2--
🔥 zephyr_main giga 4 🏷️ ✅*

54.5%

448-
nano33ble 1 🏷️ ✅*

78.7%

228-
nano_matter 📗 ✔️*

⚠️ 85.7%

208(2*)
niclasense 2 🏷️ ✅*

⚠️ 87.3%

208-
opta 4 🏷️ ✔️*

46.7%

548(2*)
portentac33 🔥Core build failed!
portentah7 3 🏷️ ✔️*

47.3%

588(2*)
✅* zephyr_unoq unoq 📗 ✅*

26.8%

628-
Legend

BoardTestStatus description
🔥 🔥 Test run failed to complete.
🔴 Test completed with unexpected errors.
✔️* 🚫 Test completed with errors, but all are known/expected.
✅* 🟡 Test completed with some warnings; no errors detected.
🟢 Test passed successfully, with no warnings or errors.
🌑 🌑 Test was skipped.

Caution

zephyr_main is blocked due to failures on portentac33!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants