mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 09:09:29 +00:00
Generalize method for executing SPI flash image in M4 RAM.
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
#ifndef __M4_STARTUP_H__
|
||||
#define __M4_STARTUP_H__
|
||||
|
||||
void m4_init();
|
||||
#include <cstddef>
|
||||
|
||||
#include "spi_image.hpp"
|
||||
|
||||
void m4_init(const portapack::spi_flash::region_t from, void* const to);
|
||||
|
||||
#endif/*__M4_STARTUP_H__*/
|
||||
|
||||
Reference in New Issue
Block a user