Commit 5d582919 by Joe Seymour Committed by DJ Delorie

driver-msp430.c (msp430_mcu_data): Sync with data from TI's devices.csv file as of September 2016.

2017-01-10  Joe Seymour  <joe.s@somniumtech.com>

	* config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
	from TI's devices.csv file as of September 2016.
	* config/msp430/msp430.c (msp430_mcu_data): Likewise.

From-SVN: r244289
parent b7cfd5c4
2017-01-10 Joe Seymour <joe.s@somniumtech.com>
* config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
from TI's devices.csv file as of September 2016.
* config/msp430/msp430.c (msp430_mcu_data): Likewise.
2017-01-10 Sandra Loosemore <sandra@codesourcery.com> 2017-01-10 Sandra Loosemore <sandra@codesourcery.com>
* doc/extend.texi: Tweak formatting to fix overfull hbox warnings. * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
/* This is a copy of the same data structure found in gas/config/tc-msp430.c /* This is a copy of the same data structure found in gas/config/tc-msp430.c
Also another (sort-of) copy can be found in gcc/config/msp430/msp430.c Also another (sort-of) copy can be found in gcc/config/msp430/msp430.c
Keep these three structures in sync. Keep these three structures in sync.
The data in this structure has been extracted from the devices.csv file The data in this structure has been extracted from version 1.194 of the
released by TI, updated as of 8 October 2015. */ devices.csv file released by TI in September 2016. */
struct msp430_mcu_data struct msp430_mcu_data
{ {
...@@ -454,7 +454,15 @@ msp430_mcu_data [] = ...@@ -454,7 +454,15 @@ msp430_mcu_data [] =
{ "msp430fg6626",2,8 }, { "msp430fg6626",2,8 },
{ "msp430fr2032",2,0 }, { "msp430fr2032",2,0 },
{ "msp430fr2033",2,0 }, { "msp430fr2033",2,0 },
{ "msp430fr2110",2,0 },
{ "msp430fr2111",2,0 },
{ "msp430fr2310",2,0 },
{ "msp430fr2311",2,0 },
{ "msp430fr2433",2,8 }, { "msp430fr2433",2,8 },
{ "msp430fr2532",2,8 },
{ "msp430fr2533",2,8 },
{ "msp430fr2632",2,8 },
{ "msp430fr2633",2,8 },
{ "msp430fr2xx_4xxgeneric",2,8 }, { "msp430fr2xx_4xxgeneric",2,8 },
{ "msp430fr4131",2,0 }, { "msp430fr4131",2,0 },
{ "msp430fr4132",2,0 }, { "msp430fr4132",2,0 },
...@@ -507,6 +515,8 @@ msp430_mcu_data [] = ...@@ -507,6 +515,8 @@ msp430_mcu_data [] =
{ "msp430fr5957",2,8 }, { "msp430fr5957",2,8 },
{ "msp430fr5958",2,8 }, { "msp430fr5958",2,8 },
{ "msp430fr5959",2,8 }, { "msp430fr5959",2,8 },
{ "msp430fr5962",2,8 },
{ "msp430fr5964",2,8 },
{ "msp430fr5967",2,8 }, { "msp430fr5967",2,8 },
{ "msp430fr5968",2,8 }, { "msp430fr5968",2,8 },
{ "msp430fr5969",2,8 }, { "msp430fr5969",2,8 },
...@@ -519,6 +529,9 @@ msp430_mcu_data [] = ...@@ -519,6 +529,9 @@ msp430_mcu_data [] =
{ "msp430fr5988",2,8 }, { "msp430fr5988",2,8 },
{ "msp430fr5989",2,8 }, { "msp430fr5989",2,8 },
{ "msp430fr59891",2,8 }, { "msp430fr59891",2,8 },
{ "msp430fr5992",2,8 },
{ "msp430fr5994",2,8 },
{ "msp430fr59941",2,8 },
{ "msp430fr5xx_6xxgeneric",2,8 }, { "msp430fr5xx_6xxgeneric",2,8 },
{ "msp430fr6820",2,8 }, { "msp430fr6820",2,8 },
{ "msp430fr6822",2,8 }, { "msp430fr6822",2,8 },
......
...@@ -93,8 +93,8 @@ msp430_init_machine_status (void) ...@@ -93,8 +93,8 @@ msp430_init_machine_status (void)
/* This is a copy of the same data structure found in gas/config/tc-msp430.c /* This is a copy of the same data structure found in gas/config/tc-msp430.c
Also another (sort-of) copy can be found in gcc/config/msp430/t-msp430 Also another (sort-of) copy can be found in gcc/config/msp430/t-msp430
Keep these three structures in sync. Keep these three structures in sync.
The data in this structure has been extracted from the devices.csv file The data in this structure has been extracted from version 1.194 of the
released by TI, updated as of March 2016. */ devices.csv file released by TI in September 2016. */
struct msp430_mcu_data struct msp430_mcu_data
{ {
...@@ -520,6 +520,8 @@ msp430_mcu_data [] = ...@@ -520,6 +520,8 @@ msp430_mcu_data [] =
{ "msp430fg6626",2,8 }, { "msp430fg6626",2,8 },
{ "msp430fr2032",2,0 }, { "msp430fr2032",2,0 },
{ "msp430fr2033",2,0 }, { "msp430fr2033",2,0 },
{ "msp430fr2110",2,0 },
{ "msp430fr2111",2,0 },
{ "msp430fr2310",2,0 }, { "msp430fr2310",2,0 },
{ "msp430fr2311",2,0 }, { "msp430fr2311",2,0 },
{ "msp430fr2433",2,8 }, { "msp430fr2433",2,8 },
...@@ -560,8 +562,6 @@ msp430_mcu_data [] = ...@@ -560,8 +562,6 @@ msp430_mcu_data [] =
{ "msp430fr5858",2,8 }, { "msp430fr5858",2,8 },
{ "msp430fr5859",2,8 }, { "msp430fr5859",2,8 },
{ "msp430fr5867",2,8 }, { "msp430fr5867",2,8 },
{ "msp430fr5862",2,8 },
{ "msp430fr5864",2,8 },
{ "msp430fr58671",2,8 }, { "msp430fr58671",2,8 },
{ "msp430fr5868",2,8 }, { "msp430fr5868",2,8 },
{ "msp430fr5869",2,8 }, { "msp430fr5869",2,8 },
...@@ -572,8 +572,6 @@ msp430_mcu_data [] = ...@@ -572,8 +572,6 @@ msp430_mcu_data [] =
{ "msp430fr5888",2,8 }, { "msp430fr5888",2,8 },
{ "msp430fr5889",2,8 }, { "msp430fr5889",2,8 },
{ "msp430fr58891",2,8 }, { "msp430fr58891",2,8 },
{ "msp430fr5892",2,8 },
{ "msp430fr5894",2,8 },
{ "msp430fr5922",2,8 }, { "msp430fr5922",2,8 },
{ "msp430fr59221",2,8 }, { "msp430fr59221",2,8 },
{ "msp430fr5947",2,8 }, { "msp430fr5947",2,8 },
...@@ -599,6 +597,7 @@ msp430_mcu_data [] = ...@@ -599,6 +597,7 @@ msp430_mcu_data [] =
{ "msp430fr59891",2,8 }, { "msp430fr59891",2,8 },
{ "msp430fr5992",2,8 }, { "msp430fr5992",2,8 },
{ "msp430fr5994",2,8 }, { "msp430fr5994",2,8 },
{ "msp430fr59941",2,8 },
{ "msp430fr5xx_6xxgeneric",2,8 }, { "msp430fr5xx_6xxgeneric",2,8 },
{ "msp430fr6820",2,8 }, { "msp430fr6820",2,8 },
{ "msp430fr6822",2,8 }, { "msp430fr6822",2,8 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment