Skip to content
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

Issue with SPI libraries while debugging arduino MEGA 2560 in eclipse (with v4 plugin) #10

Open
Meghadoot opened this issue Dec 8, 2017 · 1 comment

Comments

@Meghadoot
Copy link

As we see, source code within the SPI.h and SPI.c has been commented in avr_local folder.
Also, it is not possible to simply copy+paste traditional SPI libraries for Arduino boards.(It will throw up with the compiler and syntax errors, especially undefined SPCR,SPSR,SPDR etc. ).

when can we expect a debug feature to be updated in plugin for codes that requires SPI or EEPROM libraries?

@jantje
Copy link
Owner

jantje commented Mar 22, 2018

For local debug (I assume you are referring to that) these libraries can be empty shells.
Feel free to create the empty shells you need and add them to this repository.
This is how these hardware platforms started to exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants