Home
last modified time | relevance | path

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

123

/btstack/port/apollo2-em9304/example-template/gcc/
H A Dbtstack_template.ld28 /* User stack section initialized by startup code. */
29 .stack (NOLOAD):
32 *(.stack)
33 *(.stack*)
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dinit.h.cmake.in32 * 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 Dyxml.c201 *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 Dyxml.h117 …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 DSTM32L451REIx_FLASH.ld12 ** 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 DSTM32F407VGTx_FLASH.ld12 ** 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 DSTM32F407VGTx_FLASH.ld12 ** 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 DSTM32L073RZTx_FLASH.ld12 ** 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 DSTM32L476RGTx_FLASH.ld12 ** 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 Dsnmp_opts.h79 #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 DREADME57 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 DFILES2 src/ - The source code for the lwIP TCP/IP stack.
H A DUPGRADING70 * 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 DCMakeLists.txt22 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 Dflash.ld57 /* The stack size used by the application. NOTE: you need to adjust according to your application. …
150 /* stack section */
151 .stack (NOLOAD):
H A Dsram.ld57 /* 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 Ds1ja.ld262 /* Main stack */
263 KEEP(*(.stack))
266 KEEP(*(.stack*))
/btstack/port/stm32-wb55xx-nucleo-freertos/
H A Dstm32wb55xx_flash_cm4.ld49 /* 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 Dcmsis_armclang.h362 __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 Dcmsis_gcc.h538 __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 DREADME.md5 Each contains a btstack_main() function that is called after the Bluetooth stack has been configure…
/btstack/port/msp432p401lp-cc256x/
H A Dlinker_script_gcc.ld136 .stack (NOLOAD) : ALIGN(0x8) {
139 KEEP(*(.stack))
/btstack/3rd-party/lwip/core/src/
H A DFILES7 core/ - The core of the TPC/IP stack; protocol implementations,
/btstack/3rd-party/lwip/core/src/netif/
H A DFILES19 ppp/ Point-to-Point Protocol stack
/btstack/3rd-party/lwip/core/src/netif/ppp/polarssl/
H A DREADME18 Beware of the stack requirements which can be a lot larger if you are not

123