Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos.h87 #define FL_APP_HDR_VOLATILE 0x0008 // volatile content, segment shall be deleted after opera… macro
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c489 if (ret != NANOHUB_FIRMWARE_UPLOAD_SUCCESS || (app->hdr.fwFlags & FL_APP_HDR_VOLATILE)) { in firmwareFinish()