Page 1 of 1

downloading index.package_stm_index.json

Posted: Wed Jun 26, 2024 12:35 pm
by ChPr
Bonjour à toutes et à tous,

Je travaille sous Windows 10 et IDE Arduino 2.3.2.

Après avoir mis en marche mon PC, pour le premier lancement de l'IDE Arduino, j'ai le message suivant :

Code: Select all

downloading index.package_stm_index.json
Est-ce normal ou pas ?

Ce paquet n'est-il pas chargé une bonne fois pour toutes ?

Cordialement.

Pierre

Re: downloading index.package_stm_index.json

Posted: Wed Jun 26, 2024 1:10 pm
by STM32ardui
My french is bad, but I understand your complaining.

After (nearly) each start ArduinoIDE 2.x.x checks JSON-package. If you have more than one, it looks like it checks the last in the list.

Is it normal?
Seems so.
I didn't find an option to switch off that behaviour.
May be you should ask development team of ArduinoIDE?

Re: downloading index.package_stm_index.json

Posted: Wed Jun 26, 2024 1:30 pm
by fpiSTM
Yes it is normal. Arduino checkseach start this allows to warn if an update of the core exists.

Re: downloading index.package_stm_index.json

Posted: Wed Jun 26, 2024 6:14 pm
by ChPr
Thank you for this informatrion.

An other question, may be in the same way.

In the preferences, i have these three lines :

Code: Select all

http://dan.drown.org/stm32duino/package_STM32duino_index.json
https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json
As I am only using "STM32 MCU based boards" with "STMCubeProgrammer(SWD"), are all of these three lines necessary ?

And if I have to delete one of them, will all the files depending of this line deleted ?

Sincerely.

Pierre.

Re: downloading index.package_stm_index.json

Posted: Wed Jun 26, 2024 6:28 pm
by fpiSTM

Re: downloading index.package_stm_index.json

Posted: Wed Jun 26, 2024 6:34 pm
by STM32ardui
Second JSON-line is the one I installed in my ArduinoIDE.

After typing in such a line, you have to go to board manager and install STM32 MCU based boards.
There is a remove-button. I would do it this way - I don't think, that removing JSON entry will also deinstall all boards (but I'm not sure).

Re: downloading index.package_stm_index.json

Posted: Thu Jun 27, 2024 12:22 pm
by ChPr
Thanks for the information.

I have deleted the unnecessary lines and uninstalled the cards concerned --> OK


But I still have cards with the suffix (dans le Croquis). For example :

Code: Select all

Marlin AVR Boards (dans le Croquis)
STM32 Boards (STM32duino.com)(dans le Croquis)
STM32F3 Boards (dans le Croquis)
STM32F4 Boards (dans le Croquis)
What does it correspond to and how can I find it ?

Sincerely.

Pierre.