Home
last modified time | relevance | path

Searched refs:EARLY_LOG_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dplatform.c104 #define EARLY_LOG_BUF_SIZE 1024 macro
135 } else if (mEarlyLogBufferOffset < EARLY_LOG_BUF_SIZE - HOSTINTF_HEADER_SIZE) { in platLogAllocUserData()
205 if (mEarlyLogBufferOffset == EARLY_LOG_BUF_SIZE) { in platLogPutcharF()
313 mEarlyLogBuffer = heapAlloc(EARLY_LOG_BUF_SIZE); in platInitialize()