diff options
| author | Damien | 2013-10-18 23:44:05 +0100 |
|---|---|---|
| committer | Damien | 2013-10-18 23:44:05 +0100 |
| commit | 995b8aabb1ee786a4070d6d8392750ff878d53fa (patch) | |
| tree | 94a997dc8a4e6e89d048786fb6812a12bc99f4b8 /stm/flash.h | |
| parent | 5ac1b2efbd5dfb2a62fe984dc9dc8a7127fb5e82 (diff) | |
Partially implement proper flash storage.
Diffstat (limited to 'stm/flash.h')
| -rw-r--r-- | stm/flash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stm/flash.h b/stm/flash.h new file mode 100644 index 000000000..33d31df7a --- /dev/null +++ b/stm/flash.h @@ -0,0 +1,2 @@ +uint32_t flash_get_sector_info(uint32_t addr, uint32_t *start_addr, uint32_t *size); +void flash_write(uint32_t flash_dest, const uint32_t *src, uint32_t num_word32); |
