Update repo

This commit is contained in:
2026-08-30 23:04:35 -07:00
parent 749dab5721
commit ce65a0f59a
14950 changed files with 4408250 additions and 1 deletions
@@ -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()
{
}
@@ -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"