Added support for MSP430F2132.

This commit is contained in:
Hans Nieuwenhuis 2010-06-10 11:25:33 +12:00 committed by Daniel Beer
parent 6ad23b49f5
commit c811a44032
2 changed files with 36 additions and 0 deletions

View File

@ -8,3 +8,6 @@ Doug Forman <doug.dougforman@gmail.com>:
Robert Kavaler <kavaler@diva.com>:
* Author of uif430, from which much of the code in fet.c is
derived (uif430 is available from www.relavak.com).
Hans Nieuwenhuis <vzzbx@xs4all.nl>:
* Support for MSP430F2132.

View File

@ -152,6 +152,39 @@ static const struct fet_db_record fet_db[] = {
0x00, 0x00
}
},
{
.name = "MSP430F2132",
.msg28_data = {
0xf2, 0x13, 0x01, 0x60, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x02, 0x02, 0x01, 0x02, 0xf0, 0x73,
0x80, 0x00
},
.msg29_params = {0x00, 0x58, 0x50}, /* From snoopy logs */
.msg29_data = {
0x00, 0xe0, 0xff, 0xff, 0x00, 0x00, 0x00, 0x10,
0xff, 0x10, 0x40, 0x00, 0x00, 0x02, 0xff, 0x03,
0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x01, 0x00,
0x01, 0x00, 0xd7, 0x60, 0x00, 0x00, 0x00, 0x00,
0x08, 0x07, 0x10, 0x0e, 0xc4, 0x09, 0x70, 0x17,
0x58, 0x1b, 0x01, 0x00, 0x03, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00,
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x33, 0x0f, 0x1f, 0x0f,
0xff, 0xff
},
.msg2b_data = {
0x00, 0x0c, 0xff, 0x0f, 0x00, 0x02, 0x00, 0x00,
0x02, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00
}
},
{
.name = "MSP430F249",
.msg28_data = {