| /hal_infineon-latest/btstack/ |
| D | RELEASE.md | 6 …There is a very small window when the host stack gets an ADV, resolves the address and tries to co… 18 - Fixed the issue in AIROC™ BT/BLE stack deinitialization 22 - Changes for optimization of acl link allocation in stack 32 …alled by applications to serialize the execution of an application function in the BT stack context 33 - Updates to optimize the code size for Dual-mode stack 48 …- Enhancements for lowering stack library code size. Only the part of the stack code that is used … 49 …hich do not need SMP may override the default initializations done in the stack by defining the ma… 69 …anced Connection Complete Event v2 HCI event in the HCI event mask as this is not handled in stack. 89 - Fix to avoid clearing of CIS data path info from stack during CIS disconnection. 91 - Creation of stack libraries using ARM and IAR toolchains. [all …]
|
| D | README.md | 2 BTSTACK is Cypress's Bluetooth Host Protocol Stack implementation. The stack is optimized to work w… 4 … stack is available as libraries built for CM3 and CM4 ARM (TM) cores using ARM, GCC and IAR tool-… 6 …gration) that sets up memory, threads and other OS constructs required by stack library. Porting l…
|
| /hal_infineon-latest/mtb-template-cat1/files/templates/cat1a/COMPONENT_MTB/COMPONENT_CM4/TOOLCHAIN_GCC_ARM/ |
| D | cyb06xx5_cm4.ld | 43 /* The size of the stack section at the end of CM4 SRAM */ 292 * used for linker to calculate size of stack sections, and assign 293 * values to stack symbols later */ 296 KEEP(*(.stack*)) 300 /* Set stack top to end of RAM, and stack limit move down by 306 /* Check if data + heap + stack exceeds RAM limit */ 307 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | cy8c6xx4_cm4.ld | 43 /* The size of the stack section at the end of CM4 SRAM */ 296 * used for linker to calculate size of stack sections, and assign 297 * values to stack symbols later */ 300 KEEP(*(.stack*)) 304 /* Set stack top to end of RAM, and stack limit move down by 310 /* Check if data + heap + stack exceeds RAM limit */ 311 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | cyb06xx5_cm4_dual.ld | 43 /* The size of the stack section at the end of CM4 SRAM */ 309 * used for linker to calculate size of stack sections, and assign 310 * values to stack symbols later */ 313 KEEP(*(.stack*)) 317 /* Set stack top to end of RAM, and stack limit move down by 323 /* Check if data + heap + stack exceeds RAM limit */ 324 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | cyb06xx7_cm4.ld | 43 /* The size of the stack section at the end of CM4 SRAM */ 298 * used for linker to calculate size of stack sections, and assign 299 * values to stack symbols later */ 302 KEEP(*(.stack*)) 306 /* Set stack top to end of RAM, and stack limit move down by 312 /* Check if data + heap + stack exceeds RAM limit */ 313 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | cyb06xx7_cm4_dual.ld | 43 /* The size of the stack section at the end of CM4 SRAM */ 315 * used for linker to calculate size of stack sections, and assign 316 * values to stack symbols later */ 319 KEEP(*(.stack*)) 323 /* Set stack top to end of RAM, and stack limit move down by 329 /* Check if data + heap + stack exceeds RAM limit */ 330 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | cyb06xxa_cm4.ld | 43 /* The size of the stack section at the end of CM4 SRAM */ 298 * used for linker to calculate size of stack sections, and assign 299 * values to stack symbols later */ 302 KEEP(*(.stack*)) 306 /* Set stack top to end of RAM, and stack limit move down by 312 /* Check if data + heap + stack exceeds RAM limit */ 313 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | cyb06xxa_cm4_dual.ld | 43 /* The size of the stack section at the end of CM4 SRAM */ 315 * used for linker to calculate size of stack sections, and assign 316 * values to stack symbols later */ 319 KEEP(*(.stack*)) 323 /* Set stack top to end of RAM, and stack limit move down by 329 /* Check if data + heap + stack exceeds RAM limit */ 330 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | cys06xxa_cm4.ld | 43 /* The size of the stack section at the end of CM4 SRAM */ 298 * used for linker to calculate size of stack sections, and assign 299 * values to stack symbols later */ 302 KEEP(*(.stack*)) 306 /* Set stack top to end of RAM, and stack limit move down by 312 /* Check if data + heap + stack exceeds RAM limit */ 313 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| /hal_infineon-latest/abstraction-rtos/source/COMPONENT_THREADX/ |
| D | cyabs_rtos_threadx.c | 130 const char* name, void* stack, uint32_t stack_size, in cy_rtos_thread_create() argument 139 if ((stack != NULL) && (0 != (((uint32_t)stack) & CY_RTOS_ALIGNMENT_MASK))) in cy_rtos_thread_create() 145 if (stack == NULL) in cy_rtos_thread_create() 156 if (stack == NULL) in cy_rtos_thread_create() 158 stack = buffer; in cy_rtos_thread_create() 161 wrapper_ptr->memptr = stack; in cy_rtos_thread_create() 173 cy_rtos_error_t tx_rslt = tx_thread_create(*thread, (CHAR*)name, entry_function, arg, stack, in cy_rtos_thread_create()
|
| /hal_infineon-latest/mtb-template-cat1/files/templates/cat1b/COMPONENT_MTB/COMPONENT_CM33/TOOLCHAIN_GCC_ARM/ |
| D | cyw20829A0_ns_l1ram_cbus.ld | 44 /* The size of the stack section at the end of CM4 SRAM */ 339 * used for linker to calculate size of stack sections, and assign 340 * values to stack symbols later */ 343 KEEP(*(.stack*)) 347 /* Set stack top to end of RAM, and stack limit move down by 354 /* Check if data + heap + stack exceeds RAM limit */ 355 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | cyw20829A0_ns_ram_cbus.ld | 67 /* The size of the stack section at the end of CM33 SRAM */ 348 * used for linker to calculate size of stack sections, and assign 349 * values to stack symbols later */ 352 KEEP(*(.stack*)) 356 /* Set stack top to end of RAM, and stack limit move down by 363 /* Check if data + heap + stack exceeds RAM limit */ 364 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | cyw20829_ns_l1ram_cbus.ld | 44 /* The size of the stack section at the end of CM4 SRAM */ 339 * used for linker to calculate size of stack sections, and assign 340 * values to stack symbols later */ 343 KEEP(*(.stack*)) 347 /* Set stack top to end of RAM, and stack limit move down by 354 /* Check if data + heap + stack exceeds RAM limit */ 355 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | cyw20829_ns_ram_cbus.ld | 67 /* The size of the stack section at the end of CM33 SRAM */ 348 * used for linker to calculate size of stack sections, and assign 349 * values to stack symbols later */ 352 KEEP(*(.stack*)) 356 /* Set stack top to end of RAM, and stack limit move down by 363 /* Check if data + heap + stack exceeds RAM limit */ 364 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | cyw20829A0_ns_ram_sahb.ld | 65 /* The size of the stack section at the end of CM33 SRAM */ 320 * used for linker to calculate size of stack sections, and assign 321 * values to stack symbols later */ 324 KEEP(*(.stack*)) 328 /* Set stack top to end of RAM, and stack limit move down by 335 /* Check if data + heap + stack exceeds RAM limit */ 336 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | cyw20829_ns_ram_sahb.ld | 65 /* The size of the stack section at the end of CM33 SRAM */ 320 * used for linker to calculate size of stack sections, and assign 321 * values to stack symbols later */ 324 KEEP(*(.stack*)) 328 /* Set stack top to end of RAM, and stack limit move down by 335 /* Check if data + heap + stack exceeds RAM limit */ 336 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| /hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_GCC_ARM/ |
| D | xmc7100_x1088_cm0plus.ld | 44 /* The size of the stack section at the end of CM7 SRAM */ 293 * used for linker to calculate size of stack sections, and assign 294 * values to stack symbols later */ 297 KEEP(*(.stack*)) 301 /* Set stack top to end of RAM, and stack limit move down by 307 /* Check if data + heap + stack exceeds RAM limit */ 308 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | xmc7100_x2112_cm0plus.ld | 44 /* The size of the stack section at the end of CM7 SRAM */ 293 * used for linker to calculate size of stack sections, and assign 294 * values to stack symbols later */ 297 KEEP(*(.stack*)) 301 /* Set stack top to end of RAM, and stack limit move down by 307 /* Check if data + heap + stack exceeds RAM limit */ 308 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | xmc7100_x4160_cm0plus.ld | 44 /* The size of the stack section at the end of CM7 SRAM */ 296 * used for linker to calculate size of stack sections, and assign 297 * values to stack symbols later */ 300 KEEP(*(.stack*)) 304 /* Set stack top to end of RAM, and stack limit move down by 310 /* Check if data + heap + stack exceeds RAM limit */ 311 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | xmc7100d_x2112_cm0plus.ld | 44 /* The size of the stack section at the end of CM7_1 SRAM */ 293 * used for linker to calculate size of stack sections, and assign 294 * values to stack symbols later */ 297 KEEP(*(.stack*)) 301 /* Set stack top to end of RAM, and stack limit move down by 307 /* Check if data + heap + stack exceeds RAM limit */ 308 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | xmc7100d_x4160_cm0plus.ld | 44 /* The size of the stack section at the end of CM7_1 SRAM */ 296 * used for linker to calculate size of stack sections, and assign 297 * values to stack symbols later */ 300 KEEP(*(.stack*)) 304 /* Set stack top to end of RAM, and stack limit move down by 310 /* Check if data + heap + stack exceeds RAM limit */ 311 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | xmc7200_x8384_cm0plus.ld | 44 /* The size of the stack section at the end of CM7 SRAM */ 296 * used for linker to calculate size of stack sections, and assign 297 * values to stack symbols later */ 300 KEEP(*(.stack*)) 304 /* Set stack top to end of RAM, and stack limit move down by 310 /* Check if data + heap + stack exceeds RAM limit */ 311 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| D | xmc7200d_x8384_cm0plus.ld | 44 /* The size of the stack section at the end of CM7_1 SRAM */ 296 * used for linker to calculate size of stack sections, and assign 297 * values to stack symbols later */ 300 KEEP(*(.stack*)) 304 /* Set stack top to end of RAM, and stack limit move down by 310 /* Check if data + heap + stack exceeds RAM limit */ 311 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
| /hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM7/TOOLCHAIN_GCC_ARM/ |
| D | xmc7200_x8384_cm7.ld | 44 /* The size of the stack section at the end of CM7 SRAM */ 360 * used for linker to calculate size of stack sections, and assign 361 * values to stack symbols later */ 364 KEEP(*(.stack*)) 368 /* Set stack top to end of RAM, and stack limit move down by 374 /* Check if data + heap + stack exceeds RAM limit */ 375 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|