f1f1fb41bd
Bool symbols implicitly default to 'n'. A 'default n' can make sense e.g. in a Kconfig.defconfig file, if you want to override a 'default y' on the base definition of the symbol. It isn't used like that on any of these symbols though. Also simplify the definition of CC3220SF_DEBUG. 'default's can be other symbols too, not just literal values. The condition for the symbol to be visible (user-configurable) can be put directly on the prompt as well. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig.defconfig.cc3220sf | ||
Kconfig.defconfig.series | ||
Kconfig.series | ||
Kconfig.soc | ||
README | ||
dts.fixup | ||
linker.ld | ||
soc.c | ||
soc.h |
README
CC3220 Info taken from: * http://www.ti.com/lit/ug/swru465/swru465.pdf Notes for CC3220SF: * Text must start at 0x800 offset in flash. The first 0x800 bytes are reserved for the flash header. * See CONFIG_TEXT_SECTION_OFFSET.