This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52 - Zephyr roadmap

Hi,

Do you know when the PWM or the ADC functionality will be added to Zephyr for the nRF52 chips?

Can we use the nRF SDK inside a Zephyr application to use unimplemented features in the Zephyr kernel?

Best regards

Parents
  • Hi there,

    Do you know when the PWM or the ADC functionality will be added to Zephyr for the nRF52 chips?

    No ETA yet, but feel free to join the mailing list and the IRC channels, we are open for contributions.

    Can we use the nRF SDK inside a Zephyr application to use unimplemented features in the Zephyr kernel?

    Well, not really, but you could take out some of the hardware drivers and use them directly in Zephyr, they should work as long as you can get them to compile first.

    Carles

Reply
  • Hi there,

    Do you know when the PWM or the ADC functionality will be added to Zephyr for the nRF52 chips?

    No ETA yet, but feel free to join the mailing list and the IRC channels, we are open for contributions.

    Can we use the nRF SDK inside a Zephyr application to use unimplemented features in the Zephyr kernel?

    Well, not really, but you could take out some of the hardware drivers and use them directly in Zephyr, they should work as long as you can get them to compile first.

    Carles

Children
Related