Skip to content

Instantly share code, notes, and snippets.

@a46554
Created August 1, 2018 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a46554/27b23796b20363903327549d69ca93be to your computer and use it in GitHub Desktop.
Save a46554/27b23796b20363903327549d69ca93be to your computer and use it in GitHub Desktop.
utils.importFile("../../../../../src/common/cc26xx/kernel/cc2640/config/cc2640.cfg");
/*
* Extend the cc2640 configuration
*/
var SysStd = xdc.useModule("xdc.runtime.SysStd");
var System = xdc.useModule("xdc.runtime.System");
System.SupportProxy = SysStd;
System.extendedFormats = '%$L%$S%$F%f';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment