Semi-naive audio recording to SD card.

This commit is contained in:
Jared Boone 2016-02-09 17:49:17 -08:00
parent c01f2d82e1
commit 59f1a32566
10 changed files with 227 additions and 3 deletions

View file

@ -40,6 +40,7 @@ struct SharedMemory {
uint8_t baseband_queue_data[1 << baseband_queue_k];
MessageQueue application_queue;
uint8_t application_queue_data[1 << application_queue_k];
void* FIFO_HACK;
// TODO: M0 should directly configure and control DMA channel that is
// acquiring ADC samples.