Hi, My name is Wojciech and I work on another Apache project, mynewt NimBLE. I would like to implement a build check in our CI pipeline to ensure better compatibility with Nuttx.
I have configured the target for `nrf52840-dk:sdc_nimble` and then used the following Makefile to build it: https://github.com/apache/nuttx-apps/blob/master/wireless/bluetooth/nimble/Makefile There are two issues I would like to address: - CONFIG_NIMBLE_REF was hardcoded to point to an old commit that became outdated now, thus I would like to ask if you could update it to reflect for instance the latest NimBLE v1.7.0 release (SHA: ae6b7bf1b9dcbb6f3571dd17a604a045dbfb190a). - When I try using the updated REF, the build fails due to missing macros declarations in `apps/wireless/bluetooth/nimble/include/syscfg/syscfg.h`. Could you please have a look into it and update the affected files in the Nuttx repository, so that it can be built with up to date NimBLE? Thank you for your help. Best regards, Wojciech Pietraszewski