Update repo
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
% let Common = system.getScript("/driverlib/Common.js");
|
||||
% var currnetSDKProductPath = system.getProducts()[0].path
|
||||
% var sdkPath = system.utils.path.join(currnetSDKProductPath + "../../../")
|
||||
% sdkPath = sdkPath.replace(new RegExp('\\' + system.utils.path.sep, 'g'), '/')
|
||||
%
|
||||
% var moduleName = "IQmath"
|
||||
% var module = system.modules['/libraries/math/IQmath' + '/' + moduleName + '.js'];
|
||||
%
|
||||
void IQmath_init()
|
||||
{
|
||||
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
% var moduleName = "IQmath"
|
||||
% let Common = system.getScript("/driverlib/Common.js");
|
||||
% var module = system.modules['/libraries/math/IQmath' + '/' + moduleName + '.js'];
|
||||
%
|
||||
-l"libraries/math/IQmath/c28/lib/IQmath_fpu32.lib"
|
||||
@@ -0,0 +1,9 @@
|
||||
% var moduleName = "IQmath"
|
||||
% let Common = system.getScript("/driverlib/Common.js");
|
||||
% var module = system.modules['/libraries/math/IQmath' + '/' + moduleName + '.js'];
|
||||
% var instance = module.$instances[0];
|
||||
|
||||
%if(module != null)
|
||||
%{
|
||||
#include <IQmathLib.h>
|
||||
%}
|
||||
@@ -0,0 +1,4 @@
|
||||
% let Common = system.getScript("/driverlib/Common.js");
|
||||
% var c2000warePath = Common.getC2000WarePath()
|
||||
%
|
||||
-I"`c2000warePath`libraries/math/IQmath/c28/include"
|
||||
Reference in New Issue
Block a user