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

Fix EasyDMA max size. #315

Merged
merged 1 commit into from
May 11, 2021
Merged

Fix EasyDMA max size. #315

merged 1 commit into from
May 11, 2021

Commits on May 10, 2021

  1. Fix EasyDMA max size.

    EASY_DMA_SIZE changes based on peripheral, but it is always equal for UARTE, SPIx, TWIx, so
    I've kept a single variable.
    
    Data source is nrfx files, like [this one](https://github.com/NordicSemiconductor/nrfx/blob/b5399066bd7f3dc32ee15510d06ef7137bcacf36/mdk/nrf9160_peripherals.h#L150).
    
    Fixes nrf-rs#314
    Dirbaio committed May 10, 2021
    Configuration menu
    Copy the full SHA
    35282f8 View commit details
    Browse the repository at this point in the history