mirror of
https://github.com/apache/nuttx.git
synced 2026-09-12 21:50:14 +00:00
arm/stm32g0: Add USB device controller support
Some checks are pending
MemBrowse Memory Report / changes-filter (push) Waiting to run
MemBrowse Memory Report / load-targets (push) Waiting to run
MemBrowse Memory Report / identical (push) Blocked by required conditions
MemBrowse Memory Report / analyze (push) Blocked by required conditions
Some checks are pending
MemBrowse Memory Report / changes-filter (push) Waiting to run
MemBrowse Memory Report / load-targets (push) Waiting to run
MemBrowse Memory Report / identical (push) Blocked by required conditions
MemBrowse Memory Report / analyze (push) Blocked by required conditions
Add the STM32G0 USB interrupt, memory map, register layout, HSI48 clocking, power control, packet memory handling, and device-controller support. Assisted-by: OpenAI Codex Signed-off-by: jsanchez-2g <jsanchez@2g-eng.com>
This commit is contained in:
parent
53d757f081
commit
4ebc8a7291
11 changed files with 314 additions and 50 deletions
|
|
@ -90,6 +90,7 @@
|
|||
#else
|
||||
# define STM32_IRQ_UCPD12 (STM32_IRQ_EXTINT + 8) /* 8: UCPD1_2 */
|
||||
# define STM32_IRQ_EXTI32_33 (STM32_IRQ_EXTINT + 8) /* 8: EXTI_32_33 */
|
||||
# define STM32_IRQ_USB (STM32_IRQ_EXTINT + 8) /* 8: USB */
|
||||
#endif
|
||||
|
||||
#define STM32_IRQ_DMA1CH1 (STM32_IRQ_EXTINT + 9) /* 9: DMA1_CH1 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue