Closed sowebio closed 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
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
Do not hesitate to ask if you need help/suggestions.
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
Hello Stef, Thank you for the feedback.
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.