Releases: dbuezas/lgt8fx
v2.0.7
What's Changed
- Update pinout of lgt8f328p-lqfp32-pro_mini_style by @wollewald in #296
- Update to WDT library by @gpb01 in #299
New Contributors
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- Further improvement of the pinout diagrams by @wollewald in #276
- ICP3, PF4 and PF7 added to the SSOP20 - "Pro Mini style" pinout by @wollewald in #278
- Add link to Wolles' article by @dbuezas in #279
- AD0O function added to the SSOP20 pinout by @wollewald in #280
- Fixed powerDown-Dps2.ino by @wollewald in #282
- Fix/e2prom swm by @eimiz in #275
New Contributors
Full Changelog: v2.0.4...v2.0.5
v2.0.4 Better WDT and new Low Power libraries
What's Changed
- The corrected WDT library raise the Watchdog timer functionality to the ATmega328P level.
- New power management library. Read more: lgt LowPower readme
- Lot of examples for lgt_LowPower and WDT libraries by @LaZsolt in #274
v2.0.3 Simplified menues
v2.0.2 Fix compilation error
v2.0.1 Fix burning bootloader through ISP
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
- @wollewald made their first contribution in #255
Full Changelog: v2.0.0...v2.0.1
v2.0.0
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
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
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:
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:
Contributor: #seisfeld