gpsim 0.27.0-1 source package in Ubuntu

Changelog

gpsim (0.27.0-1) unstable; urgency=low


  * Upgraded to the newest upstream version
  * Changed my debemail
  * Upgraded Standards-Version to 3.9.4
  * Added a build-dependency on gputils

 -- Georges Khaznadar <email address hidden>  Thu, 12 Sep 2013 00:43:29 +0200

Upload details

Uploaded by:
Georges Khaznadar
Uploaded to:
Sid
Original maintainer:
Georges Khaznadar
Architectures:
any
Section:
electronics
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe electronics

Downloads

File Size SHA-256 Checksum
gpsim_0.27.0-1.dsc 1.2 KiB 5d48cd3486bf1de09ccc9527c3a8258c3f9e45553b7b8aa60fe1d46c07fff188
gpsim_0.27.0.orig.tar.gz 2.4 MiB 204ed2a8aaf1b3021617544330997f4a508b811afce71fb9628b94406d5e59a2
gpsim_0.27.0-1.debian.tar.gz 9.8 KiB 03902e1da0e84549f12e3820ee70990ebed1b0de576ac844b02ad13ad87137b5

Available diffs

No changes file available.

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.