gpsim 0.32.1-1 source package in Ubuntu

Changelog

gpsim (0.32.1-1) unstable; urgency=medium

  * New upstream version 0.32.1
  * refreshed the debian patch
  * bumped Standards-Version: 4.6.2, debhelper-compat (=13)

 -- Georges Khaznadar <email address hidden>  Sat, 04 Nov 2023 16:45:52 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gpsim_0.32.1-1.dsc 2.0 KiB 82b9e23782feec18899271acb8447e32b4aea429a247e60926c85df274e55334
gpsim_0.32.1.orig.tar.gz 3.6 MiB c704d923ae771fabb7f63775a564dfefd7018a79c914671c4477854420b32e69
gpsim_0.32.1-1.debian.tar.xz 9.7 KiB 425f1972907ad600149e3822eb770698dc50e09680a7ce69c948534fea619302

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-dbgsym: debug symbols for gpsim
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.