NAME
Alien::gputils
SYNOPSIS
Alien::gputils is a perl module that enables the installation of the gputils toolkit for developing code for Microchip PIC microcontrollers.
The source code is taken from http://gputils.sourceforge.net.
VERSION
0.01
METHODS
- gpasm
-
This method returns the path to the
gpasmbinary whether installed by this module or if already installed in the$PATH. - gplink
-
This method returns the path to the
gplinkbinary whether installed by this module or if already installed in the$PATH. - gplib
-
This method returns the path to the
gplibbinary whether installed by this module or if already installed in the$PATH. - gpdasm
-
This method returns the path to the
gpdasmbinary whether installed by this module or if already installed in the$PATH. - gpstrip
-
This method returns the path to the
gpstripbinary whether installed by this module or if already installed in the$PATH. - gpvc
-
This method returns the path to the
gpvcbinary whether installed by this module or if already installed in the$PATH. - gpvo
-
This method returns the path to the
gpvobinary whether installed by this module or if already installed in the$PATH. - bin_dir
-
This method provides the directory for the binaries that form the package of gputils such as
gpasmandgplinkwhich are needed by their downstream modules like VIC. This is useful only if it the binaries have been built. - config
-
This method provides the access to configuration information for the library on the system. More information can be seen in the module Alien::gputils::ConfigData.
SEE ALSO
AUTHORS
Vikas N Kumar <vikas@cpan.org>
REPOSITORY
https://github.com/vikasnkumar/Alien-gputils.git
COPYRIGHT
Copyright (C) 2013-2014. Vikas N Kumar <vikas@cpan.org>. All Rights Reserved.
LICENSE
This is free software. YOu can redistribute it or modify it under the terms of Perl itself.