Run baseband image per application.

First step toward having separate baseband images per app or function.
This commit is contained in:
Jared Boone 2016-06-24 11:30:54 -07:00
parent ac0bdc35a6
commit 303bfeaafc
8 changed files with 31 additions and 9 deletions

View file

@ -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();