Fork of Erik Olieman's FastPWM library created to add the targets I need.

Fork of FastPWM by Erik -

History

Added F072RB target, including PWMx/1N channels default tip

2015-01-12, by altaran [Mon, 12 Jan 2015 10:31:18 +0000] rev 21

Added F072RB target, including PWMx/1N channels


Added F072RB

2015-01-06, by altaran [Tue, 06 Jan 2015 14:32:49 +0000] rev 20

Added F072RB


Added F334 (Untested but requested, hey that rhymes).

2014-11-10, by Sissors [Mon, 10 Nov 2014 16:36:19 +0000] rev 19

Added F334 (Untested but requested, hey that rhymes).


Minor optimisation in updateTicks()

2014-10-04, by jocis [Sat, 04 Oct 2014 20:54:56 +0000] rev 18

Minor optimisation in updateTicks()


Added NUCLEO F103RB; adapted t 32/16 bit pwm struct for NUCLEO

2014-10-04, by jocis [Sat, 04 Oct 2014 13:14:44 +0000] rev 17

Added NUCLEO F103RB; adapted t 32/16 bit pwm struct for NUCLEO


Added NUCLEO F103RB

2014-10-02, by jocis [Thu, 02 Oct 2014 08:09:52 +0000] rev 16

Added NUCLEO F103RB


Added Nucleo F411RE

2014-10-01, by jocis [Wed, 01 Oct 2014 18:20:41 +0000] rev 15

Added Nucleo F411RE


Added KSDK support, probably smashed buggy on KLxx platform.

2014-09-30, by Sissors [Tue, 30 Sep 2014 19:00:27 +0000] rev 14

Added KSDK support, probably smashed buggy on KLxx platform.


Added NUCLEO support (F030 + F401, but others should be easily added).

2014-07-20, by Sissors [Sun, 20 Jul 2014 19:49:43 +0000] rev 13

Added NUCLEO support (F030 + F401, but others should be easily added).


Preparation for Nucleo devices: Added option to have a device specific container with variables (such as pointer to match registers, since nucleo pwmout class lacks those).

2014-07-20, by Sissors [Sun, 20 Jul 2014 12:49:21 +0000] rev 12

Preparation for Nucleo devices: Added option to have a device specific container with variables (such as pointer to match registers, since nucleo pwmout class lacks those).
; And practised on the LPC11u24 to implement it.