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

Tutorial on SDK_CONFIG.h

Usually if i am making C Program then i just include the library and get on to the code using documentation. this is same case when i am using STM32 , Samd and esp32

but with nrf52832 and nrf52840 this is not the case. i have to configure sdk_config.h why should i have to do this and there is no proper way or documentation regarding which things should be enabled or which will be in conflict why on earth you guys are making programmers life hell.

I want a automation tool or tutorial to properly configure the sdk_config.h and also an template to import it in eclipse

Related