Searched refs:stack (Results 1 – 25 of 30) sorted by relevance
12
| /external/platform/pico/rp2_common/pico_standard_link/ |
| A D | memmap_no_flash.ld | 185 /* .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 D | memmap_copy_to_ram.ld | 217 /* .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 D | memmap_blocked_ram.ld | 215 /* .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 D | memmap_default.ld | 215 /* .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 D | nrf51_common.ld | 149 * 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 D | nrf_common.ld | 147 * 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 D | nrf52_common.ld | 149 * 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 D | gcc_startup_nrf51.S | 33 .section .stack
|
| A D | gcc_startup_nrf5340_network.S | 33 .section .stack
|
| A D | gcc_startup_nrf52805.S | 33 .section .stack
|
| A D | gcc_startup_nrf52811.S | 33 .section .stack
|
| A D | gcc_startup_nrf52820.S | 33 .section .stack
|
| A D | gcc_startup_nrf52.S | 33 .section .stack
|
| A D | gcc_startup_nrf52810.S | 33 .section .stack
|
| A D | gcc_startup_nrf52833.S | 33 .section .stack
|
| A D | gcc_startup_nrf52840.S | 33 .section .stack
|
| /external/lib/lwip/netif/ |
| A D | FILES | 25 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 D | boot_stage2.ld | 3 stack. Note 4 bytes occupied by checksum. */
|
| /external/platform/pico/rp2_common/pico_multicore/ |
| A D | multicore.c | 136 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 D | FILES | 4 core/ - The core of the TPC/IP stack; protocol implementations,
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/ |
| A D | readme.dox | 35 * 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 D | readme.dox | 35 * The example shows how to us USBD ROM stack to creates a HID mouse.
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/ |
| A D | readme.dox | 35 * 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 D | readme.dox | 36 * The example shows how to us USBD ROM stack to creates a HID keyboard.
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/ |
| A D | readme.dox | 35 * The example shows how to us USBD ROM stack to creates a USB to UART converter port.
|
Completed in 25 milliseconds
12