Searched refs:defines (Results 1 – 25 of 37) sorted by relevance
12
/hal_rpi_pico-latest/tools/ |
D | check_board_header.py | 58 defines = dict() variable 132 … read_defines_from(os.path.join(os.path.dirname(board_header), os.path.basename(include)), defines) 140 validity_stack.append(bool(defines[last_if].resolved_value)) 148 validity_stack.append(last_ifdef in defines) 156 validity_stack.append(last_ifndef not in defines) 198 defines['PICO_RP2350'] = DefineType('PICO_RP2350', 1, 1, -1) 290 … read_defines_from(os.path.join(os.path.dirname(board_header), os.path.basename(include)), defines) 296 valid = bool(defines[m.group(2)].resolved_value) 305 validity_stack.append(m.group(1) in defines) 313 validity_stack.append(last_ifndef not in defines) [all …]
|
/hal_rpi_pico-latest/bazel/ |
D | generate_version_header.py | 43 defines = { 51 lambda val: str(defines.get(val.group(1))),
|
/hal_rpi_pico-latest/src/host/hardware_timer/ |
D | BUILD.bazel | 15 defines = _DEFINES, 29 defines = _DEFINES,
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/ |
D | BUILD.bazel | 35 defines = ["PICO_USE_BLOCKED_RAM=1"], 48 defines = ["PICO_COPY_TO_RAM=1"], 61 defines = ["PICO_NO_FLASH=1"],
|
/hal_rpi_pico-latest/src/rp2_common/pico_multicore/ |
D | BUILD.bazel | 17 defines = ["LIB_PICO_MULTICORE=1"], 36 defines = ["LIB_PICO_MULTICORE=0"],
|
/hal_rpi_pico-latest/src/rp2_common/pico_printf/ |
D | BUILD.bazel | 18 defines = ["LIB_PICO_PRINTF_PICO=1"], 48 defines = [
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | BUILD.bazel | 93 defines = ["PICO_DOUBLE_COMPILER=1"], 107 defines = ["LIB_PICO_DOUBLE_PICO=1"], 130 defines = ["LIB_PICO_DOUBLE_PICO=1"], 148 defines = [
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/ |
D | BUILD.bazel | 34 defines = ["PICO_COPY_TO_RAM=1"], 47 defines = ["PICO_NO_FLASH=1"],
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/ |
D | BUILD.bazel | 14 defines = ["LIB_PICO_STDIO=1"], 25 # Ensure these defines are always present.
|
/hal_rpi_pico-latest/src/rp2_common/pico_sha256/ |
D | BUILD.bazel | 9 defines = ["LIB_PICO_SHA256=1"],
|
/hal_rpi_pico-latest/src/rp2040/ |
D | README.md | 3 `hardware_regs` contains low level hardware register #defines autogenerated from the RP2040 chip de…
|
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/ |
D | BUILD.bazel | 53 # This is done rather than having intermediate libraries because the defines 66 defines = [
|
/hal_rpi_pico-latest/src/rp2350/ |
D | README.md | 4 `hardware_regs` contains low level hardware register #defines autogenerated from the RP2350 chip de…
|
/hal_rpi_pico-latest/src/common/pico_stdlib_headers/ |
D | BUILD.bazel | 4 # implementation of this header, along with other critical defines headers.
|
/hal_rpi_pico-latest/src/host/pico_stdio/ |
D | BUILD.bazel | 6 defines = ["LIB_PICO_STDIO=1"],
|
/hal_rpi_pico-latest/src/common/pico_binary_info/ |
D | BUILD.bazel | 11 # The actual sources and defines for pico_binary_info are provided
|
/hal_rpi_pico-latest/bazel/config/ |
D | BUILD.bazel | 232 … only] The cc_library that provides "pico_config_platform_headers.h" and defines PICO_BOARD, defau… 238 …, [Bazel only] The cc_library that defines PICO_CONFIG_HEADER or pico/config_autogen.h and other S… 262 …E portions of the btstack as part of //src/rp2_common/pico_btstack. Also defines ENABLE_BLE=1, typ… 268 …T portions of the btstack as part of //src/rp2_common/pico_btstack. Also defines ENABLE_CLASSIC=1,… 274 …T portions of the btstack as part of //src/rp2_common/pico_btstack. Also defines ENABLE_MESH=1, ty…
|
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/ |
D | cyw43-driver.BUILD | 14 defines = select({
|
/hal_rpi_pico-latest/src/rp2_common/tinyusb/ |
D | BUILD.bazel | 10 defines = [
|
/hal_rpi_pico-latest/src/rp2_common/pico_flash/ |
D | BUILD.bazel | 21 defines = select({
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/ |
D | BUILD.bazel | 12 defines = select({ 65 defines = ["LIB_CMSIS_CORE=1"],
|
/hal_rpi_pico-latest/bazel/util/ |
D | sdk_define.bzl | 13 defines = depset(
|
/hal_rpi_pico-latest/tools/pioasm/ |
D | BUILD.bazel | 27 defines = select({
|
/hal_rpi_pico-latest/src/boards/ |
D | BUILD.bazel | 22 defines = [
|
/hal_rpi_pico-latest/src/common/pico_time/ |
D | BUILD.bazel | 42 # macOS defines __weak as part of Xcode, and the semantics are unfortunately
|
12