commit | 0a3c5bd1614399c3f32b03ff37f40d36615252f7 | [log] [tgz] |
---|---|---|
author | James Aguilar <aguilar.james@gmail.com> | Wed Aug 14 16:35:56 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 14 16:35:56 2024 +0000 |
tree | caf6e0211a1deeafc4ec96e57c9673a8e28feff1 | |
parent | 3d7d7635281155e7774e5f5cbe1c01d567e47995 [diff] |
targets/rp2040: Add -fexceptions for the rp2040 PIO assembler The parser for the rp2xxx PIO assembler uses exceptions to signal error conditions. It doesn't compile without this. This code does not run on device. Change-Id: I7a5c2e4404d4970dad1278d3bfa8f0201157b923 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/229531 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Wyatt Hepler <hepler@google.com> Reviewed-by: Armando Montanez <amontanez@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.