doc/data: adding an (unused for now) SPIFlash entry
This commit is contained in:
parent
5bbc02f56b
commit
fc6f3fb8e1
|
|
@ -17,6 +17,7 @@ class Board:
|
|||
Memory: str = None
|
||||
Flash: str = None
|
||||
Constraints: str = None
|
||||
SPIFlash: str = None
|
||||
|
||||
|
||||
def ReadBoardDataFromYAML():
|
||||
|
|
|
|||
Loading…
Reference in New Issue