Merge pull request #9374 from maclobdell/LPCXpresso546xx_add_qspif

Add QSPIF as default storage for LPCXpresso546XX
pull/10931/head
Cruz Monrreal 2019-01-16 22:02:53 -06:00 committed by GitHub
commit 97486a697c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -2001,7 +2001,8 @@
"inherits": ["MCU_LPC546XX"],
"extra_labels_add": ["LPCXpresso"],
"detect_code": ["1056"],
"release_versions": ["2", "5"]
"release_versions": ["2", "5"],
"components_add": ["QSPIF"]
},
"FF_LPC546XX": {
"inherits": ["MCU_LPC546XX"],