Skip to content

Commit

Permalink
fix info.json for both boards
Browse files Browse the repository at this point in the history
  • Loading branch information
skerr92 committed Jun 23, 2024
1 parent 4275028 commit 47e2ab4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
16 changes: 13 additions & 3 deletions app/resources/boards/ODT_IcyBlue_Feather/info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
{"label":"icyBlue","datasheet":"https://github.com/Oak-Development-Technologies/IcyBlue/blob/main/Documentation/IcyBlue%20Feather%20V2%20Datasheet%20rev1a.docx",
"interface":"FTDI","FPGAResources": {"ffs":3520,"luts":3520,
"pios":27,"plbs":440,"brams":20}}
{"label":"icyBlue",
"device":"U4K",
"datasheet":"https://github.com/Oak-Development-Technologies/IcyBlue/blob/main/Documentation/IcyBlue%20Feather%20V2%20Datasheet%20rev1a.docx",
"interface":"FTDI",
"FPGAResources":
{
"ffs":3520,
"luts":3520,
"pios":27,
"plbs":440,
"brams":20
}
}
15 changes: 12 additions & 3 deletions app/resources/boards/ODT_RPGA_Feather/info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{"label":"RPGA Feather","datasheet":"https://github.com/Oak-Development-Technologies/RPGA%20Feather/",
"interface":"MCU","FPGAResources": {"ffs":3520,"luts":3520,
"pios":27,"plbs":440,"brams":20}}
{"label":"RPGA Feather",
"device":"U4K",
"datasheet":"https://github.com/Oak-Development-Technologies/RPGA%20Feather/",
"interface":"MCU",
"FPGAResources": {
"ffs":3520,
"luts":3520,
"pios":12,
"plbs":440,
"brams":20
}
}

0 comments on commit 47e2ab4

Please sign in to comment.