Re: SPI Kconfig.nrfx changes in recent (1.13.99) clone - setting GPIO pins for SPI master now fails.
Jan Van Winkel <jan.van_winkel@...>
Hi Chuck, SPI config has switched to devicetree and you only need following configs in you prj.conf file for SPI_0: CONFIG_SPI=y CONFIG_SPI_0=y CONFIG_SPI_NRFX=y All other configurations come from the boards DTS files. Have a look at boards/arm/nrf52840_pca10059/nrf52840_pca10059.dts and dts/arm/nordic/nrf52840.dtsi . In case you need to adapt the default settings you can add an overlay to your project directory. For more info on overlays see https://docs.zephyrproject.org/latest/application/application.html#application-dt . Regards, Jan On Mon, Oct 22, 2018 at 1:18 AM <cpmcparland@...> wrote: My zephyr app, built on ver 1.13.0 with the following prj.cfg file: |
|