-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Comments
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 <#150>
—
Reply to this email directly, view it on GitHub
<#148 (comment)>,
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 <#150>
—
Reply to this email directly, view it on GitHub
<#148 (comment)>,
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, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: