Lines Matching full:platforms
545 entirely hermetic. You can target Cortex-M, by using the platforms command line
547 The platforms that are currently supported are listed below:
551 bazel build //:your_target --platforms=@pigweed//pw_build/platforms:cortex_m0
552 bazel build //:your_target --platforms=@pigweed//pw_build/platforms:cortex_m1
553 bazel build //:your_target --platforms=@pigweed//pw_build/platforms:cortex_m3
554 bazel build //:your_target --platforms=@pigweed//pw_build/platforms:cortex_m4
555 bazel build //:your_target --platforms=@pigweed//pw_build/platforms:cortex_m7
557 --platforms=@pigweed//pw_build/platforms:cortex_m4_fpu
559 --platforms=@pigweed//pw_build/platforms:cortex_m7_fpu
562 The above examples are cpu/fpu oriented platforms and can be used where
563 applicable for your application. There some more specific platforms for the
565 encouraged that you create your own set of platforms specific for your project,
588 New platforms for chipset and board:
592 #your_repo/build_settings/platforms/BUILD
594 platforms(
596 parents = ["@pigweed//pw_build/platforms:cortex_m4"],
602 platforms(
614 --platforms=@your_repo//build_settings:nucleo_l432kc