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

drivers: uart: Add low power uart module #2591

Merged
merged 5 commits into from Sep 10, 2020
Merged

Commits on Sep 10, 2020

  1. drivers: serial: Add low power uart module

    Low power UART implements UART asynchronous API and is using
    2 additional pins to control the transfer. Based on pin status
    receiver can be disabled during idle phase.
    
    Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
    nordic-krch committed Sep 10, 2020
    Copy the full SHA
    0e94f9f View commit details
    Browse the repository at this point in the history
  2. doc: nrf: drivers: Add low power UART documentation

    Added documentation for low power UART module.
    
    Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
    nordic-krch committed Sep 10, 2020
    Copy the full SHA
    5c0c0ed View commit details
    Browse the repository at this point in the history
  3. samples: peripheral: Add low power uart sample

    Sample application used to sanity check low power uart and
    measure power consumption.
    
    Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
    nordic-krch committed Sep 10, 2020
    Copy the full SHA
    596eb65 View commit details
    Browse the repository at this point in the history
  4. CODEOWNERS: Add samples/peripheral/lpuart codeowner

    Added nordic-krch as sample codeowner.
    
    Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
    nordic-krch committed Sep 10, 2020
    Copy the full SHA
    d89f255 View commit details
    Browse the repository at this point in the history
  5. doc: nrf: conf.py: Add DTS lexer

    Adding DTS lexer.
    
    Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
    nordic-krch committed Sep 10, 2020
    Copy the full SHA
    e68ed60 View commit details
    Browse the repository at this point in the history