Replies: 6 comments 6 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Thanks again for any help. Let me know if you have any problems. If you aren't able to fully test, or have other ideas on how to test, that is great! All help and commentary is welcome. |
Beta Was this translation helpful? Give feedback.
-
hi
All this worked for me on Ubuntu 20.04. I can compile without errors.. works also when re-compile and then it skips the one that have already been compiled and not modified. Tried 10+ different sketches.
The "new 2.0.4" is MUCH larger due to the .git-folder, but I assume you will remove that before making the release.
Just one request.. it has been on many topics in the forum. An issue and solution with Nano (from KHE)
https://forum.sparkfun.com/viewtopic.php?f=169&t=54315&p=222622&hilit=nano#p222622
Easy fix.... 2 slashes...
Maybe for a next version we should focus to update the variant pin / led description (pins.cpp and variant.h) for the different boards.
regards,
Paul
…________________________________
Van: Wenn0101 <[email protected]>
Verzonden: woensdag 27 januari 2021 16:47
Aan: sparkfun/Arduino_Apollo3 <[email protected]>
CC: paulvha <[email protected]>; Mention <[email protected]>
Onderwerp: Re: [sparkfun/Arduino_Apollo3] v2.0.5 Patch Release (#336)
Yes, it is available to test now.
The testing that I think I would find most useful is:
* If you had an issue with the previous version that is addressed in this release, recreate and test issue is fixed on your system (for example the -MMD build problem on linux)
* Test your projects to see if there are new issues that have occurred in them.
The kinds of issues I will be most interested in are:
* Issues not fixed that are supposed to be fixed in this release
* New issues that are a direct result of this build
Any issues that are not new, should be logged in the typical issues tab in Github, rather than in this discussion.
Right now early testing does need to be done checking out the project via git. Though it could be an interesting idea to have a separate package for pre-release packages in Arduino, this isn't set up.
The easiest way to do this if you have previously installed the arduino core is to:
* navigate to you directory with the latest version
* rename the directory from 2.0.4 to .bckup2.0.4 (or simply delete it and download it later if wanted)
* clone this repo
git clone https://github.com/sparkfun/Arduino_Apollo3.git
* checkout release-candidate branch
git checkout release-candidate
* update all submodules
git submodule update --init --recursive
* rename directory from Arduino_Apollo3 to 2.0.4
* restart Arduino and enjoy.
@paulvha<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpaulvha&data=04%7C01%7C%7C4c6ebecfdd7e4b38018f08d8c2daeb88%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637473592787915968%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=A2ZvQqVMs4%2FSxfB2nRp9QJrSTyBOiIIkR9Ru4%2BxisyY%3D&reserved=0> it looks like you will need to update the submodules
git submodule update --init --recursive
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fsparkfun%2FArduino_Apollo3%2Fdiscussions%2F336%23discussioncomment-314979&data=04%7C01%7C%7C4c6ebecfdd7e4b38018f08d8c2daeb88%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637473592787925962%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=T4RDOJpr4AfWY8ugUqph9Q%2Fvjmdqw0DXNcXhm8yocLw%3D&reserved=0>, or unsubscribe<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAD2GBPC7OPZZATHSIB3AFQ3S4AYS3ANCNFSM4WUCHVRA&data=04%7C01%7C%7C4c6ebecfdd7e4b38018f08d8c2daeb88%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637473592787925962%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=HAa%2BixaSIsSXws3B%2BOZqaU%2F0AIUBu67STKeHQyPj0qM%3D&reserved=0>.
|
Beta Was this translation helpful? Give feedback.
-
v2.0.5 is now live! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
correction. regards, |
Beta Was this translation helpful? Give feedback.
-
Release Candidate is up for v2.0.5:
This is a small release with only a few changes planned. The main motivation for the release is to add the LoRa_Thing_Plus_expLoRaBLE target. In addition I snuck in a few changes to address problems with the last release.
Changelog:
-added double quotes around all paths to allow for spaces in windows usernames
-moved -MMD to extra flags, removed it from .cxx-flags, and .c-flags
-Fixed SPI compilation error
-Updates mbed submodule (includes path change for an include for EEPROM)
To test changes, checkout the branch release-candidate in your apollo3 package location.
I just pushed these changes and I haven't done thorough testing yet. I will keep this thread updated with any additional changes I push.
Changes since discussion creation:
-Commented out Serial1 for nano. (Change pushed to release candidate at ~2100 GMT)
Beta Was this translation helpful? Give feedback.
All reactions