Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.1k
The patches required to use C++ STL#493
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
CLAassistant commentedJul 26, 2022
|
KOLANICH commentedJul 26, 2022
It is likely these patches should be applied to other cores too. |
KOLANICH commentedJul 26, 2022
CLA won't be signed, but everyone can consider original parts of my contribution as licensed under Unlicense license. |
matthijskooijman commentedJul 26, 2022
Thanks for your contribution! I believe this might be already solved inhttps://github.com/arduino/ArduinoCore-API, which should be the base of this core as well in the future (also seearduino/ArduinoCore-API#140 which makes some additional related changes). |
KOLANICH commentedJul 26, 2022
Thanks. Incorporated some changes from there. |
…texpr functions in the case of C++. Required in order to avoid conflicts to C++ stdlib.Incorporates some of the changes fromarduino/ArduinoCore-API#140 andarduino/ArduinoCore-API@30e4397Co-Authored-By: Keating Reid <keating.reid@protonmail.com>Co-Authored-By: Martino Facchin <m.facchin@arduino.cc>
These patches should be enough to use
magic_enumlibrary andstd::string. For using CTRE other patches are needed, but they don't belong to this repo.