The sample projects for 1.4.0 have different project configurations for say building using the smartrf05 dev kits or the keyfob for example - but they all refer to the same \config\buildConfig.cfg.
What does the -DHOST_CONFIG do? . It looks like you would need to uncomment the correct config for the type of app you are building - but when you load any project - it will just get the last edited version ( set in compiler options - extra) - which may not be the correct one. If so how do we work out which one to use and what is the effect of using the wrong one?
For instance the peripheralobserver project - I would guess you have dhost set to = PERIPHERAL_CFG+OBSERVER_CFG - but default setting in file is PERIPHERAL_CFG+CENTRAL_CFG
Can anyone clarify the use of the buildConfig setting?