Searched refs:options (Results 1 – 14 of 14) sorted by relevance
/hal_rpi_pico-latest/src/rp2040/boot_stage2/include/boot_stage2/ |
D | config.h | 25 #error multiple boot stage 2 options chosen 34 #error multiple boot stage 2 options chosen 43 #error multiple boot stage 2 options chosen 52 #error multiple boot stage 2 options chosen 60 #error multiple boot stage 2 options chosen
|
/hal_rpi_pico-latest/src/rp2350/boot_stage2/include/boot_stage2/ |
D | config.h | 25 #error multiple boot stage 2 options chosen 34 #error multiple boot stage 2 options chosen 43 #error multiple boot stage 2 options chosen 52 #error multiple boot stage 2 options chosen 60 #error multiple boot stage 2 options chosen
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/ |
D | BUILD.bazel | 32 …s is a 'blocked_ram' build, type=bool, default=0, but dependent on CMake options, group=pico_stand… 45 …s is a 'copy_to_ram' build, type=bool, default=0, but dependent on CMake options, group=pico_stand… 58 …this is a 'no_flash' build, type=bool, default=0, but dependent on CMake options, group=pico_stand…
|
/hal_rpi_pico-latest/tools/pioasm/ |
D | main.cpp | 36 std::vector<std::string> options; in main() local 49 options.emplace_back(argv[i]); in main() 110 res = pioasm.generate(oformat, input, output, options); in main()
|
D | pio_assembler.h | 37 std::vector<std::string> options; member
|
D | pio_assembler.cpp | 28 options = _options; in generate() 534 return format->output(dest, options, source); in write_output()
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/ |
D | BUILD.bazel | 31 …s is a 'copy_to_ram' build, type=bool, default=0, but dependent on CMake options, group=pico_stand… 44 …this is a 'no_flash' build, type=bool, default=0, but dependent on CMake options, group=pico_stand…
|
/hal_rpi_pico-latest/tools/ |
D | compare_build_systems.py | 181 options = {} 194 options[match.group("name")] = Option( 199 return options
|
/hal_rpi_pico-latest/src/rp2_common/pico_standard_link/ |
D | CMakeLists.txt | 74 …this is a 'no_flash' build, type=bool, default=0, but dependent on CMake options, group=pico_stand… 77 …s is a 'blocked_ram' build, type=bool, default=0, but dependent on CMake options, group=pico_stand… 80 …s is a 'copy_to_ram' build, type=bool, default=0, but dependent on CMake options, group=pico_stand…
|
/hal_rpi_pico-latest/bazel/ |
D | README.md | 37 An exhaustive list of build system configuration options is available in 89 configuration options available in the CMake build are also available in Bazel.
|
/hal_rpi_pico-latest/docs/ |
D | Doxyfile.in | 56 # Need these next options to ensure that functions with modifiers do not confuse the Doxygen parser.
|
/hal_rpi_pico-latest/bazel/util/ |
D | transition.bzl | 111 # This transition sets SDK configuration options required to build test binaries 133 # This transition sets SDK configuration options required to build test binaries
|
/hal_rpi_pico-latest/cmake/ |
D | pico_pre_load_toolchain.cmake | 11 …set(CMAKE_BUILD_TYPE "${default_build_type}" CACHE STRING "Choose the type of build, options are: …
|
/hal_rpi_pico-latest/ |
D | README.md | 185 …co2 ..` or `cmake -DPICO_BOARD=pico_w ..` to configure the SDK and build options accordingly for t…
|