Commit 144cf3b
feat: enable dynamic interrupt connection in unoq
This commit enables dynamic interrupt connection for the Arduino UNO Q variant.
- Export interrupt management, query, and control symbols in llext_exports.c
- Enable CONFIG_DYNAMIC_INTERRUPTS and related Kconfig options in the board config
- Disable CONFIG_DYNAMIC_INTERRUPTS for the Portenta C33 variant since there is no implementation for it yet
This allows Arduino sketches to dynamically attach and detach interrupt handlers at runtime.1 parent 8f812a8 commit 144cf3b
3 files changed
Lines changed: 17 additions & 0 deletions
File tree
- loader
- variants
- arduino_portenta_c33_r7fa6m5bh3cfc
- arduino_uno_q_stm32u585xx
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
0 commit comments