Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 22 of 22) sorted by relevance

/hal_rpi_pico-latest/bazel/toolchain/
DBUILD.bazel1 load("@rules_cc//cc/toolchains:args.bzl", "cc_args")
2 load("@rules_cc//cc/toolchains:args_list.bzl", "cc_args_list")
3 load("@rules_cc//cc/toolchains:feature.bzl", "cc_feature")
4 load("@rules_cc//cc/toolchains:toolchain.bzl", "cc_toolchain")
12 "@rules_cc//cc/toolchains/actions:compile_actions",
13 "@rules_cc//cc/toolchains/actions:link_actions",
21 "@rules_cc//cc/toolchains/actions:compile_actions",
22 "@rules_cc//cc/toolchains/actions:link_actions",
30 "@rules_cc//cc/toolchains/actions:compile_actions",
31 "@rules_cc//cc/toolchains/actions:link_actions",
[all …]
Dconfigurable_feature.bzl1 load("@rules_cc//cc/toolchains:args.bzl", "cc_args")
2 load("@rules_cc//cc/toolchains:args_list.bzl", "cc_args_list")
3 load("@rules_cc//cc/toolchains:feature.bzl", "cc_feature")
12 actions = ["@rules_cc//cc/toolchains/actions:compile_actions"],
20 actions = ["@rules_cc//cc/toolchains/actions:cpp_compile_actions"],
28 actions = ["@rules_cc//cc/toolchains/actions:link_actions"],
Dclang.BUILD3 load("@rules_cc//cc/toolchains:tool.bzl", "cc_tool")
4 load("@rules_cc//cc/toolchains:tool_map.bzl", "cc_tool_map")
5 load("@rules_cc//cc/toolchains:args.bzl", "cc_args")
6 load("@rules_cc//cc/toolchains:args_list.bzl", "cc_args_list")
25 "@rules_cc//cc/toolchains/actions:assembly_actions": ":asm",
26 "@rules_cc//cc/toolchains/actions:c_compile": ":clang",
27 "@rules_cc//cc/toolchains/actions:cpp_compile_actions": ":clang++",
28 "@rules_cc//cc/toolchains/actions:link_actions": ":lld",
29 "@rules_cc//cc/toolchains/actions:objcopy_embed_data": ":llvm-objcopy",
30 "@rules_cc//cc/toolchains/actions:strip": ":llvm-strip",
[all …]
Dgcc_arm_none_eabi.BUILD3 load("@rules_cc//cc/toolchains:tool.bzl", "cc_tool")
4 load("@rules_cc//cc/toolchains:tool_map.bzl", "cc_tool_map")
5 load("@rules_cc//cc/toolchains:args.bzl", "cc_args")
6 load("@rules_cc//cc/toolchains:args_list.bzl", "cc_args_list")
14 "@rules_cc//cc/toolchains/actions:assembly_actions": ":asm",
15 "@rules_cc//cc/toolchains/actions:c_compile": ":arm-none-eabi-gcc",
16 "@rules_cc//cc/toolchains/actions:cpp_compile_actions": ":arm-none-eabi-g++",
17 "@rules_cc//cc/toolchains/actions:link_actions": ":arm-none-eabi-ld",
18 "@rules_cc//cc/toolchains/actions:objcopy_embed_data": ":arm-none-eabi-objcopy",
19 "@rules_cc//cc/toolchains/actions:strip": ":arm-none-eabi-strip",
[all …]
Dobjcopy.bzl1 load("@bazel_tools//tools/build_defs/cc:action_names.bzl", "OBJ_COPY_ACTION_NAME")
2 load("@rules_cc//cc:find_cc_toolchain.bzl", "find_cpp_toolchain", "use_cc_toolchain")
/hal_rpi_pico-latest/test/hardware_pwm_test/
Dhardware_pwm_test.c63 … PICOTEST_CHECK_CHANNEL(pwm, slice->cc == PWM_CH0_CC_RESET, "HW compares does not match config"); in main()
83 …PICOTEST_CHECK_CHANNEL(pwm, slice->cc == (((v) << PWM_CH0_CC_B_LSB) | ((v + 1) << PWM_CH0_CC_A_LSB… in main()
101 int cc = pwm_get_counter(pwm); in main() local
102 …PICOTEST_CHECK_CHANNEL(pwm, slice->ctr == cc && cc == c, "pwm_get_counter() failed to get register… in main()
/hal_rpi_pico-latest/tools/pioasm/
DBUILD.bazel24 "@rules_cc//cc/compiler:msvc-cl": ["/std:c++20"],
28 "@rules_cc//cc/compiler:msvc-cl": ["YY_NO_UNISTD_H=1"],
Dparser.yy7 %skeleton "lalr1.cc" /* -*- C++ -*- */
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/
Dstdio.c139 char cc = (char)c; in stdio_putchar_raw() local
140 stdio_put_string(&cc, 1, false, false); in stdio_putchar_raw()
303 char cc = (char)c; in PRIMARY_STDIO_FUNC() local
304 stdio_put_string(&cc, 1, false, true); in PRIMARY_STDIO_FUNC()
/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dpwm.h53 io_rw_32 cc;
/hal_rpi_pico-latest/src/common/pico_util/
DBUILD.bazel19 target_compatible_with = incompatible_with_config("@rules_cc//cc/compiler:msvc-cl"),
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dpwm.h53 io_rw_32 cc;
/hal_rpi_pico-latest/src/common/pico_sync/
DBUILD.bazel30 target_compatible_with = incompatible_with_config("@rules_cc//cc/compiler:msvc-cl"),
/hal_rpi_pico-latest/bazel/
Dpico_btstack_make_gatt_header.bzl1 load("@rules_cc//cc:find_cc_toolchain.bzl", "find_cpp_toolchain", "use_cc_toolchain")
Ddefs.bzl2 load("@rules_cc//cc:defs.bzl", "cc_library")
/hal_rpi_pico-latest/src/rp2_common/hardware_pwm/include/hardware/
Dpwm.h267 pwm_hw->slice[slice_num].cc = PWM_CH0_CC_RESET; in pwm_init()
329 &pwm_hw->slice[slice_num].cc, in pwm_set_chan_level()
352 …pwm_hw->slice[slice_num].cc = (((uint)level_b) << PWM_CH0_CC_B_LSB) | (((uint)level_a) << PWM_CH0_… in pwm_set_both_levels()
/hal_rpi_pico-latest/src/common/pico_time/
DBUILD.bazel16 target_compatible_with = incompatible_with_config("@rules_cc//cc/compiler:msvc-cl"),
/hal_rpi_pico-latest/src/common/pico_binary_info/
Dbinary_info.bzl1 load("@rules_cc//cc:defs.bzl", "cc_library")
/hal_rpi_pico-latest/src/rp2_common/pico_lwip/
DBUILD.bazel7 hdrs = ["include/arch/cc.h"],
DCMakeLists.txt263 # our arch/cc.h
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_sci_m33_vfp.S204 it cc @ 50% ... to here...
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_sci_m33.S732 it cc