8000 Don't use no-c++-exceptions version of libstdc++ by earlephilhower · Pull Request #280 · earlephilhower/arduino-pico · GitHub
[go: up one dir, main page]

Skip to content

Don't use no-c++-exceptions version of libstdc++ #280

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

Merged
merged 1 commit into from
Aug 12, 2021
Merged

Conversation

earlephilhower
Copy link
Owner

Per #276, #277, #274 there seems to be an issue with interrupts and some
other low-level ARM operations when using the distributed libstdc++.

Use the default libstdc++ built with the toolchain, instead.

Fixes #277
Fixes #276
Fixes #274

Per #276, #277, #274 there seems to be an issue with interrupts and some
other low-level ARM operations when using the distributed libstdc++.

Use the default libstdc++ built with the toolchain, instead.

Fixes #277
Fixes #276
Fixes #274
@earlephilhower earlephilhower merged commit 8451bc2 into master Aug 12, 2021
@earlephilhower earlephilhower deleted the undonox branch August 12, 2021 19:51
schkovich pushed a commit to schkovich/arduino-pico that referenced this pull request May 24, 2025
* Add pico_get_unique_board_id_string API

Add a new API to pico_unique which will turn the unique ID into a
canonical text string.

Use this API to update the USB device serial number in stdio_usb.

Supercedes earlephilhower#280

* Clean up -Wconversion=error issues

* Address review comments, fix api typing

Use cleaner binary-to-hex conversion.  Update the length parameter to
use uint per the SDK standard .
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.

Interrupts (working in 1.9.2) broken in 1.9.3 Tag 1.9.3 breakes SPI connection with MCP2515
1 participant
0