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,26 @@
/*
* ======== board.cmd.genlibs ========
* Libraries needed to link this application's configuration
*
* NOTE, this feature requires software components configured in your
* system to correctly indicate their dependencies and report the
* libraries needed for your specific configuration. If you find
* errors, please report them on TI's E2E forums
* (https://e2e.ti.com/) so they can be addressed in a future
* release.
*
* This file allows one to portably link applications that use SysConfig
* _without_ having to make changes to build rules when moving to a new
* device OR when upgrading to a new version of a SysConfig enabled
* product.
*
* DO NOT EDIT - This file is generated by the SysConfig tool for the
* TI C/C++ toolchain
*/
% let Common = system.getScript("/driverlib/Common.js");
% let device_support = system.modules["/driverlib/device_support.js"]
% if (device_support) {
/* libraries required for driverlib */
-l"driverlib/`Common.getDeviceName().toLowerCase()`/driverlib/ccs/`device_support.$static.build`/driverlib.lib"
% }