#include <stdint.h>
Go to the source code of this file.
Functions | |
void | fw_download_cb (void *ctx, uint8_t **buf, uint32_t *len) |
int | fw_download_init (void) |
void fw_download_cb | ( | void * | ctx, | |
uint8_t ** | buf, | |||
uint32_t * | len | |||
) |
Definition at line 36 of file fw_download.c.
References flash_read(), printk(), and SECTOR_SIZE.
Referenced by main().
int fw_download_init | ( | void | ) |