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,17 @@
% var module = system.modules['/driverlib/other.js'];
%if (module != null)
%{
//*****************************************************************************
//
// OTHER Configurations
//
//*****************************************************************************
% for(var i = 0; i < module.$instances.length; i++) {
% var instance = module.$instances[i];
% let other = instance.other;
% let solution = other.$solution;
%let peripheral = system.deviceData.peripherals[solution.peripheralName];
%//#define `instance.$name`_BASE `peripheral.name`_BASE
% }
%}
%