ARM-software / CMSIS_5

CMSIS Version 5 Development Repository
http://arm-software.github.io/CMSIS_5/index.html
Apache License 2.0
1.32k stars 1.08k forks source link

Update documentation for Packs 1.7.0 #1059

Open ilg-ul opened 3 years ago

ilg-ul commented 3 years ago

While processing the CMSIS Packs in Eclipse Embedded CDT (formerly GNU MCU Eclipse), I get 4 messages:

Schema version "1.7.0" not recognised, package Keil.NUCLEO-L552ZE-Q_BSP.pdsc ignored.           -   CMSIS Packs
Schema version "1.7.0" not recognised, package Keil.STM32L552E-EV_BSP.pdsc ignored.         -   CMSIS Packs
Schema version "1.7.0" not recognised, package Keil.STM32L562E-DK_BSP.pdsc ignored.         -   CMSIS Packs
Schema version "1.7.0" not recognised, package Keil.STM32L5xx_DFP.pdsc ignored.         -   CMSIS Packs

According to the current documentation, the latest version is 1.6.3.

Please update the documentation to reflect the new 1.7.0 version, so I can further update the parser in Eclipse.

JonatanAntoni commented 3 years ago

Hi @ilg-ul,

in fact the schema version has already enhanced to 1.7.1, see https://github.com/ARM-software/CMSIS_5/blob/develop/CMSIS/Utilities/PACK.xsd. This is not properly reflected in the version history included with the documentation.

Thanks, Jonatan

ilg-ul commented 3 years ago

not properly reflected in the version history

That's the purpose of this ticket, to update the documentation.

Me, as a consumer of CMSIS, I don't check internal files, I check the top pages, and in this case missed your updates.