Is it possible to change values of the zephyr-rtos configuration file prj.conf using CMake arguments?

36 Views Asked by At

I'm using a nRF-52840 connecting with BLE to a phone. I'm using zephyr nRF Connect SDK v2.4.1.

I give a name to my bluetooth device using the CONFIG_BT_DEVICE_NAME configuration in my prj.conf file. Is it possible to change the value of this configuration in the build command that is generated with the CMakeLists file and the Build Configuration?

0

There are 0 best solutions below