PSDR/Source/src
Michael Colton 7b8b1ac023 Starting to (slowly) make changes to the schematic for the next hardware version.
Making/made a lot of changes to the graphics and some to the menu system. Want to do a commit before I change too much more, incase I screw things up, you see. Graphics look much better!
2014-07-26 19:07:45 -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
images.c Starting to (slowly) make changes to the schematic for the next hardware version. 2014-07-26 19:07:45 -06:00
main.c Starting to (slowly) make changes to the schematic for the next hardware version. 2014-07-26 19:07:45 -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