CommonPIC32

Shortlog

(0) +60 +100 tip
2018-10-19 Paul Boddie It appears unnecessary to re-enable the first DMA channel. Thus, handling a DMA
2018-10-19 Paul Boddie Moved application-specific pin configuration into the main program.
2018-10-18 Paul Boddie Added copyright and licensing information.
2018-10-18 Paul Boddie Added output compare support, demonstrating its use with DMA cell transfers.
2018-10-18 Paul Boddie Demonstrated DMA channel chaining with cell transfers initiated using timer
2018-10-18 Paul Boddie Added a debugging function for writing strings.
2018-10-18 Paul Boddie Restored the DMA transfer upon UART receive interrupt condition functionality.
2018-10-18 Paul Boddie Introduced separate configuration functions for DMA auto-enable and chaining.
2018-10-18 Paul Boddie Fixed the DCHxDSIZ offset and added some more definitions.
2018-10-18 Paul Boddie Test with higher-priority interrupt, disabling DMA, due to instability.
2018-10-18 Paul Boddie Added timer initialisation functions.
2018-10-18 Paul Boddie Extended the use and scope of the UART interrupt flags function.
2018-10-17 Paul Boddie Renamed various files to be less specific to a particular application.
2018-10-17 Paul Boddie Added a note about the peripheral clock frequency.
2018-10-17 Paul Boddie Introduced parameterised initialisation of DMA and UART peripherals.
2018-10-17 Paul Boddie Added address translation macros.
2018-10-17 Paul Boddie Added read-only data positioning.
2018-10-16 Paul Boddie Some tidied-up configuration and initialisation routines and a simple UART test.
(0) +60 +100 tip