Skip to content

Releases: p3p/pio-framework-arduino-lpc176x

USB Serial Number

23 Apr 20:01
@p3p p3p
f547473
Compare
Choose a tag to compare
USB Serial Number Pre-release
Pre-release
0.1.3

Version 0.1.3

Hardware PWM

26 Mar 00:12
@p3p p3p
54d5810
Compare
Choose a tag to compare
Hardware PWM Pre-release
Pre-release

Re-enables Hardware PWM and adds an interface for changing the frequency of both Hardware and Software PWM.

0.1.1 bugfix

06 Mar 22:08
@p3p p3p
85fddf7
Compare
Choose a tag to compare
0.1.1 bugfix Pre-release
Pre-release

Add missing Arduino API interrupts() and noInterrupts()

DMA and SoftwareSerial

01 Mar 17:39
@p3p p3p
4015b87
Compare
Choose a tag to compare
Pre-release

DMA support added to the USB stack using it for both CDC and MSC,
SoftwareSerial class update makes it actually work, still a work in progress.

0.0.7 bugfix

26 Nov 01:03
@p3p p3p
Compare
Choose a tag to compare
0.0.7 bugfix Pre-release
Pre-release
Update framework version to 0.0.7

0.0.6 bugfix

20 Nov 22:08
@p3p p3p
Compare
Choose a tag to compare
0.0.6 bugfix Pre-release
Pre-release
Update framework version to 0.0.6

0.0.5 bugfix

20 Oct 18:10
@p3p p3p
28421ce
Compare
Choose a tag to compare
0.0.5 bugfix Pre-release
Pre-release
Release 0.0.5 from p3p/master

Release 0.0.5

0.0.4 bugfix

20 Oct 14:59
@p3p p3p
2cae542
Compare
Choose a tag to compare
0.0.4 bugfix Pre-release
Pre-release

Fix overlapping tone calls to comply with Arduino API
Timeout usb cdc transmit when the host stops receiving but doesn't close the connection

Tone support

18 Oct 16:13
@p3p p3p
5f6bbff
Compare
Choose a tag to compare
Tone support Pre-release
Pre-release
0.0.3

Release 0.0.3

Servo / PWM update

15 Oct 15:33
@p3p p3p
Compare
Choose a tag to compare
Servo / PWM update Pre-release
Pre-release
Fix Servo lib and PWM

PWM duty cycle was not setting correctly the first time do to an initialisation problem