Skip to content

esp32s3 usb device stack interrupt usage exceeds supported number of IRQs #96748

@abenezerarg

Description

@abenezerarg

this line resolves to interrupts = <38 0 0> which breaks the build once USB_DEVICE_STACK is enabled as CONFIG_NUM_IRQS, without multi-level interrupt support, is 32 which causes the following error:

gen_isr_tables.py: error: IRQ 38 (offset=0) exceeds the maximum of 31

Originally posted by @abenezerarg in 724929e

@kartben

Metadata

Metadata

Assignees

Labels

area: USBUniversal Serial BusbugThe issue is a bug, or the PR is fixing a bugplatform: ESP32Espressif ESP32priority: lowLow impact/importance bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions