Replies: 3 comments 5 replies
-
Thanks, @Wenn0101! Looking forward to many of these fixes. I'll kick the tires and let you know if I find any gremlins. When is 2.0.6 set to release? Cheers, |
Beta Was this translation helpful? Give feedback.
-
some feedback on BLE. Good to see this works with different BDaddr now. I have tested on Edge and ATP board. With respect to the remark on line 199
Please be aware that as you build a library from Mbed-OS, mbed_app.json is NOT included in the build process. (build.py only in build_api.py) Remark on line 208 Shouldn't that include the --library and --source options : regards, |
Beta Was this translation helpful? Give feedback.
-
What does the Legacy Arduino API Support change mean? |
Beta Was this translation helpful? Give feedback.
-
Release Candidate is up for v2.0.6:
Patch release attempting to address a lot of issues that have been annoying users.
Changelog:
-Re-add MicroMod Support to v2 core (#343)
-Fix permissions issue on macOS and Linux (#330)
-Fix svl uploader for bigSur (#299)
-Fix AnalogRead reporting wrong pin (#303)
-Diversify BLE MAC addresses by default (prevent duplicate MAC addresses) (#290)
-Fix non-compiling examples for I2C and SPI (#350)
-Fix Arduino API issues (for example including IPAddress.h should now work) (no active issue)
Changes since discussion creation:
(none)
How to test:
git clone https://github.com/sparkfun/Arduino_Apollo3.git
cd Arduino_Apollo3
git checkout release-candidate
git submodule update --init --recursive
Beta Was this translation helpful? Give feedback.
All reactions