* fix interrupt handling for the ln882h
- all GPIOS can generate interrupts
- added calls to NVIC_SetPriority/NVIC_EnableIRQ/NVIC_DisableIRQ
* fix clang formatting error
* only call NVIC_DisableIRQ if no other gpio is using an interrupt
* fix (again) clang-format errors
* add IRQ capability on all pins
* don't bother with NVIC_DisableIRQ
* use pin->gpio instead of interruptNumber, use macro GPIO_GET_PORT for clarity
* Mark interrupts as supported for the LN882H
---------
Co-authored-by: lamauny <pub.elc@free.fr>
* platform/realtek-ambz: Improve flashing guide
Known USB adapter compatibility issues. Emphasize, so that the paragraph is
easier to notice.
Signed-off-by: Pavel Fedin <pavel_fedin@mail.ru>
* base/wr2: Add UART2 test pads to the WR2 diagram
The module has UART2, necessary for flashing, only on test pads. Document this.
Signed-off-by: Pavel Fedin <pavel_fedin@mail.ru>
* Move test pads to separate files, update variants
* Update wiring guide
---------
Signed-off-by: Pavel Fedin <pavel_fedin@mail.ru>
Co-authored-by: Kuba Szczodrzyński <kuba@szczodrzynski.pl>
* add CBU module
* boardgen templates
These should go in boardgen package.
Included here for reference
* boardgen output
* [boards] Update for latest version of boardgen
* [boards] Change CBU silkscreen, add variant file
---------
Co-authored-by: Kuba Szczodrzyński <kuba@szczodrzynski.pl>