Skip to content

Commit

Permalink
Update board
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet authored Nov 27, 2023
1 parent 62f3e5d commit eea6f44
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,11 @@ def PlatformsAirMCU(version):
data['archiveFileName'] = fileName
data['checksum'] = "SHA-256:" + ComputeSHA256(fileName)
data['size'] = ComputeSize(fileName)
data['boards'] = [{'name': "Air001"}]
data['boards'] = [
{'name': "Air001"},
{'name': "AirM2M Core Air001"},
{'name': "Air32"},
{'name': "Air401"}]
data['toolsDependencies'] = [{'packager': "AirM2M", 'name': "xpack-arm-none-eabi-gcc", 'version': GCCVersion},
{'packager': "AirM2M", 'name': "CMSIS", 'version': CMSISVersion},
{'packager': "AirM2M", 'name': "AirISP", 'version': AirISPVersion}]
Expand Down

0 comments on commit eea6f44

Please sign in to comment.