zephyr/arch/arm/soc/ti_simplelink/cc32xx
Ulf Magnusson f1f1fb41bd arch: arm: Kconfig: Remove redundant 'default n' properties
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>
2018-06-26 11:07:57 -05:00
..
CMakeLists.txt
Kconfig.defconfig.cc3220sf soc: defconfig: Consistently quote string defaults 2018-05-26 19:17:48 -04:00
Kconfig.defconfig.series soc: defconfig.series: Consistently quote string defaults 2018-05-26 19:17:48 -04:00
Kconfig.series arch: arm: Refactor CONFIG_CORTEX_M 2018-03-10 11:42:25 -06:00
Kconfig.soc arch: arm: Kconfig: Remove redundant 'default n' properties 2018-06-26 11:07:57 -05:00
README
dts.fixup scripts: extract_dts_includes: Generate'_0' defines only when needed 2018-05-10 10:38:23 -05:00
linker.ld
soc.c cc3220sf: soc: Update PRCM call to allow use of ROM API 2018-05-08 17:35:25 -05:00
soc.h soc: ti_simplelink: cc32xx: Remove ARMV7_M guard from CMSIS_IRQn_Type 2018-02-06 17:34:25 -06:00

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.