From 46582944e2bcf70925228c9cc112de4b10618d92 Mon Sep 17 00:00:00 2001 From: Phillip Kocmoud Date: Tue, 31 Mar 2020 18:40:32 -0500 Subject: [PATCH] AP_RAMTRON: Add FM25V02A Extended Temperature As shown in https://www.cypress.com/file/139671/download Page 11 --- libraries/AP_RAMTRON/AP_RAMTRON.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_RAMTRON/AP_RAMTRON.cpp b/libraries/AP_RAMTRON/AP_RAMTRON.cpp index 21484cbd72..97e62cb997 100644 --- a/libraries/AP_RAMTRON/AP_RAMTRON.cpp +++ b/libraries/AP_RAMTRON/AP_RAMTRON.cpp @@ -27,6 +27,7 @@ const AP_RAMTRON::ramtron_id AP_RAMTRON::ramtron_ids[] = { { 0x21, 0x08, 16, 2, RDID_type::Cypress }, // FM25V01A { 0x22, 0x00, 32, 2, RDID_type::Cypress }, // FM25V02 { 0x22, 0x08, 32, 2, RDID_type::Cypress }, // FM25V02A + { 0x22, 0x48, 32, 2, RDID_type::Cypress }, // FM25V02A - Extended Temperature Version { 0x22, 0x01, 32, 2, RDID_type::Cypress }, // FM25VN02 { 0x23, 0x00, 64, 2, RDID_type::Cypress }, // FM25V05 { 0x23, 0x01, 64, 2, RDID_type::Cypress }, // FM25VN05