PSDR/Source/src
2018-06-21 23:51:59 -06:00
..
_initialize_hardware.c This fixes (I think) the ADC issue. Or rather, interprets the already correct values correctly. Anyway. I think we are good, though more testing would be nice. I compared the F4 display performance to the F7 to see if the flickering/shimmering effect was there. It was not..... because the display was scrolling so slowly by comparison! The F7 is so fast that it was sometimes calculating and drawing the waterfall twice! Should be better now, but I may want to slow it down further. Also some changes to the power up/clock settings functions. Turns out there were two, not sure which is better or more complete. They both work well enough for now. 2016-05-11 16:57:45 -06:00
Adafruit_GFX.c Further progress on DMA. The radio is now "usable" with it turned on. There is a whole lot of weird corruption to the graphics... anyway, it's progress and I want to make sure it's saved. 2017-06-26 22:43:16 -06:00
Adafruit_ILI9340.c Dude, this DMA thing is killing me!!! I can write to the display at blistering speeds, but there are errors in the picture and I can't figure out why! <pulls all hair out!> 2018-06-21 23:51:59 -06:00
adc.c More compiler warnings fixes 2016-12-31 20:25:25 +11:00
BlinkLed.c Initial commit to GitHub. 2014-06-22 17:49:43 -06:00
dds.c Control of the new frequency synth is pretty much working (not completely optimized, probably isn't taking full advantage of its resolution, and doesn't cover its full range yet) the PSDR can now tune from 2.5MHz to 175MHz! Sensitivity isn't great (currently around -90dbm on 7MHz and about -80-85dbm on 146.4MHz. Still pretty cool! 2016-05-07 15:01:37 -06:00
glcdfont.c Initial commit to GitHub. 2014-06-22 17:49:43 -06:00
hal.c PSDR 2.6.1 PCB complete. Updates to BOM in preparation for order. Also added a little bit of code to turn off printf statements when not debugging (otherwise the board wont run without a debugger attached.) 2016-07-31 22:05:44 -06:00
i2c.c More compiler warnings fixes 2016-12-31 20:25:25 +11:00
images.c const images causing comipler to complain 2017-01-15 15:31:56 +11:00
main.c Dude, this DMA thing is killing me!!! I can write to the display at blistering speeds, but there are errors in the picture and I can't figure out why! <pulls all hair out!> 2018-06-21 23:51:59 -06:00
queue.c Pretty big improvements to bitmap drawing code, and waterfall display code. Also a hack to deal with the red-things-stay-red bug (it's not ideal, it just blocks the encoder tick() if the display is drawing, doesn't seem to effect the feel of the interface in a bad way. Beginning to include GPS support. Working on some other display speedups (DMA and 16bit transfers, both are currently disabled) 2014-10-15 09:31:08 -06:00
spi.c I have no idea where I left off. Committing so I don't lose it. 2018-03-30 00:53:14 -06:00
stm32f7xx_hal_msp.c Progress, I think. The thing compiles and builds something, but it's only 1K and won't run. Trying to figure out what I am doing wrong. :/ 2016-04-24 00:17:37 -06:00
stm32f7xx_it.c Progress, I think. The thing compiles and builds something, but it's only 1K and won't run. Trying to figure out what I am doing wrong. :/ 2016-04-24 00:17:37 -06:00
Timer.c Initial commit to GitHub. 2014-06-22 17:49:43 -06:00
TinyGPS.c Progress, I think. The thing compiles and builds something, but it's only 1K and won't run. Trying to figure out what I am doing wrong. :/ 2016-04-24 00:17:37 -06:00