PPI library with GPIOTE cannot use Zephyr?

Hi,

I have a project which uses the Zephyr libraries for SPI, I2C and GPIO. I had a need to toggle a pin using a timer so though the best case would be to use the PPI with the GPIOTE. From examples these use the nrfx libraries. I setup the code in a separate project and it was working great, however when I ported it to my main project it does not build due to an IRQ conflict with the GPIO library. 

I removed the GPIO library and the SPI and I2C libraries cannot be used because the GPIO library is missing. Can you confirm that there is no way to use the PPI and GPIOTE within Zephyr using the Zephyr libraries as well?

Related