Skip to content

Commit

Permalink
pw_kernel: Remove strict kernel target compatibility
Browse files Browse the repository at this point in the history
Change-Id: I4f1307a33365938d5cc7a8a9d962f5e032c648ef
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/266973
Docs-Not-Needed: Erik Gilling <[email protected]>
Pigweed-Auto-Submit: Erik Gilling <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Reviewed-by: Armando Montanez <[email protected]>
Lint: Lint 🤖 <[email protected]>
  • Loading branch information
konkers authored and CQ Bot Account committed Feb 11, 2025
1 parent e1e39f1 commit 85ff31d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions pw_kernel/kernel/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ rust_library(
"//conditions:default": ["arch_host"],
}),
tags = ["kernel"],
target_compatible_with = select({
"@pigweed//pw_build/constraints/arm:cortex-m0": [],
"@pigweed//pw_build/constraints/arm:cortex-m3": [],
"@pigweed//pw_build/constraints/arm:cortex-m33": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
deps = [
"//pw_kernel/lib/list",
"//pw_kernel/target",
Expand Down
1 change: 1 addition & 0 deletions pw_kernel/kernel/entry/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ rust_binary(
name = "kernel_host",
srcs = ["kernel_host.rs"],
edition = "2021",
tags = ["kernel"],
target_compatible_with = incompatible_with_mcu(),
deps = [
"//pw_kernel/kernel",
Expand Down

0 comments on commit 85ff31d

Please sign in to comment.