/hal_rpi_pico-latest/tools/pioasm/ |
D | json_output.cpp | 28 bool first = true; in output_symbols() local 32 if (!first) { in output_symbols() 35 first = false; in output_symbols() 40 if (!first) in output_symbols() 48 first = true; in output_symbols() 52 if (!first) { in output_symbols() 55 first = false; in output_symbols() 60 if (!first) in output_symbols() 70 if (p.first.size() >= name.size() && p.first.compare(0, name.size(), name) == 0) { in output() 71 …:cerr << "warning: " << name << " does not support output options; " << p.first << " lang_opt igno… in output() [all …]
|
D | ada_output.cpp | 77 if (p.first.size() >= name.size() && p.first.compare(0, name.size(), name) == 0) { in output() 78 …:cerr << "warning: " << name << " does not support output options; " << p.first << " lang_opt igno… in output()
|
D | c_sdk_output.cpp | 61 if (p.first.size() >= name.size() && p.first.compare(0, name.size(), name) == 0) { in output() 62 …:cerr << "warning: " << name << " does not support output options; " << p.first << " lang_opt igno… in output() 170 if (o.first == name) { in output()
|
D | python_output.cpp | 88 if (p.first.size() >= name.size() && p.first.compare(0, name.size(), name) == 0) { in output() 90 write_opt(p2.first, p2.second); in output() 140 if (o.first == name) { in output()
|
D | pio_assembler.cpp | 478 if (o == e.first || 0 == e.first.find(o+"-")) { in write_output() 484 …:cerr << e.second[0].location << ": warning, unknown code block output type '" << e.first << "'\n"; in write_output() 485 known_output_formats.insert(e.first); in write_output() 526 return std::pair<std::string, std::vector<std::string>>(e.first, blocks); in write_output()
|
D | go_output.cpp | 73 if (o.first == name) { in output()
|
/hal_rpi_pico-latest/src/rp2_common/hardware_i2c/ |
D | i2c.c | 154 bool first = byte_ctr == 0; in i2c_write_blocking_internal() local 162 bool_to_bit(first && i2c->restart_on_next) << I2C_IC_DATA_CMD_RESTART_LSB | in i2c_write_blocking_internal() 285 bool first = byte_ctr == 0; in i2c_read_blocking_internal() local 295 bool_to_bit(first && i2c->restart_on_next) << I2C_IC_DATA_CMD_RESTART_LSB | in i2c_read_blocking_internal()
|
/hal_rpi_pico-latest/tools/ |
D | Findpioasm.cmake | 9 # todo we would like to use pckgconfig to look for it first
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/ |
D | memmap_copy_to_ram.ld | 116 /* Vector table goes first in RAM, to avoid large alignment hole */ 304 …info_header_end - __logical_binary_start <= 1024, "Binary info must be in first 1024 bytes of the … 305 …ASSERT( __embedded_block_end - __logical_binary_start <= 4096, "Embedded block must be in first 40…
|
D | memmap_no_flash.ld | 251 …info_header_end - __logical_binary_start <= 1024, "Binary info must be in first 1024 bytes of the … 252 …ASSERT( __embedded_block_end - __logical_binary_start <= 4096, "Embedded block must be in first 40…
|
D | memmap_default.ld | 297 …info_header_end - __logical_binary_start <= 1024, "Binary info must be in first 1024 bytes of the … 298 …ASSERT( __embedded_block_end - __logical_binary_start <= 4096, "Embedded block must be in first 40…
|
/hal_rpi_pico-latest/cmake/preload/toolchains/util/ |
D | find_compiler.cmake | 11 # Search user provided path first.
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/ |
D | memmap_no_flash.ld | 36 entry (ELF entry point), are *first* in the image, and the vector table 246 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
|
D | memmap_copy_to_ram.ld | 100 /* Vector table goes first in RAM, to avoid large alignment hole */ 284 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
|
D | memmap_blocked_ram.ld | 283 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
|
D | memmap_default.ld | 283 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
|
/hal_rpi_pico-latest/ |
D | CONTRIBUTING.md | 9 In order to contribute new or updated code, you must first create a GitHub account and fork the ori…
|
/hal_rpi_pico-latest/src/rp2040/boot_stage2/ |
D | CMakeLists.txt | 36 # by convention the first source file name without extension is used for the binary info name
|
/hal_rpi_pico-latest/src/rp2350/boot_stage2/ |
D | CMakeLists.txt | 36 # by convention the first source file name without extension is used for the binary info name
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_v1_rom_shim_rp2040.S | 157 # frsub first because it is the only one that needs alignment 962 lsrs r3,r1,#4 @ first Newton-Raphson iteration 1120 @ a first pass and then double precision in a second pass?).
|
/hal_rpi_pico-latest/docs/ |
D | styles.css | 199 #main-nav > ul > li:first-child {
|