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

Changes in RF24_config.h prohibits the detection of XMEGA. #251

Merged
merged 4 commits into from
Jun 16, 2016

Conversation

akatran
Copy link
Contributor

@akatran akatran commented Apr 29, 2016

I have change the detection scheme in order to correctly detect the Atmel Studio 7 ATXMega256D3 MCU.

Because in windows would take extra steps to use the configure in order to put the correct include.h files, I change the order of detecting the MCU.

The other way is to put the needed changes in configure file and call it from windows command prompt (and in linux too) before any other action meaning that users have to install additional software.

TMRh20 added a commit that referenced this pull request Apr 30, 2016
@TMRh20
Copy link
Member

TMRh20 commented Apr 30, 2016

@akatran Please take a look at the change I made above. It was preventing pgmspace.h etc from being included properly, but I assume this will still work for you?

@akatran
Copy link
Contributor Author

akatran commented Apr 30, 2016

@TMRh20 I think it is OK. I will test it in the first chance!

@akatran akatran closed this Apr 30, 2016
@akatran akatran reopened this Apr 30, 2016
@akatran
Copy link
Contributor Author

akatran commented Apr 30, 2016

Wrong button pressed!!!

@akatran
Copy link
Contributor Author

akatran commented May 3, 2016

I made some changes to include the XMega D3 family of MCUs.

@Avamander
Copy link
Member

Avamander commented Jun 13, 2016

This has been tested and works on rPi, XMega and all others? (Would it be somehow possible to automate the testing fairly easily?)

@akatran
Copy link
Contributor Author

akatran commented Jun 16, 2016

It works on rPi and Xmega. I have test them!
(Automate for Xmega? Hmmm!!! I 'm still merging manually the lib with Atmel Studio Lib in order to work!)

@Avamander Avamander merged commit 57a74e8 into nRF24:master Jun 16, 2016
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

Successfully merging this pull request may close these issues.

3 participants