[atl-1280] Board packages hints

handle cornercase when 2 packages are associated to the same board

updated cli version and grpc

support deprecated cores in the boards manager

bump cli version

Bump ArduinoCLI version to latest release

Add package version in notification
This commit is contained in:
Francesco Stasi
2021-04-22 22:09:18 +02:00
committed by Francesco Stasi
parent 852bf9b73e
commit 4fa2024266
16 changed files with 135 additions and 11 deletions

View File

@@ -210,6 +210,7 @@ export class BoardsServiceImpl extends CoreClientAware implements BoardsService
availableVersions: [platform.getLatest()],
description: platform.getBoardsList().map(b => b.getName()).join(', '),
installable: true,
deprecated: platform.getDeprecated(),
summary: 'Boards included in this package:',
installedVersion,
boards: platform.getBoardsList().map(b => <Board>{ name: b.getName(), fqbn: b.getFqbn() }),