#include <stdio.h>
#include "../../src/ISComm.h"
#include "../../src/serialPortPlatform.h"
#include "../../src/inertialSenseBootLoader.h"
Go to the source code of this file.
Functions | |
static void | bootloaderStatusText (const void *obj, const char *info) |
static int | bootloaderUploadProgress (const void *obj, float percent) |
static int | bootloaderVerifyProgress (const void *obj, float percent) |
int | main (int argc, char *argv[]) |
|
static |
Definition at line 43 of file ISBootloaderExample.c.
|
static |
Definition at line 22 of file ISBootloaderExample.c.
|
static |
Definition at line 33 of file ISBootloaderExample.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 48 of file ISBootloaderExample.c.