CommonPIC32

Shortlog

(0) +60 +100 tip
2018-10-21 Paul Boddie Added the documentation from the VGAPIC32 project.
2018-10-21 Paul Boddie Removed superfluous variable declaration.
2018-10-21 Paul Boddie Added support for external interrupt configuration.
2018-10-20 Paul Boddie Corrected the description of the frequency generation mechanism, changing the
2018-10-20 Paul Boddie Fixed the description of the interrupt configuration of OC1.
2018-10-20 Paul Boddie The timer and OC interrupts do not need to be enabled to initiate DMA transfers.
2018-10-20 Paul Boddie Removed debugging output showing line data.
2018-10-20 Paul Boddie Introduced separate example directories containing the demonstration program and
2018-10-20 Paul Boddie Added more DMA channel configuration functions.
2018-10-20 Paul Boddie Introduced proper allocation of the IRQ stack.
2018-10-20 Paul Boddie Reformatted using spaces.
2018-10-19 Paul Boddie Fixed comments, indicating that it is the UART interrupt being handled that
2018-10-19 Paul Boddie Introduced some UART convenience functions.
2018-10-19 Paul Boddie Handle the channel completion interrupt correctly, allowing it to occur again.
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