metaonly module ti.sdo.ce.osal.Global |
![]() |
![]() |
Global OS Abstract Layer Configuration
usage | meta-domain | sourced in ti/sdo/ce/osal/Global.xdc |
enum Global.RuntimeEnv |
![]() |
All runtime OSs that are abstracted by this package
usage | meta-domain |
config Global.embedBuildInfo // module-wide |
![]() |
Indication whether to embed build info (packages and their directories) into the generated executable for debugging/diagnostic purposes. Setting this to 'false' may reduce the static data size by around 1K. Applies to all configurations
usage | meta-domain |
config Global.os // module-wide |
![]() |
A specific OSAL implementations "Settings" module, for example, ti.sdo.ce.osal.bios.Settings or ti.sdo.ce.osal.linux.Settings. To set the OS of the executable to BIOS, set Global.os to: xdc.useModule('ti.sdo.ce.osal.bios.Settings')
usage | meta-domain |
config Global.runtimeEnv // module-wide |
![]() |
The runtime OS used to implement the abstractions provided by this package
usage | meta-domain |