configs/launchXL-CC1310: Update some README files and various comments.
This commit is contained in:
parent
f41b9fead9
commit
ff00fc3a92
4 changed files with 8 additions and 5 deletions
|
@ -343,7 +343,8 @@ config ARCH_BOARD_LAUNCHXL_CC1310
|
||||||
select ARCH_HAVE_IRQBUTTONS
|
select ARCH_HAVE_IRQBUTTONS
|
||||||
---help---
|
---help---
|
||||||
TI SimpleLink CC1310 LaunchPad Evaluation Kit (LAUNCHXL-CC1310)
|
TI SimpleLink CC1310 LaunchPad Evaluation Kit (LAUNCHXL-CC1310)
|
||||||
featuring the SimpleLinkCC1310 chip.
|
featuring the SimpleLinkCC1310 chip. This board features the
|
||||||
|
CC1310F128 part with 128Kb of FLASH and 20Kb of SRAM.
|
||||||
|
|
||||||
config ARCH_BOARD_LAUNCHXL_CC1312R1
|
config ARCH_BOARD_LAUNCHXL_CC1312R1
|
||||||
bool "TI LaunchXL-CC1312R1"
|
bool "TI LaunchXL-CC1312R1"
|
||||||
|
|
|
@ -198,7 +198,8 @@ configs/c5471evm
|
||||||
|
|
||||||
configs launchxl_cc1310
|
configs launchxl_cc1310
|
||||||
Port to the TI SimpleLink CC1310 LaunchPad Evaluation Kit (LAUNCHXL-CC1310)
|
Port to the TI SimpleLink CC1310 LaunchPad Evaluation Kit (LAUNCHXL-CC1310)
|
||||||
featuring the SimpleLinkCC1310 chip.
|
featuring the SimpleLinkCC1310 chip. This board features the CC1310F128
|
||||||
|
part with 128Kb of FLASH and 20Kb of SRAM.
|
||||||
|
|
||||||
configs launchxl_cc1312r1
|
configs launchxl_cc1312r1
|
||||||
Port to the TI SimpleLink CC1312R1 LaunchPad Evaluation Kit (LAUNCHXL-CC1312R1)
|
Port to the TI SimpleLink CC1312R1 LaunchPad Evaluation Kit (LAUNCHXL-CC1312R1)
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
README
|
README
|
||||||
======
|
======
|
||||||
|
|
||||||
This directory holds NuttX board support for the TI LaunchXL-CC1310.
|
This directory holds NuttX board support for the TI LaunchXL-CC1310. This
|
||||||
|
board features the CC1310F128 part with 128Kb of FLASH and 20Kb of SRAM.
|
||||||
|
|
||||||
Contents
|
Contents
|
||||||
========
|
========
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/* The CC1310 has 128Kb of FLASH beginning at address 0x0000:0000 and
|
/* The CC1310F128 on the LauchXL-CC1310 has 128Kb of FLASH beginning ati
|
||||||
* 20Kb of SRAM beginning at 0x2000:0000
|
* address 0x0000:0000 and 20Kb of SRAM beginning at 0x2000:0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
MEMORY
|
MEMORY
|
||||||
|
|
Loading…
Reference in a new issue