Wykres commitów

63 Commity (simplify_dma)

Autor SHA1 Wiadomość Data
F5OEO 19956d2635 Add ATVtest and OOK 2019-01-08 15:10:54 +00:00
F5OEO 7e50948296 Fix util.cpp missing 2019-01-08 14:07:01 +00:00
F5OEO 62259b6c75 Fix a bug between PAD and FSEL which disturb other GPIO 2019-01-08 14:05:15 +00:00
F5OEO 288ff2299c Always display sudo error message 2019-01-07 14:12:10 +00:00
F5OEO 774ee36f16 FSK is now mfsk, TODO make old FSK client change 2019-01-07 14:11:09 +00:00
F5OEO e145125af6 Add NTP for ppm calculation 2019-01-07 14:10:22 +00:00
F5OEO 66bbdd78f9 Add debug level 2019-01-06 11:51:02 +00:00
F5OEO 326d51cbbc simplify dma writting 2019-01-06 10:51:52 +00:00
F5OEO d23e1fd8fc Reduce Max PLL frequency to 1.4ghz 2019-01-04 10:55:04 +00:00
F5OEO 1a1f4999ff Further work, but DO NOT USE HDMI else does not Working 2019-01-03 12:06:15 +00:00
F5OEO bb613f90ab First moving pictures 2019-01-01 22:56:02 +00:00
F5OEO b356479493 Rework DMA for ATV 2019-01-01 21:45:37 +00:00
F5OEO 5419622f6b Add frontporch 2018-12-23 17:25:23 +00:00
F5OEO 4ee1aa28dd Try ATV interlace 2018-12-23 16:35:55 +00:00
F5OEO 34d43bf441 Initial release ATV - PAL L 2018-12-23 14:25:11 +00:00
F5OEO f37ae6954d Add more generic OOK switch 2018-12-22 19:58:11 +00:00
F5OEO ff8fa74517 Add OOK example to simulate Ventus/alecto wind station, reduce granularity to 100Khz 2018-12-20 15:40:16 +00:00
F5OEO 1be11a70e3 Wokring ook , fixe fskburst 2018-12-19 10:16:40 +00:00
F5OEO 887470a7be Initial ook support 2018-12-17 12:46:17 +00:00
F5OEO aa02b85060 Set minimum frequency of PLL 200MHZ instead of 600MHZ. Minimum frequency possible is now 200/4095=49khz 2018-11-27 14:00:30 +00:00
F5OEO b82638a3ca Fix issues with PDIV and PLL setup 2018-11-27 12:39:58 +00:00
F5OEO 1dac6e6948 Extend fundamental frequency up to 1GHZ using PDIV PLL. Rewrite divider choice 2018-11-26 14:06:46 +00:00
F5OEO 6148190afa GPCLK2 is used for Wifi, stop using it. Should fix the Wifi hangout 2018-11-23 12:01:47 +00:00
F5OEO 2ca0ed14a5 Add gpio destructor 2018-11-23 11:24:21 +00:00
F5OEO 17748b0b0e
Merge pull request #8 from mamborambo/fix-compilation
Fix compilation + misc changes
2018-11-23 11:47:46 +01:00
mamborambo 5f716d7823 Fix warnings
gpio.cpp:119:39: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
mailbox.c:66:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2018-11-22 00:00:00 +00:00
mamborambo 0b586212b1 Add missing includes
Else compilation fails
2018-11-22 00:00:00 +00:00
mamborambo 03be0764a1 Clean Makefile
Set c++ standard to c++11
2018-11-22 00:00:00 +00:00
F5OEO 762af0f591 Make option PWM use in ngfm 2018-11-09 09:34:56 +00:00
F5OEO 754322f642 Add SetAmSamples method 2018-11-05 13:10:23 +00:00
F5OEO f448ed0be7 Fix amplitude issue 2018-11-01 14:25:23 +00:00
F5OEO 3f8b3516bf Add FreqAmplitude mode 2018-11-01 00:36:40 +00:00
F5OEO 73f0ba145b Move to PLLC because PLLA used by openvg 2018-10-03 14:05:01 +00:00
F5OEO 3da98b2e0f Phase DMA optimization and lower jitter 2018-09-03 14:01:17 +00:00
F5OEO bf77c5eb4b Stop dma in destructor 2018-08-30 12:24:32 +00:00
F5OEO 58dc21c64b Add 2nd clock:experimental 2018-08-28 20:36:48 +00:00
F5OEO 7fcf27e53e Fix amplitude of a complex! 2018-08-06 09:30:26 +00:00
F5OEO 23971dd5e3 Some tests with PLL 2018-08-06 09:29:26 +00:00
F5OEO 8f2a63004f Add debug measurement fo max samplerate (200K on pi2) 2018-08-06 09:28:40 +00:00
F5OEO 7a199b0b8d Fix DMA DISDEBUG field 2018-08-06 09:27:36 +00:00
F5OEO 8d0ff49fa7 Work on spurious - still investigate 2018-06-14 13:49:20 +00:00
F5OEO 9e757ea566 Remove prediv*2, set loadper=1 and allow 1 divider to extent frequency range 2018-04-30 11:57:03 +00:00
F5OEO e608ff8936 Add NTP ppm calibration 2018-03-30 08:23:20 +00:00
F5OEO 58adc4a97e Harmonic number 2018-03-26 07:46:59 +00:00
F5OEO e94e996db1 Int->float for deviation 2018-03-23 12:15:24 +00:00
F5OEO 2b1c4fc77e Again a long night with trivial bug 2018-03-22 22:58:05 +00:00
F5OEO 1d1d973fb4 Fix Harmonic 2018-03-22 22:53:37 +00:00
F5OEO cf1cabc15d Add harmonic calculation 2018-03-22 22:48:49 +00:00
F5OEO 15fe87990d Use easier blocking method 2018-03-21 10:26:47 +00:00
F5OEO f48edc4dc5 Frequency in float instead of double 2018-03-21 09:54:30 +00:00