PSDR/Source/src
2014-08-23 14:08:17 -06:00
..
_initialize_hardware.c Initial commit to GitHub. 2014-06-22 17:49:43 -06:00
Adafruit_GFX.c Starting to (slowly) make changes to the schematic for the next hardware version. 2014-07-26 19:07:45 -06:00
Adafruit_ILI9340.c The main thing here is moving the FFT/Filtering/IFFT to a timer interrupt that has a lower priority than the audio capture/playback timer interrupt. This way I don't care how slow the display code runs in the main loop (for now) enabling me to have the audio processing and the display working at the same time. 2014-07-14 01:41:46 -06:00
adc.c Haven't committed in a while :o . Currently waterfall is disabled while I work on audio processing. I am capturing, FFT, filter, IFFT, and output. It seems to be working partly. I don't think I am doing things right yet. 2014-07-06 21:20:00 -06:00
BlinkLed.c Initial commit to GitHub. 2014-06-22 17:49:43 -06:00
dds.c Initial commit to GitHub. 2014-06-22 17:49:43 -06:00
glcdfont.c Initial commit to GitHub. 2014-06-22 17:49:43 -06:00
hal.c The main thing here is moving the FFT/Filtering/IFFT to a timer interrupt that has a lower priority than the audio capture/playback timer interrupt. This way I don't care how slow the display code runs in the main loop (for now) enabling me to have the audio processing and the display working at the same time. 2014-07-14 01:41:46 -06:00
ILI9341_t3.c Looking at adding PJRC optimized display code to the PSDR. But his chip is rather different (no hardware FIFO) so I'll need to implement the changes with DMA I think, I'm sure it will work well, but it's going to be some work.... Update to block diagram. Also, finally getting to work on next rev of hardware!! 2014-08-23 14:08:17 -06:00
images.c Has the beginnings of an S-Meter. Audio seems worse than before that was added, so I want to check on that. Uploading the image files (even though the PSDR uses them in code form... still, might be handy) 2014-08-22 00:23:39 -06:00
main.c Has the beginnings of an S-Meter. Audio seems worse than before that was added, so I want to check on that. Uploading the image files (even though the PSDR uses them in code form... still, might be handy) 2014-08-22 00:23:39 -06:00
misc.c Initial commit to GitHub. 2014-06-22 17:49:43 -06:00
spi.c The main thing here is moving the FFT/Filtering/IFFT to a timer interrupt that has a lower priority than the audio capture/playback timer interrupt. This way I don't care how slow the display code runs in the main loop (for now) enabling me to have the audio processing and the display working at the same time. 2014-07-14 01:41:46 -06:00
stm32f4xx_it.c The main thing here is moving the FFT/Filtering/IFFT to a timer interrupt that has a lower priority than the audio capture/playback timer interrupt. This way I don't care how slow the display code runs in the main loop (for now) enabling me to have the audio processing and the display working at the same time. 2014-07-14 01:41:46 -06:00
Timer.c Initial commit to GitHub. 2014-06-22 17:49:43 -06:00