123456789101112131415161718192021222324252627282930 |
- #
- # ======== products.mak ========
- #
- #
- # Read the http://processors.wiki.ti.com/index.php/Using_wolfSSL_with_TI-RTOS
- # for instructions to download the software required.
- # XDC_INSTALL_DIR is the path to XDCtools directory.
- XDC_INSTALL_DIR =
- # BIOS_INSTALL_DIR is the path to TI-RTOS Kernel (SYS/BIOS) directory. If you
- # have installed TI-RTOS, it is located in the products/bios_* path.
- BIOS_INSTALL_DIR =
- # NDK_INSTALL_DIR is the path to TI-RTOS NDK directory. If you have
- # installed TI-RTOS, it is located in the products/ndk_* path.
- NDK_INSTALL_DIR =
- # TIVAWARE_INSTALL_DIR is the path to Tivaware driverlib directory. If you have
- # installed TI-RTOS, it is located in the products/TivaWare_* path.
- TIVAWARE_INSTALL_DIR =
- # Define the code generation tools path for TI, IAR and GCC ARM compilers.
- # If you have installed Code Composer Studio, the TI and GCC compiler are
- # located in the ccsv*/tools/compiler/* path.
- #
- # Leave assignment empty to disable any toolchain.
- ti.targets.arm.elf.M4F =
- iar.targets.arm.M4F =
- gnu.targets.arm.M4F =
|