-
Notifications
You must be signed in to change notification settings - Fork 24
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
Arduino ISP Port Issues #5
Comments
Thanks for calling this to my attention. It looks like a regression due to some refactoring I did some time back. I've made a change that should fix the issue. So, please download the latest build and let me know if this solves the prombel for you. |
Thanks for the quick turn around. I am able to program my ATtiny85. Will a future update have a serial console, and the ability to debug such as that of the DebugWireDebuggerProgrammer? |
Yes. That's the plan. At the moment I'm trying to improve the built in
documentation and smooth out some rough edges in the code. But, I'm also
thinking through how the interface needs to change to best integrate
debugging. If you have any suggestions on how to improve the current code
and/or how to best integrate debugging, please let me know.
Wayne
…On Mon, May 27, 2019 at 5:30 PM akvhumbu ***@***.***> wrote:
Thanks for the quick turn around. I am able to program my ATtiny85. Will a
future update have a serial console, and the ability to debug such as that
of the DebugWireDebuggerProgrammer?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5?email_source=notifications&email_token=AAIDM4XJE7PNT45XD5X4BJ3PXR4L3A5CNFSM4HPXDJPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWKVLYY#issuecomment-496326115>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIDM4TQBQS7D4TLEYLU5BDPXR4L3ANCNFSM4HPXDJPA>
.
|
Hi Wayne, I'm certain the IDE has support for libraries aka "#include headerfiles". I have been trying to include libraries other than the AVR & C ones but they are not being linked. Do you know where I should save my header files on the Mac in order for the linker to find them? I've tried saving in the Libraries folder where Arduino IDE looks for, but that doesn't work either. Regards, |
No, sorry, the IDE doesn't currently support include files other than for
the built in libraries. I'm hoping to add this at some point, but I
haven't yet worked out how to do this in a way that will be compatible with
the automatic prototype generation code I've added.
Wayne
…On Mon, Jun 17, 2019 at 10:20 AM akvhumbu ***@***.***> wrote:
Hi Wayne,
I'm certain the IDE has support for libraries aka "#include headerfiles".
I have been trying to include libraries other than the AVR & C ones but
they are not being linked. Do you know where I should save my header files
on the Mac in order for the linker to find them? I've tried saving in the
Libraries folder where Arduino IDE looks for, but that doesn't work either.
Regards,
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5?email_source=notifications&email_token=AAIDM4TENJSAMQ5NIEPZ5KLP27BU7A5CNFSM4HPXDJPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODX33UUA#issuecomment-502774352>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIDM4SRXSEYOU2KSRYSREDP27BU7ANCNFSM4HPXDJPA>
.
|
Describe the bug
Hi Wayne, I can't get the ATTiny10IDE to see my Arduino. After selecting my target(ATtiny85), building the sample code(Blink), and setting up the programmer as ArduinoISP, I get the following error when I try to upload the program:
avrdude: Error: Invalid -P value: '/dev/cu.usbmodem14601'
Use -P usb:bus:device
avrdude done. Thank you.
The Arduinos that Ive tried to use(Uno & Nano) have the Arduino ISP Sketh already uploaded into them and can program the ATtiny85 using the Arduino IDE. I've had no success on both Mac & Windows.
The text was updated successfully, but these errors were encountered: