nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs

Where is the nrf connect sdk bugtracker ?

Issue tracking in GitHub seems disabled for https://github.com/nrfconnect/sdk-nrf

Where can i report bugs for the nrf connect sdk v1.9.1?

For instance i just started with the nrf52833dk and got the following trivial compiler error due to a superfluous define

/include/esb.h:122:24: error: 'RADIO_MODE_MODE_Nrf_250Kbit' undeclared here (not in a function)

Is ESB still supported on the nrf52833 ? Bugs like that should be easily caught by a unit test right ?

Cheers

Parents Reply
  • GRME said:

    Wow you have no bugtracker ?! Thats insane.

    No, we do. But we don't have any available to you unfortunately. Simply report it here (or see if others have), and we will handle it.

    Zephyr has a public one, if your issue is zephyr related.

    GRME said:

    Yes its exactly this issue. Is this fixed upstream already ?

    Yes it is. For a solution for your side you could do what Kenneth suggested in the case I linked you to.

    Bugs like that should be easily caught by a unit test right ?

    Right. It seems it hasn't been tested on the nRF52833, because it isn't listed as a supported board for the samples that use ESB. Though there doesn't seem to be a serious reason why the '33 shouldn't work as well, so it is fixed now.

    Regards,

    Elfving

Children
No Data
Related