Skip to content

Releases: dbuezas/lgt8fx

v2.0.7

12 Sep 16:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.6...v2.0.7

v2.0.6

14 Jun 07:34
Compare
Choose a tag to compare

What's Changed

  • Inadequate slash type in include path in lgt_lowpower library by @LaZsolt in #284

Full Changelog: v2.0.5...v2.0.6

v2.0.5

08 Jun 18:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.5

v2.0.4 Better WDT and new Low Power libraries

09 May 16:58
Compare
Choose a tag to compare

What's Changed

v2.0.3 Simplified menues

16 Apr 11:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2 Fix compilation error

30 Mar 18:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1 Fix burning bootloader through ISP

28 Mar 16:06
Compare
Choose a tag to compare

See #257

What's Changed

  • New pinout scheme for the Nano style LGT8F328P by @wollewald in #255
  • Changes extended_fuses from 0x07 to 0xff as indicated by newer avrdude by @dbuezas in #257

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

12 Jan 21:09
Compare
Choose a tag to compare

This version is exactly the same as the now deleted v1.0.7.

We realised in #232 that a breaking change had slipped through, so we decided to change the major version number and remove v1.0.7 to avoid further confusion.

The breaking change is:

  • analogRead now uses 10bit resolution by default instead of 12bit as before (v1.0.6).

This means that analogRead now returns a number between 0 and 1024 (instead of 4096), to align with standard Arduino Uno behaviour. More here: #130

Software Serial, SSOP20 SPI fix, and ISP programmer

19 Jul 23:47
Compare
Choose a tag to compare

Improved Software Serial, better compatibility and 438 bytes smaller code #26 by @jg1uaa

Added 328p variant of SSOP20 and a fix for SPI in this board
#16 by @LaZsolt

Added an ISP programmer for 328p and a menu to set up SERIAL_RX_BUFFER_SIZE as required by it
https://github.com/brother-yan/LGTISP by @brother-yan

Adds external clock support

22 Dec 20:50
Compare
Choose a tag to compare

Use when an external 32MHz crystal is connected to LGT8F328P Port B Pin 6 & 7 (see databook for details, in particular about the decoupling capacitors). You can comfortably switch between the internal and external OSC using the tools menu:

clock-source

And then pick the speed you want to run at (I tested 16MHz as well as 32MHz, but I kept the other options as well). This directly sets the prescaler to the correct value:

clock

Contributor: #seisfeld