[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

@@ -2,6 +2,7 @@ import { Installable } from './installable';
export interface ArduinoComponent {
readonly name: string;
readonly deprecated: boolean;
readonly author: string;
readonly summary: string;
readonly description: string;