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

Import NFCT_PINS_AS_GPIOS and GPIO_AS_PINRESET deprecation #12547

Merged
merged 3 commits into from
Oct 9, 2023

Commits on Oct 9, 2023

  1. manifest: pull NFCT_PINS_AS_GPIOS and GPIO_AS_PINRESET deprecation

    So that we're ready before the next upmerge.
    
    Signed-off-by: Gerard Marull-Paretas <[email protected]>
    gmarull committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    6283804 View commit details
    Browse the repository at this point in the history
  2. boards: nrf-based: use UICR nfc-pins-as-gpios devicetree property

    Instead of the deprecated CONFIG_NFCT_PINS_AS_GPIOS. Note that some
    options present in overlays have been moved to board level, as this is a
    board level option (depends on the layout).
    
    Signed-off-by: Gerard Marull-Paretas <[email protected]>
    gmarull committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    37edc61 View commit details
    Browse the repository at this point in the history
  3. boards: nrf-based: use UICR gpio-as-nreset devicetree property

    Instead of the deprecated CONFIG_GPIO_AS_PINRESET.
    
    Signed-off-by: Gerard Marull-Paretas <[email protected]>
    gmarull committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a749871 View commit details
    Browse the repository at this point in the history