-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
Add support for RFduino #319
Comments
Please try develop branch of PlatformIO $ pip install https://github.com/platformio/platformio/archive/feature/issue-319-rfduino-support.zip
# install platform with dependent package
$ platformio platforms install nordicnrf51 --with-package "framework-arduinonordicnrf51" Then use this data in platform = nordicnrf51
framework = arduino
board = rfduino Does it work for you? |
I used your commands. Then I used "platformio init -d .\pioproj --ide eclipse --board=rfduino" and it created a platformio.ini file with the data you entered above. However when I imported the project into Eclipse I get: Program "C:\Users<USER_NAME>arm-none-eabi-g++" not found in PATH Which maps to: There is no compiler under the ${USERPROFILE} dir structure. |
Does it work without IDE? Could you compile source code and upload it? # go to project directory where is located `platformio.ini`, then
platformio run --target upload |
No it does not work without the IDE. C:\Users\UserName\pioproj>platformio run --target upload framework: arduino, board: rfduino)arm-none-eabi-g++ -o .pioenvs\rfduino\src\tmp_ino_to.o -c -fno-rtti -fno-excepti C:\Users\UserName\pioproj> |
I see problem like |
I changed the real user name to UserName with a search and replace in
|
If you don't want to print this log here, please send it (without modifications) directly to me@ikravets.com. Thanks. |
Re-assigned to @ivankravets TODO:
|
@JohnDBodkin temporary solution: please define |
@JohnDBodkin please Happy Holidays and Merry Christmas! |
I just took it for a test drive. I was on travel for the past month. It On Sat, Dec 26, 2015 at 2:29 PM, Ivan Kravets notifications@github.com
|
@JohnDBodkin thanks a lot for the report! |
Please consider adding a board type for RFduino that does not currently exist. http://www.rfduino.com/
The text was updated successfully, but these errors were encountered: