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.06
METHODS
- gpasm
-
This method returns the path to the
gpasm
binary whether installed by this module or if already installed in the$PATH
. - gplink
-
This method returns the path to the
gplink
binary whether installed by this module or if already installed in the$PATH
. - gplib
-
This method returns the path to the
gplib
binary whether installed by this module or if already installed in the$PATH
. - gpdasm
-
This method returns the path to the
gpdasm
binary whether installed by this module or if already installed in the$PATH
. - gpstrip
-
This method returns the path to the
gpstrip
binary whether installed by this module or if already installed in the$PATH
. - gpvc
-
This method returns the path to the
gpvc
binary whether installed by this module or if already installed in the$PATH
. - gpvo
-
This method returns the path to the
gpvo
binary 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
gpasm
andgplink
which are needed by their downstream modules like VIC. - 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.