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

Parents
  • i just really wants to say that nordic has done very bad sdk. i have never seen something weird , over engineered architecture like this.

    you should remove sdk_config.h in future release. sdk should be easy to use and we can start coding easily why is so much mess in this sdk. i really wants see what can my nrf52840 chip can do with openthread and i am very unhappy about the situation.

    and yes i said you about what things should i enable or disable. i know how to open a file and edit it. but what should i edit after opening a sdk_config.h that is totally undocumented and that makes nrf un-usable.

Reply
  • i just really wants to say that nordic has done very bad sdk. i have never seen something weird , over engineered architecture like this.

    you should remove sdk_config.h in future release. sdk should be easy to use and we can start coding easily why is so much mess in this sdk. i really wants see what can my nrf52840 chip can do with openthread and i am very unhappy about the situation.

    and yes i said you about what things should i enable or disable. i know how to open a file and edit it. but what should i edit after opening a sdk_config.h that is totally undocumented and that makes nrf un-usable.

Children
Related