wolfBoot is a portable, OS-agnostic, secure bootloader for microcontrollers, supporting firmware authentication and firmware update mechanisms.
GNU General Public License v3.0
365
stars
100
forks
source link
Add support for LPUART4 for i.MX RT10xx #439
Closed
MulattoKid closed 7 months ago
Add support for LPUART4 as debug UART for i.MX RT10xx. Tested on RT1040.
Also fix compile time issue using LPUARTx which is a * by instead using LPUARTx_BASE (https://github.com/wolfSSL/wolfBoot/issues/438).