[Piklab-svn] SF.net SVN: piklab:[2974] trunk/www
IDE for PIC microcontrollers
Brought to you by:
azhyd
|
From: <az...@us...> - 2012-10-16 05:59:10
|
Revision: 2974
http://piklab.svn.sourceforge.net/piklab/?rev=2974&view=rev
Author: azhyd
Date: 2012-10-16 05:59:04 +0000 (Tue, 16 Oct 2012)
Log Message:
-----------
Modified Paths:
--------------
trunk/www/Changelog
trunk/www/screenshots/piklab_asm_view.png
trunk/www/screenshots/piklab_debugging.png
trunk/www/screenshots/piklab_device_chooser.png
trunk/www/screenshots/piklab_hex_view.png
trunk/www/screenshots.php
Added Paths:
-----------
trunk/www/screenshots/piklab_register_view.png
Modified: trunk/www/Changelog
===================================================================
--- trunk/www/Changelog 2012-10-16 05:48:59 UTC (rev 2973)
+++ trunk/www/Changelog 2012-10-16 05:59:04 UTC (rev 2974)
@@ -1,3 +1,29 @@
+0.16.2 (14 October 2012)
+* added support for 24FJXXXGB1XX
+* do not set target power with ICD2 if device nominal vdd is not 5V
+* added menu entries to configure editor, to toggle/enable breakpoints, to switch editors, and
+ to toggle read-only mode for hex editor
+* fixed crash when changing watched variable value [reported by Luca]
+* added pickit3 support for 18F2XX/4XX 18F4520/18F4580 (with correct firmware loaded)
+* fixed toolchain output when executable cannot be found
+* fixed parsing for jalv2
+* fixed template generator for jalv2
+* fixed sdcc generator for latest sdcc [patch by Antonio Augusto Todo Bom Neto]
+* add libraries libm, libio, and libc by default sdcc linker arguments [requested by Antonio Augusto Todo Bom Neto]
+* fixed log views to properly read setting [reported by Luis Claudio Gambôa Lopes]
+* fixed config generator text field to expand properly [report by Alain Portal]
+* support firmware directory with space [reported by Luis Claudio Gambôa Lopes]
+* fixed warning when external tool not found
+* fixed running kfind from project context menu
+* fixed hang with "stop" command in interactive command-line programmer
+* fixed %I argument for custom tool [reported by Marc Berlioux]
+* fixed link for source files outside project directory [patch by Marcelo Roberto Jimenez]
+* clean all files generated by sdcc [reported by Alain Portal]
+* fixed compilation on Fedora 17 [thanks to bitlord]
+* fixed compilation on CentOS 6 [thanks to Alain Portal]
+* fixed link on Slackware [reported by breakfastfish]
+* add regression testing for compile/clean project
+
0.16.1 (1 July 2012)
* fixed command-line utilities compilation with Qt only
* fixed command-line utilities compilation on Windows
@@ -21,13 +47,13 @@
0.15.11 (14 December 2010)
* added icd2 programmer support for 24FJ128GA010 [with help from Anantha Krishnan]
-* fix duplicate devices in "device-list" output [reported by Frans Pinkse]
+* fixed duplicate devices in "device-list" output [reported by Frans Pinkse]
* parse more errors from sdcc output [fix by Stefan Olsson]
-* fix problem where lines were sometimes missed for compilation output c
-* fix unfound ilike icons [fix by Stefan Olsson]
+* fixed problem where lines were sometimes missed for compilation output c
+* fixed unfound ilike icons [fix by Stefan Olsson]
* correctly switch programmer when a different project is opened [reported by Gál Zsolt]
-* add some missing configuration bits to 18F2550/4550 [patch by Joe Ciccone]
-* fix crash when clicking on the project icon when no project is open [reported by Richard Bown]
+* added some missing configuration bits to 18F2550/4550 [patch by Joe Ciccone]
+* fixed crash when clicking on the project icon when no project is open [reported by Richard Bown]
0.15.10 (2 July 2010)
* added tiny bootloader support for 16F886/887 [fix by Alexandr]
@@ -40,9 +66,9 @@
* added icd2 programmer support for 16F88X [requested by Lorenzo Marcantonio]
* added icd2 programmer support for 18F23K20/24K20/25K20/26K20/43K20/44K20/45K20/46K20 [requested by Joris Van Dyck]
* added icd2 programmer support for 18F2458/2553/4458/4553
-* fix to make gpsim support more robust
-* fix custom programmer so that each command is synchronous [reported by Zoltan Szilvasy]
-* fix device chooser
+* made gpsim support more robust
+* fixed custom programmer so that each command is synchronous [reported by Zoltan Szilvasy]
+* fixed device chooser
0.15.8 (30 April 2010)
* added support for 18F23K20/18F26K20 [fix by Florian Hühn]
@@ -73,7 +99,7 @@
* added support for dspicc compiler
* fixed crash when configuring custom programmer
* added options to custom programmer [requested by Alberto Maccioni]
- * fixed crash when using "stop" command [reported by biglacko]
+ * fixed crash when using "stop" command [reported by Nagy László]
* added "khexterm" in external tools [authored by Javier Fernando Vargas G.]
* fixed the output of piklab-hex "compare" command
Modified: trunk/www/screenshots/piklab_asm_view.png
===================================================================
(Binary files differ)
Modified: trunk/www/screenshots/piklab_debugging.png
===================================================================
(Binary files differ)
Modified: trunk/www/screenshots/piklab_device_chooser.png
===================================================================
(Binary files differ)
Modified: trunk/www/screenshots/piklab_hex_view.png
===================================================================
(Binary files differ)
Added: trunk/www/screenshots/piklab_register_view.png
===================================================================
(Binary files differ)
Property changes on: trunk/www/screenshots/piklab_register_view.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/www/screenshots.php
===================================================================
--- trunk/www/screenshots.php 2012-10-16 05:48:59 UTC (rev 2973)
+++ trunk/www/screenshots.php 2012-10-16 05:59:04 UTC (rev 2974)
@@ -4,17 +4,20 @@
?>
<div class="screenshot">
-<img class="screenshot" src="screenshots/piklab_asm_view.png" alt="Screenshot: assembler editor" />
+<img class="screenshot" src="screenshots/piklab_asm_view.png" alt="Screenshot: Source Editor" />
</div>
<div class="screenshot">
-<img class="screenshot" src="screenshots/piklab_hex_view.png" alt="Screenshot: hex editor"/>
+<img class="screenshot" src="screenshots/piklab_hex_view.png" alt="Screenshot: Hex Editor"/>
</div>
<div class="screenshot">
-<img class="screenshot" src="screenshots/piklab_debugging.png" alt="Screenshot: dissassembly listing while debugging"/>
+<img class="screenshot" src="screenshots/piklab_debugging.png" alt="Screenshot: Dissassembly Listing"/>
</div>
<div class="screenshot">
-<img class="screenshot" src="screenshots/piklab_device_chooser.png" alt="Screenshot: device chooser" />
+<img class="screenshot" src="screenshots/piklab_device_chooser.png" alt="Screenshot: Device Selector" />
</div>
+<div class="screenshot">
+<img class="screenshot" src="screenshots/piklab_register_view.png" alt="Screenshot: Register View" />
+</div>
<?php
pageEnd("\$LastChangedDate$");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|