- Jan 27, 2022
-
-
Erik von Reis authored
Old code for changing DMA size from the ( possibly smaller ) first cycle was too expensive in some sense, causing momentary channel hopping on the ADC when run at 65k and time_shift=0. The new code just changes the size value of an already existing DMA module instead of totally recreating it.
-
- Jun 29, 2021
-
-
Rolf Bork authored
type files to plx_9056 file, which now contains all ADC/DAC DMA functions.
-
- Jun 24, 2021
-
-
Rolf Bork authored
-
- Jun 01, 2021
-
-
Rolf Bork authored
common defs and functions in 2 new files: gsc_adc_common.c and gsc_adc_common.h.
-
- May 21, 2021
-
-
Rolf Bork authored
- Moved common ADC DMA functions to new plx_9056.c (Chip that controls DMA) - Removed redundant DMA functions from ADC drivers.
-