diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2014-06-18 13:49:38 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-06-18 16:19:04 -0500 |
commit | fc19c1e720f36924c6b6aa90cb7e06db972b3268 (patch) | |
tree | 1a3fafcf493f8adf84a0b48d689df008867b73d7 /development/gpsim/README | |
parent | 0692ac467ab7f4326b9842e9c7a5bdfeb7f81856 (diff) | |
download | slackbuilds-fc19c1e720f36924c6b6aa90cb7e06db972b3268.tar.gz |
development/gpsim: Added (PIC Microcontrollers Simulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gpsim/README')
-rw-r--r-- | development/gpsim/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/gpsim/README b/development/gpsim/README new file mode 100644 index 0000000000..a58abe82c1 --- /dev/null +++ b/development/gpsim/README @@ -0,0 +1,10 @@ +Gpsim is a full-featured software simulator for Microchip +PIC microcontrollers distributed under the GNU General +Public License, Version 2 or higher, and some of it's libraries +under GNU Lesser General Public License, Version 2 or higher. + +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. |