Home
last modified time | relevance | path

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

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