Skip to content

Releases: p3p/pio-framework-arduino-lpc176x

Release 0.2.9

27 Aug 14:00
@p3p p3p
51a10f9
Compare
Choose a tag to compare
Release 0.2.9 Pre-release
Pre-release

Fix analogInputToDigitalPin

Release 0.2.8

07 Jul 16:13
@p3p p3p
843a428
Compare
Choose a tag to compare
Release 0.2.8 Pre-release
Pre-release

Fix UART baudrate accuracy by reducing the base clock divisor

Release 0.2.7

11 Jun 01:25
@p3p p3p
eec10fe
Compare
Choose a tag to compare
Release 0.2.7 Pre-release
Pre-release

Fix O0 and O3 builds
Hardware PWM latching enabled
Fix Hardware PWM on port 3
Remove Hardware PWM disable at 0 duty cycle

Release 0.2.6

12 Dec 20:16
@p3p p3p
f5ec604
Compare
Choose a tag to compare
Release 0.2.6 Pre-release
Pre-release

(breaking) I2C Address is no longer left shifted internally

Release 0.2.5

07 Sep 22:38
@p3p p3p
9e5463c
Compare
Choose a tag to compare
Release 0.2.5 Pre-release
Pre-release

PlatformIO Core 5.0 Update (#44)
Memory to peripheral DMA 16bit Support (#43)
UART custom pin selection (#41)

Release 0.2.4

23 Jun 19:26
@p3p p3p
e9f4ad0
Compare
Choose a tag to compare
Release 0.2.4 Pre-release
Pre-release

Change the pin function id for uart3 (#37)

Release 0.2.3

28 Apr 14:44
@p3p p3p
9cb19ed
Compare
Choose a tag to compare
Release 0.2.3 Pre-release
Pre-release
Update package.json

0.2.2 Release

11 Nov 03:00
@p3p p3p
91b9f7c
Compare
Choose a tag to compare
0.2.2 Release Pre-release
Pre-release

Midpoint lowpass filter init is not enough to compensate for programs that do not allow time for the adc reading to settle.

The ADC lowpass now initialises from the first reading.

Release 0.2.1

07 Nov 17:52
@p3p p3p
f76552d
Compare
Choose a tag to compare
Release 0.2.1 Pre-release
Pre-release

Fix ADC Lowpass midpoint initialisation

Release 0.2.0

02 Nov 23:39
@p3p p3p
b8e9e34
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release

Some refactoring and various improvements including:
ADC read using burst mode,
GPIO performance increase, should optimise to 1 instruction with const pin,
USB CDC performance improved (measured at 1060 KiB/s).