-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGELOG
38 lines (32 loc) · 1.03 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Version 0.0.4 (2014-05-20):
QSimKit GUI:
* Rewrite of tracked pins dock widget
* Store tracked pins and breakpoints in .qsp files
* Show supported features by each MCU
* Fix crash when DWARF data can't be loaded
* Add example projects
Version 0.0.3 (2014-02-04):
QSimKit GUI:
* Drawing optimizations
* Fixed bug when breakpoints got lost when switching between C and ASM
* Fixed crash when DebugData cannot be loaded
* Add dialog for adding breakpoints on any change on particular memory
address
* Fixed bug when peripherals have not been removed from left panel when
creating new project
MSP430:
* Add support for USCI-SPI
* Add support for USART-SPI
* Timer optimizations
* Fix of divider handling in all modules
Version 0.0.2 (2013-09-12):
QSimKit GUI:
* Save projects with .qsp extension
* Lot of DWARF debugging symbols loading improvements
* Auto-reload A43/ELF files when they change
MSP430:
* Add support for USI-SPI (tested with SD card)
SD card
* Add basic SD card peripheral
Version 0.0.1:
* Initial version