Home
last modified time | relevance | path

Searched refs:defines (Results 1 – 25 of 37) sorted by relevance

12

/hal_rpi_pico-latest/tools/
Dcheck_board_header.py58 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/
Dgenerate_version_header.py43 defines = {
51 lambda val: str(defines.get(val.group(1))),
/hal_rpi_pico-latest/src/host/hardware_timer/
DBUILD.bazel15 defines = _DEFINES,
29 defines = _DEFINES,
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/
DBUILD.bazel35 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/
DBUILD.bazel17 defines = ["LIB_PICO_MULTICORE=1"],
36 defines = ["LIB_PICO_MULTICORE=0"],
/hal_rpi_pico-latest/src/rp2_common/pico_printf/
DBUILD.bazel18 defines = ["LIB_PICO_PRINTF_PICO=1"],
48 defines = [
/hal_rpi_pico-latest/src/rp2_common/pico_double/
DBUILD.bazel93 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/
DBUILD.bazel34 defines = ["PICO_COPY_TO_RAM=1"],
47 defines = ["PICO_NO_FLASH=1"],
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/
DBUILD.bazel14 defines = ["LIB_PICO_STDIO=1"],
25 # Ensure these defines are always present.
/hal_rpi_pico-latest/src/rp2_common/pico_sha256/
DBUILD.bazel9 defines = ["LIB_PICO_SHA256=1"],
/hal_rpi_pico-latest/src/rp2040/
DREADME.md3 `hardware_regs` contains low level hardware register #defines autogenerated from the RP2040 chip de…
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/
DBUILD.bazel53 # This is done rather than having intermediate libraries because the defines
66 defines = [
/hal_rpi_pico-latest/src/rp2350/
DREADME.md4 `hardware_regs` contains low level hardware register #defines autogenerated from the RP2350 chip de…
/hal_rpi_pico-latest/src/common/pico_stdlib_headers/
DBUILD.bazel4 # implementation of this header, along with other critical defines headers.
/hal_rpi_pico-latest/src/host/pico_stdio/
DBUILD.bazel6 defines = ["LIB_PICO_STDIO=1"],
/hal_rpi_pico-latest/src/common/pico_binary_info/
DBUILD.bazel11 # The actual sources and defines for pico_binary_info are provided
/hal_rpi_pico-latest/bazel/config/
DBUILD.bazel232 … 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/
Dcyw43-driver.BUILD14 defines = select({
/hal_rpi_pico-latest/src/rp2_common/tinyusb/
DBUILD.bazel10 defines = [
/hal_rpi_pico-latest/src/rp2_common/pico_flash/
DBUILD.bazel21 defines = select({
/hal_rpi_pico-latest/src/rp2_common/cmsis/
DBUILD.bazel12 defines = select({
65 defines = ["LIB_CMSIS_CORE=1"],
/hal_rpi_pico-latest/bazel/util/
Dsdk_define.bzl13 defines = depset(
/hal_rpi_pico-latest/tools/pioasm/
DBUILD.bazel27 defines = select({
/hal_rpi_pico-latest/src/boards/
DBUILD.bazel22 defines = [
/hal_rpi_pico-latest/src/common/pico_time/
DBUILD.bazel42 # macOS defines __weak as part of Xcode, and the semantics are unfortunately

12