Home
last modified time | relevance | path

Searched refs:limit (Results 1 – 8 of 8) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/
Dmemmap_copy_to_ram.ld70 there is still a size limit of 256 bytes, to ensure the boot2 can be
282 /* stack limit is poorly named, but historically is maximum heap ptr */
301 /* Check if data + heap + stack exceeds RAM limit */
Dmemmap_default.ld107 there is still a size limit of 256 bytes, to ensure the boot2 can be
275 /* stack limit is poorly named, but historically is maximum heap ptr */
294 /* Check if data + heap + stack exceeds RAM limit */
Dmemmap_no_flash.ld229 /* stack limit is poorly named, but historically is maximum heap ptr */
248 /* Check if data + heap + stack exceeds RAM limit */
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/
Dmemmap_no_flash.ld224 /* stack limit is poorly named, but historically is maximum heap ptr */
243 /* Check if data + heap + stack exceeds RAM limit */
Dmemmap_blocked_ram.ld261 /* stack limit is poorly named, but historically is maximum heap ptr */
280 /* Check if data + heap + stack exceeds RAM limit */
Dmemmap_copy_to_ram.ld262 /* stack limit is poorly named, but historically is maximum heap ptr */
281 /* Check if data + heap + stack exceeds RAM limit */
Dmemmap_default.ld261 /* stack limit is poorly named, but historically is maximum heap ptr */
280 /* Check if data + heap + stack exceeds RAM limit */
/hal_rpi_pico-latest/tools/pioasm/
Dpio_assembler.cpp39 uint limit = MAX_INSTRUCTIONS; in add_instruction() local
40 if (instructions.size() >= limit) { in add_instruction()
43 msg << "program instruction limit of " << limit << " instruction(s) exceeded"; in add_instruction()