doc/FPGAs.yml: Fix yml structure in Intel Max 10
`Model: 10M02, 10M08` is not correct yaml structure and parsing it generated `10m02,_10m08` model instead of `10m02` and `10m08` models
This commit is contained in:
parent
b79afdcb6e
commit
444469707b
|
|
@ -136,7 +136,9 @@ Intel:
|
||||||
Flash: OK
|
Flash: OK
|
||||||
|
|
||||||
- Description: Max 10
|
- Description: Max 10
|
||||||
Model: 10M02, 10M08
|
Model:
|
||||||
|
- 10M02
|
||||||
|
- 10M08
|
||||||
URL: https://www.intel.fr/content/www/fr/fr/products/details/fpga/max/10.html
|
URL: https://www.intel.fr/content/www/fr/fr/products/details/fpga/max/10.html
|
||||||
Memory: SVF
|
Memory: SVF
|
||||||
Flash: POF
|
Flash: POF
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue