mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-12 17:13:00 -04:00
Run baseband image per application.
First step toward having separate baseband images per app or function.
This commit is contained in:
parent
ac0bdc35a6
commit
303bfeaafc
8 changed files with 31 additions and 9 deletions
|
@ -26,6 +26,8 @@
|
|||
|
||||
#include "dsp_fir_taps.hpp"
|
||||
|
||||
#include "spi_image.hpp"
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace baseband {
|
||||
|
@ -53,6 +55,7 @@ struct WFMConfig {
|
|||
void start(BasebandConfiguration configuration);
|
||||
void stop();
|
||||
|
||||
void run_image(const portapack::spi_flash::region_t image_region);
|
||||
void shutdown();
|
||||
|
||||
void spectrum_streaming_start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue