Fixed
Status Update
Comments
af...@google.com <af...@google.com>
ap...@google.com <ap...@google.com> #2
Project: pigweed/pigweed
Branch: main
commit f5505073fa0b18ae176e899ab5a1bbd0128d4a38
Author: Austin Foxley <afoxley@google.com>
Date: Thu Sep 07 19:07:36 2023
pw_cpu_exception: bazel build support
Define constraint_setting's for each of the three facade's defined by
the module. Add them to the freertos platform tested by presubmit.
Bug: b/242183021
Change-Id: I36d9a85db809e866dd7926d3bc7e5f34d92c66c3
Reviewed-on:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/169733
Reviewed-by: Ted Pudlik <tpudlik@google.com>
Commit-Queue: Austin Foxley <afoxley@google.com>
M pw_build/platforms/BUILD.bazel
M pw_cpu_exception/BUILD.bazel
M pw_cpu_exception/docs.rst
M pw_cpu_exception_cortex_m/BUILD.bazel
M pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
https://pigweed-review.git.corp.google.com/169733
Branch: main
commit f5505073fa0b18ae176e899ab5a1bbd0128d4a38
Author: Austin Foxley <afoxley@google.com>
Date: Thu Sep 07 19:07:36 2023
pw_cpu_exception: bazel build support
Define constraint_setting's for each of the three facade's defined by
the module. Add them to the freertos platform tested by presubmit.
Bug:
Change-Id: I36d9a85db809e866dd7926d3bc7e5f34d92c66c3
Reviewed-on:
Reviewed-by: Ted Pudlik <tpudlik@google.com>
Commit-Queue: Austin Foxley <afoxley@google.com>
M pw_build/platforms/BUILD.bazel
M pw_cpu_exception/BUILD.bazel
M pw_cpu_exception/docs.rst
M pw_cpu_exception_cortex_m/BUILD.bazel
M pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
Description
This requires adding some facades/backends. We might want to wait with doing this until b/234871241 lands, to avoid throwaway work.