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

cpu/qn908x: Add support for UART. #15550

Merged
merged 1 commit into from
Dec 3, 2020
Merged

Commits on Dec 3, 2020

  1. cpu/qn908x: Add support for UART.

    The QN908x has four FLEXCOMM interfaces that support a subset of UART,
    SPI or I2C each one. This patch adds generic support for dealing with
    the FLEXCOMM initialization and interrupts and adds a driver for
    RX/TX support in UART.
    
    With this patch is now possible to use a shell on the device over UART.
    iosabi committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    bd929a3 View commit details
    Browse the repository at this point in the history