Home
last modified time | relevance | path

Searched refs:first (Results 1 – 21 of 21) sorted by relevance

/hal_rpi_pico-latest/tools/pioasm/
Djson_output.cpp28 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 …]
Dada_output.cpp77 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()
Dc_sdk_output.cpp61 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()
Dpython_output.cpp88 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()
Dpio_assembler.cpp478 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()
Dgo_output.cpp73 if (o.first == name) { in output()
/hal_rpi_pico-latest/src/rp2_common/hardware_i2c/
Di2c.c154 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/
DFindpioasm.cmake9 # todo we would like to use pckgconfig to look for it first
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/
Dmemmap_copy_to_ram.ld116 /* 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…
Dmemmap_no_flash.ld251 …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…
Dmemmap_default.ld297 …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/
Dfind_compiler.cmake11 # Search user provided path first.
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/
Dmemmap_no_flash.ld36 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…
Dmemmap_copy_to_ram.ld100 /* 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…
Dmemmap_blocked_ram.ld283 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
Dmemmap_default.ld283 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
/hal_rpi_pico-latest/
DCONTRIBUTING.md9 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/
DCMakeLists.txt36 # by convention the first source file name without extension is used for the binary info name
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
DCMakeLists.txt36 # 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/
Ddouble_v1_rom_shim_rp2040.S157 # 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/
Dstyles.css199 #main-nav > ul > li:first-child {