gpsim 0.26.1-1 source package in Ubuntu

Changelog

gpsim (0.26.1-1) unstable; urgency=low

  * upgraded to the newest upstream version. 
    Closes: #646211
  * added chrysn's watch file. Closes: #646789
  * bumped Standards-Version to 3.9.2
  * changed the format of the package to 3.0 (quilt)
  * added more files to clean in debian/rule's clean target
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  09 Nov 2011 13:06:23 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Georges Khaznadar
Architectures:
any
Section:
electronics
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe electronics

Downloads

File Size SHA-256 Checksum
gpsim_0.26.1.orig.tar.gz 2.2 MiB 509120f13971108f2f3e75706a354fb91cc777ad6b05244f26bded5e40a8b974
gpsim_0.26.1-1.debian.tar.gz 9.5 KiB d10f2d28d3715a567536e34ff46c333599b1e74b2ee3a05c62af8890132057d0
gpsim_0.26.1-1.dsc 1.1 KiB b0328a19e2a0d980b284303bfb5bb7cad8c0069a4d43fc4a24d9212afcab7055

Available diffs

View changes file

Binary packages built by this source

gpsim: Simulator for Microchip's PIC microcontrollers

 Gpsim is a full-featured software simulator for Microchip PIC microcontrollers.
 .
 Gpsim has been designed to be as accurate as possible. Accuracy includes the
 entire PIC - from the core to the I/O pins and including ALL of the internal
 peripherals. Thus it's possible to create stimuli and tie them to the I/O pins
 and test the PIC the same PIC the same way you would in the real world.
 .
 Gpsim has been designed to be as fast as possible. Real time simulation speeds
 of 20Mhz PICs are possible.
 .
 Gpsim has been designed to be as useful as possible. The standard simulation
 paradigm including breakpoints, single stepping, disassembling, memory inspect
 & change, have been implemented. In addition, gpsim supports many debugging
 features that are only available with in-circuit emulators. For example, a
 continuous trace buffer tracks every action of the simulator. Also, it's
 possible to set read and write break points on values (e.g. break if a specific
 value is read from or written to a register).

gpsim-dev: Libraries needed only for building gpsim components

 Gpsim is a full-featured software simulator for Microchip PIC microcontrollers.
 .
 This package install the libraries and headers necessary to build the
 supporting modules for gpsim.
 .
 NOTE: as a user of gpsim this package does not need to be installed.