1.2.0


Updated December 31 2024.

1.2.0 – 1231: Release Candidate for 1.2.0

This is the development branch. It can be very unstable.
Use ONLY FOR TESTING.

Windows 64
Windows 32
Linux 64

All changes:
https://github.com/eeTools/SimulIDE-dev/commits/master/

Bug fixes since RC1 (Nov. 25):
– Atmega 128: missing RAMPZ register.
– Atmega64/128: error in config file.
– USART module: fix dataBits.
– Component List: fix new components wrong position.
– LED: fix missing color enum.
– Script Display: fix drawLine().
– Path Widget: and trailing slash if not there.
– Fix Watcher Display update.
– 6502: Fix Zero Page indexed addressing mode.

Changes:
– WaveGen: Limit quality at high frequencies.
– Shape: do graphical changes in updateStep().
– AudioOut: added shape for Buzzer.


1.1.0


Updated April 26 2025.

Stable release, last bug fixes.

These are last builds of 1.1.0 branch at Revision 2069:
Windows 64
Windows 32
Linux 64
MacOs X86

Watch the complete list of changes here:
https://bazaar.launchpad.net/~arcachofo/simulide/1.1.0/changes/

Changes since R2037:
– Subcircuit: fix crash at contextMenu in nested subcircuit.
– AVR ADC: fix AvrAdc11 differential.
– Fix AvrAdc03 differential.
– Added AvrAdc20 for mega8.
– RAM table: show actual RAM content.
– CodeEditor: fix compiler list.
– Debugger: initialize m_lastTime.
– McuCreator: fix vector out of bond write.
– McuCreator: fix Register default address map.
– PIC: fix read Port register.
– Fix Tiny2313 USART not working.
– p16F685: fix register block address end.
– IoPin: set vddAdmit in output mode.
– Fix PIC Vref.
– Fix PIC WDT.
– Updated French translation.
– Updated Russian translation.
– Added PIC16F87x Watchdog.
– PICs: Fix CLRWDT.
– Added PIC16F72.
– Atmega8: fix IC Unit.
– AVRs: fix ICUnit config bits.
– Revert R2042.