File: gpsim.appdata.xml

package info (click to toggle)
gpsim 0.32.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,640 kB
  • sloc: cpp: 121,258; asm: 54,223; ansic: 13,576; python: 9,708; sh: 4,695; makefile: 1,566; lex: 1,139; yacc: 854; pascal: 511; perl: 93; awk: 44; xml: 41
file content (42 lines) | stat: -rw-r--r-- 1,626 bytes parent folder | download | duplicates (5)
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
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Roy Rankin <rrankin_at_ihug.com.au> -->
<application>
 <id type="desktop">gpsim.desktop</id>
 <metadata_license>CC0-1.0</metadata_license>
 <project_license>GPL-2.0+ and LGPL-2.1+</project_license>
 <description>
  <p>
  Gpsim is a simulator for Microchip (TM) PIC (TM) microcontrollers.
  It supports most devices in Microchip's 12-bit, 14bit, and 16-bit
  core families. 
  </p>
  <p>
  Gpsim can be controlled from either a graphical user interface (GUI), 
  a command line interface (CLI) or by a remote process. 
  </p>
  <p>
  Typical debugging features like breakpoints, single stepping, disassembling, 
  memory inspect and change, and so on are all supported. 
  In addition, complex debugging features like real time tracing, assertions, 
  conditional breaks, and plugin modules to name a few are also supported. 
  </p>
  <p>
  Gpsim supports dynamically loadable
  modules such as LED's, LCD's, resistors, etc. to extend the simulation
  environment beyond the PIC.
  </p>
 </description>
 <url type="homepage">http://gpsim.sourceforge.net</url>
 <screenshots> 
 <screenshot type="default">
   <image>https://a.fsdn.com/con/app/proj/gpsim/screenshots/control_source.png</image>
   <caption>Control and Source Windows</caption>
 </screenshot>
 <screenshot>
   <image>https://a.fsdn.com/con/app/proj/gpsim/screenshots/breadboard_register.png</image>
   <caption>Breadboard and Source  Windows</caption>
 </screenshot>
 </screenshots>
 <updatecontact>gpsim-devel_at_lists.sourceforge.net</updatecontact>
 <project_group>gpsim</project_group>
</application>