Carl Treudler
Carl Treudler
UART and IRQ ID should probably match, see https://github.com/Xilinx/embeddedsw/blob/8fca1ac929453ba06613b5417141483b4c2d8cf3/XilinxProcessorIPLib/drivers/uartps/examples/xuartps_intr_example.c#L69 versus https://github.com/Xilinx/embeddedsw/blob/8fca1ac929453ba06613b5417141483b4c2d8cf3/XilinxProcessorIPLib/drivers/uartps/examples/xuartps_intr_example.c#L71
Maybe add a OSS license, so other may use it, especially in public open source projects.
### Summary Fixes a compile error if STM32 port is compiled with: `make BOARD=(..) MICROPY_PY_LWIP=1 MICROPY_PY_LWIP_SLIP=1 ` ### Testing Tested with STM32F4DISC target in hardware, with SLIP link over UART....