OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BL_STACK_SIZE
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/inc/platform/stm32f4xx/
bl.h
95
#ifndef
BL_STACK_SIZE
96
#define
BL_STACK_SIZE
4096
/device/google/contexthub/firmware/src/platform/stm32f4xx/
bl.c
224
uint64_t __attribute__ ((section (".stack"))) _STACK[
BL_STACK_SIZE
/ sizeof(uint64_t)];
[
all
...]
Completed in 252 milliseconds