mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-13 12:12:16 -04:00
Change M4 loader to use image tags.
Also finish moving HackRF binary to tagged image region.
This commit is contained in:
parent
0e62876578
commit
97ba19af24
13 changed files with 49 additions and 45 deletions
|
@ -90,8 +90,8 @@ void stop() {
|
|||
send_message(&message);
|
||||
}
|
||||
|
||||
void run_image(const portapack::spi_flash::region_t image_region) {
|
||||
m4_init(image_region, portapack::memory::map::m4_code);
|
||||
void run_image(const portapack::spi_flash::image_tag_t image_tag) {
|
||||
m4_init(image_tag, portapack::memory::map::m4_code);
|
||||
|
||||
creg::m4txevent::enable();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue