diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-03-29 19:57:58 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-03-29 19:57:58 +0300 |
| commit | d1af5a24303a036cc2ede7e7c3c0c7b0036016e7 (patch) | |
| tree | 7e724efed7877ae3687568cc019525a3c3db12be /Software/Embedded_SW/Embedded/Embedded.cfg | |
| parent | a5e9811e9fffedb86741a8af02f6cc4e1d899f36 (diff) | |
| download | Tango-d1af5a24303a036cc2ede7e7c3c0c7b0036016e7.tar.gz Tango-d1af5a24303a036cc2ede7e7c3c0c7b0036016e7.zip | |
evb support + inlock on flash actions
Diffstat (limited to 'Software/Embedded_SW/Embedded/Embedded.cfg')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Embedded.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Embedded.cfg b/Software/Embedded_SW/Embedded/Embedded.cfg index a9a958a55..016bacc9c 100644 --- a/Software/Embedded_SW/Embedded/Embedded.cfg +++ b/Software/Embedded_SW/Embedded/Embedded.cfg @@ -2,6 +2,7 @@ var Hwi = xdc.useModule('ti.sysbios.family.arm.m3.Hwi'); var Clock = xdc.useModule('ti.sysbios.knl.Clock'); var Seconds = xdc.useModule('ti.sysbios.hal.Seconds'); var BIOS = xdc.useModule('ti.sysbios.BIOS'); +BIOS.libType = BIOS.LibType_Debug; var SysMin = xdc.useModule('xdc.runtime.SysMin'); var System = xdc.useModule('xdc.runtime.System'); var Error = xdc.useModule('xdc.runtime.Error'); |
