AdaCore / gnatstudio

GNAT Studio is a powerful and lightweight IDE for Ada and SPARK.
399 stars 52 forks source link

Feature suggestion: In package IDE from GPR project file: use Connection_Tool and Connection_Config_File to integrate the avarice utility for handling AVR probes #148

Closed sowebio closed 1 year ago

sowebio commented 1 year ago

Use Connection_Tool and Connection_Config_File to integrate the avarice command "--part atmega1280 --jtag usb --mkII --reset-srst :4242" (1) Using : Use Connection_Tool : avarice Connection_Config_File : avarice.cnf containing "--part atmega1280 --jtag usb --mkII --reset-srst :4242" (1)

(1) can be quite different in terms of avarice settings, depending on the probe used.

ogorodnik commented 1 year ago

The best way to do what you need is create your own plugin to manage settings. board_support.py can be used as an example. Also see issue: #150

sowebio commented 1 year ago

Le 12/01/2023 à 17:28, Andry Ogorodnik a écrit :

Many thanks Andry. I'll follow your advices and update AVR doc accordingly.

The best way to do what you need is create your own plugin to manage settings. board_support.py can be used as an example. Also see issue:

150 https://github.com/AdaCore/gnatstudio/issues/150

— Reply to this email directly, view it on GitHub https://github.com/AdaCore/gnatstudio/issues/148#issuecomment-1380683582, or unsubscribe https://github.com/notifications/unsubscribe-auth/AITO6QPLF7D4FBY3UYPK52TWSAWLVANCNFSM6AAAAAATZB62WY. You are receiving this because you authored the thread.Message ID: @.***>

-- Stéphane Rivière Ile d'Oléron - France

ogorodnik commented 1 year ago

Do not hesitate to ask if you need help/suggestions.

sowebio commented 1 year ago

Hi Andry,

No time this day but I will study and follow all of your kindly advices.

When I put them into practice I'll come back to you if I have any problems.

Have a nice weekend,

Stef

Le 12/01/2023 à 17:28, Andry Ogorodnik a écrit :

The best way to do what you need is create your own plugin to manage settings. board_support.py can be used as an example. Also see issue:

150 https://github.com/AdaCore/gnatstudio/issues/150

— Reply to this email directly, view it on GitHub https://github.com/AdaCore/gnatstudio/issues/148#issuecomment-1380683582, or unsubscribe https://github.com/notifications/unsubscribe-auth/AITO6QPLF7D4FBY3UYPK52TWSAWLVANCNFSM6AAAAAATZB62WY. You are receiving this because you authored the thread.Message ID: @.***>

-- Stéphane Rivière Ile d'Oléron - France

ogorodnik commented 1 year ago

Hello Stef, Thank you for the feedback.