Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 25 of 30) sorted by relevance

12

/external/platform/pico/rp2_common/pico_standard_link/
A Dmemmap_no_flash.ld185 /* .stack*_dummy section doesn't contains any symbols. It is only
186 * used for linker to calculate size of stack sections, and assign
187 * values to stack symbols later
191 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
192 * stack is not used then all of SCRATCH_X is free.
200 KEEP(*(.stack*))
203 /* stack limit is poorly named, but historically is maximum heap ptr */
211 /* Check if data + heap + stack exceeds RAM limit */
A Dmemmap_copy_to_ram.ld217 /* .stack*_dummy section doesn't contains any symbols. It is only
218 * used for linker to calculate size of stack sections, and assign
219 * values to stack symbols later
223 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
224 * stack is not used then all of SCRATCH_X is free.
232 KEEP(*(.stack*))
239 /* stack limit is poorly named, but historically is maximum heap ptr */
247 /* Check if data + heap + stack exceeds RAM limit */
A Dmemmap_blocked_ram.ld215 /* .stack*_dummy section doesn't contains any symbols. It is only
216 * used for linker to calculate size of stack sections, and assign
217 * values to stack symbols later
221 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
222 * stack is not used then all of SCRATCH_X is free.
230 KEEP(*(.stack*))
237 /* stack limit is poorly named, but historically is maximum heap ptr */
245 /* Check if data + heap + stack exceeds RAM limit */
A Dmemmap_default.ld215 /* .stack*_dummy section doesn't contains any symbols. It is only
216 * used for linker to calculate size of stack sections, and assign
217 * values to stack symbols later
221 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
222 * stack is not used then all of SCRATCH_X is free.
230 KEEP(*(.stack*))
237 /* stack limit is poorly named, but historically is maximum heap ptr */
245 /* Check if data + heap + stack exceeds RAM limit */
/external/platform/nrfx/mdk/
A Dnrf51_common.ld149 * used for linker to calculate size of stack sections, and assign
150 * values to stack symbols later */
153 KEEP(*(.stack*))
156 /* Set stack top to end of RAM, and stack limit move down by
162 /* Check if data + heap + stack exceeds RAM limit */
163 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
A Dnrf_common.ld147 * used for linker to calculate size of stack sections, and assign
148 * values to stack symbols later */
151 KEEP(*(.stack*))
154 /* Set stack top to end of RAM, and stack limit move down by
160 /* Check if data + heap + stack exceeds RAM limit */
161 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
A Dnrf52_common.ld149 * used for linker to calculate size of stack sections, and assign
150 * values to stack symbols later */
153 KEEP(*(.stack*))
156 /* Set stack top to end of RAM, and stack limit move down by
162 /* Check if data + heap + stack exceeds RAM limit */
163 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
A Dgcc_startup_nrf51.S33 .section .stack
A Dgcc_startup_nrf5340_network.S33 .section .stack
A Dgcc_startup_nrf52805.S33 .section .stack
A Dgcc_startup_nrf52811.S33 .section .stack
A Dgcc_startup_nrf52820.S33 .section .stack
A Dgcc_startup_nrf52.S33 .section .stack
A Dgcc_startup_nrf52810.S33 .section .stack
A Dgcc_startup_nrf52833.S33 .section .stack
A Dgcc_startup_nrf52840.S33 .section .stack
/external/lib/lwip/netif/
A DFILES25 ppp/ Point-to-Point Protocol stack
26 The PPP stack has been ported from ucip (http://ucip.sourceforge.net).
/external/platform/pico/rp2_common/boot_stage2/
A Dboot_stage2.ld3 stack. Note 4 bytes occupied by checksum. */
/external/platform/pico/rp2_common/pico_multicore/
A Dmulticore.c136 uint32_t *stack = core1_stack <= stack_limit ? stack_limit : (uint32_t *) -1; in multicore_launch_core1() local
137 multicore_launch_core1_with_stack(entry, stack, sizeof(core1_stack)); in multicore_launch_core1()
/external/lib/lwip/
A DFILES4 core/ - The core of the TPC/IP stack; protocol implementations,
/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/
A Dreadme.dox35 * The example shows how to us USBD ROM stack to creates a virtual comm port.
/external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example/
A Dreadme.dox35 * The example shows how to us USBD ROM stack to creates a HID mouse.
/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/
A Dreadme.dox35 * The example shows how to us USBD ROM stack to creates a generic HID device.
/external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/
A Dreadme.dox36 * The example shows how to us USBD ROM stack to creates a HID keyboard.
/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/
A Dreadme.dox35 * The example shows how to us USBD ROM stack to creates a USB to UART converter port.

Completed in 25 milliseconds

12