微處理器 - Altera 10M02SCM (STEP-MAX10 V1) - 如何讓openFPGALoader支援10M02SCM153C8G燒錄



參考資訊:
https://github.com/trabucayre/openFPGALoader

diff --git a/src/part.hpp b/src/part.hpp
index d8cd368..511422f 100644
--- a/src/part.hpp
+++ b/src/part.hpp
@@ -208,6 +208,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
        {0x031050dd, {"altera", "MAX 10", "10M50DAF484",       10}},
        {0x0318d0dd, {"altera", "MAX 10", "10M40SCE144C8G",    10}},
        {0x031830dd, {"altera", "MAX 10", "10M16SAU169C8G",    10}},
+       {0x031810dd, {"altera", "MAX 10", "10M02SCM153C8G",    10}},
 
        /* Altera Cyclone 10 */
        {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025", 10}},