Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M2354: Enable post-build for custom board partially with Mbed CLI #15140

Commits on Oct 13, 2021

  1. M2354: Fix stdin abnormal on NuMaker-IoT-M2354 with Mbed CLI

    Due to post-build script not supporting custom board, both the below UART configurations are enabled on NuMaker-IoT-M2354 board:
    -   UART0 PA7/PA6 enabled by bl2.bin
    -   UART0 PB9/PB8 enabled by tfm_s.bin and later by mbed
    Both PA7/PA6 and PB9/PB8 enabled on UART0, PB8 gets disturbed and stdin mis-behaves on NuMaker-IoT-M2354 board.
    
    NuMaker-M2354       : UART TX/RX = UART0 PA7/PA6
    NuMaker-IoT_M2354   : UART TX/RX = UART0 PB9/PB8
    
    This bugfix tries to enable post-build for custom board to some degree (not completely), with Mbed CLI.
    NOTE: For Mbed CLI, the build process still sees NuMaker-M2354's partition/ and applies its mcuboot build options. Custom board must align on these.
    ccli8 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    173e407 View commit details
    Browse the repository at this point in the history