flash: Enable read/write/erase access flash from firmware.

This commit is contained in:
Evan Lojewski
2020-05-17 17:19:04 -06:00
committed by Jeremy Soller
parent b4689cb3f1
commit 6f6fc652d5
7 changed files with 414 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
// SPDX-License-Identifier: GPL-3.0-or-later
#ifndef _FLASH_ENTRY_H
#define _FLASH_ENTRY_H
void flash_entry(uint32_t addr, uint8_t * data, uint32_t length, uint8_t command) __reentrant;
#endif // _FLASH_ENTRY_H