doc/data: adding an (unused for now) SPIFlash entry

This commit is contained in:
Gwenhael Goavec-Merou 2023-09-21 07:03:41 +02:00
parent 5bbc02f56b
commit fc6f3fb8e1
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ class Board:
Memory: str = None
Flash: str = None
Constraints: str = None
SPIFlash: str = None
def ReadBoardDataFromYAML():