/btstack/port/apollo2-em9304/example-template/gcc/ |
H A D | btstack_template.ld | 28 /* User stack section initialized by startup code. */ 29 .stack (NOLOAD): 32 *(.stack) 33 *(.stack*)
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | init.h.cmake.in | 32 * This file is part of the lwIP TCP/IP stack. 52 /** X.x.x: Major version of the stack */ 54 /** x.X.x: Minor version of the stack */ 56 /** x.x.X: Revision of the stack */ 83 /** Provides the version of the stack */ 86 /** Provides the version of the stack as string */
|
/btstack/3rd-party/yxml/ |
H A D | yxml.c | 201 *res = (char *)x->stack+x->stacklen; in yxml_pushstack() 202 x->stack[x->stacklen] = ch; in yxml_pushstack() 204 x->stack[x->stacklen] = 0; in yxml_pushstack() 212 x->stack[x->stacklen] = ch; in yxml_pushstackc() 214 x->stack[x->stacklen] = 0; in yxml_pushstackc() 222 while(x->stack[x->stacklen]); in yxml_popstack() 237 x->elem = (char *)x->stack+x->stacklen-1; in yxml_selfclose() 242 x->elem = (char *)x->stack; in yxml_selfclose() 275 …yxml_t *x, unsigned ch) { (void) ch; yxml_popstack(x); x->pi = (char *)x->stack; return YXML_PIEND… in yxml_pivalend() 336 void yxml_init(yxml_t *x, void *stack, size_t stacksize) { in yxml_init() argument [all …]
|
H A D | yxml.h | 117 …unsigned char *stack; /* Stack of element names + attribute/PI name, separated by \0. Also starts … member 157 return (x->stack + x->stacklen) - (const unsigned char*)s; in yxml_symlen()
|
/btstack/port/stm32-l451-miromico-sx1280/ |
H A D | STM32L451REIx_FLASH.ld | 12 ** Set heap size, stack size and stack location according 55 /* Highest address of the user mode stack */ 57 /* Generate a link error if heap and stack don't fit into RAM */ 59 _Min_Stack_Size = 0x400; /* required amount of stack */
|
/btstack/port/stm32-f4discovery-cc256x/ |
H A D | STM32F407VGTx_FLASH.ld | 12 ** Set heap size, stack size and stack location according 55 /* Highest address of the user mode stack */ 57 /* Generate a link error if heap and stack don't fit into RAM */ 59 _Min_Stack_Size = 0x400; /* required amount of stack */
|
/btstack/port/stm32-f4discovery-usb/ |
H A D | STM32F407VGTx_FLASH.ld | 12 ** Set heap size, stack size and stack location according 55 /* Highest address of the user mode stack */ 57 /* Generate a link error if heap and stack don't fit into RAM */ 59 _Min_Stack_Size = 0x400; /* required amount of stack */
|
/btstack/port/stm32-l073rz-nucleo-em9304/ |
H A D | STM32L073RZTx_FLASH.ld | 12 ** Set heap size, stack size and stack location according 55 /* Highest address of the user mode stack */ 57 /* Generate a link error if heap and stack don't fit into RAM */ 59 _Min_Stack_Size = 0x400; /* required amount of stack */
|
/btstack/port/stm32-l476rg-nucleo-sx1280/ |
H A D | STM32L476RGTx_FLASH.ld | 12 ** Set heap size, stack size and stack location according 55 /* Highest address of the user mode stack */ 57 /* Generate a link error if heap and stack don't fit into RAM */ 59 _Min_Stack_Size = 0x400; /* required amount of stack */
|
/btstack/3rd-party/lwip/core/src/include/lwip/apps/ |
H A D | snmp_opts.h | 79 #error SNMP stack can use only one of the APIs {raw, netconn} 83 #error SNMP stack needs a receive API and UDP {raw, netconn}
|
/btstack/3rd-party/lwip/core/ |
H A D | README | 57 lwIP has grown into an excellent TCP/IP stack for embedded devices, 58 and developers using the stack often submit bug fixes, improvements, 59 and additions to the stack to further increase its usefulness. 67 The lwIP TCP/IP stack is maintained in the 'lwip' Git module and
|
H A D | FILES | 2 src/ - The source code for the lwIP TCP/IP stack.
|
H A D | UPGRADING | 70 * Added IPv6 support (dual-stack or IPv4/IPv6 only) 71 …* Changed ip_addr_t to be a union in dual-stack mode (use ip4_addr_t where referring to IPv4 only). 89 * Continued moving stack-internal parts from abc.h to abc_priv.h in sub-folder "priv" 129 * Added IPv6 support (dual-stack or IPv4/IPv6 only) 136 * modification of api modules to support FreeRTOS-MPU (don't pass stack-pointers to other threads) 181 * Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains
|
H A D | CMakeLists.txt | 22 set(CPACK_SOURCE_PACKAGE_DESCRIPTION_SUMMARY "lwIP lightweight IP stack")
|
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/linker_scripts/samv71/samv71q21/gcc/ |
H A D | flash.ld | 57 /* The stack size used by the application. NOTE: you need to adjust according to your application. … 150 /* stack section */ 151 .stack (NOLOAD):
|
H A D | sram.ld | 57 /* The stack size used by the application. NOTE: you need to adjust according to your application. … 142 /* stack section */ 143 .stack (NOLOAD):
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/script/ |
H A D | s1ja.ld | 262 /* Main stack */ 263 KEEP(*(.stack)) 266 KEEP(*(.stack*))
|
/btstack/port/stm32-wb55xx-nucleo-freertos/ |
H A D | stm32wb55xx_flash_cm4.ld | 49 /* Highest address of the user mode stack */ 51 /* Generate a link error if heap and stack don't fit into RAM */ 53 _Min_Stack_Size = 0x1000; /* required amount of stack */
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core_A/Include/ |
H A D | cmsis_armclang.h | 362 __STATIC_FORCEINLINE void __set_SP(uint32_t stack) in __set_SP() argument 364 __ASM volatile("MOV sp, %0" : : "r" (stack) : "memory"); in __set_SP()
|
H A D | cmsis_gcc.h | 538 __STATIC_FORCEINLINE void __set_SP(uint32_t stack) in __set_SP() argument 540 __ASM volatile("MOV sp, %0" : : "r" (stack) : "memory"); in __set_SP()
|
/btstack/example/ |
H A D | README.md | 5 Each contains a btstack_main() function that is called after the Bluetooth stack has been configure…
|
/btstack/port/msp432p401lp-cc256x/ |
H A D | linker_script_gcc.ld | 136 .stack (NOLOAD) : ALIGN(0x8) { 139 KEEP(*(.stack))
|
/btstack/3rd-party/lwip/core/src/ |
H A D | FILES | 7 core/ - The core of the TPC/IP stack; protocol implementations,
|
/btstack/3rd-party/lwip/core/src/netif/ |
H A D | FILES | 19 ppp/ Point-to-Point Protocol stack
|
/btstack/3rd-party/lwip/core/src/netif/ppp/polarssl/ |
H A D | README | 18 Beware of the stack requirements which can be a lot larger if you are not
|