diff options
| author | OnlyoutzZ <[email protected]> | 2026-08-28 16:52:38 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2026-08-29 15:37:44 +0800 |
| commit | 0cf4d87b8fefc81ffd680434411e627f44758f6f (patch) | |
| tree | f505eaf0e080b9a84ab808f99340a5b614cf641c /docs/_build | |
| parent | 1f622fe5b7c5767385f852a32850db400e94f45a (diff) | |
fix(port/fsdev): address N32H4x glue review findings
- usb_glue_nation.c: match usb_dc_low_level_init/deinit to the (void)
weak stubs in usb_dc_fsdev.c and guard on g_usbdev_bus[0] (the old
(uint8_t busid) signature read garbage at the no-arg call site)
- usb_glue_nation.c: drop NVIC_PriorityGroupConfig from the driver hook;
it reprograms SCB->AIRCR for the whole system, priority grouping now
stays with board/application startup code
- usb_glue_nation.c: derive the USBFS prescaler from SystemCoreClock at
runtime instead of a per-part compile-time table (fixes N32H475
landing in the 240 MHz branch; adapts to any configured PLLCLK)
- add docstrings to the functions touched by this diff
Diffstat (limited to 'docs/_build')
0 files changed, 0 insertions, 0 deletions
