products.mak 1.1 KB

123456789101112131415161718192021222324252627282930
  1. #
  2. # ======== products.mak ========
  3. #
  4. #
  5. # Read the http://processors.wiki.ti.com/index.php/Using_wolfSSL_with_TI-RTOS
  6. # for instructions to download the software required.
  7. # XDC_INSTALL_DIR is the path to XDCtools directory.
  8. XDC_INSTALL_DIR =
  9. # BIOS_INSTALL_DIR is the path to TI-RTOS Kernel (SYS/BIOS) directory. If you
  10. # have installed TI-RTOS, it is located in the products/bios_* path.
  11. BIOS_INSTALL_DIR =
  12. # NDK_INSTALL_DIR is the path to TI-RTOS NDK directory. If you have
  13. # installed TI-RTOS, it is located in the products/ndk_* path.
  14. NDK_INSTALL_DIR =
  15. # TIVAWARE_INSTALL_DIR is the path to Tivaware driverlib directory. If you have
  16. # installed TI-RTOS, it is located in the products/TivaWare_* path.
  17. TIVAWARE_INSTALL_DIR =
  18. # Define the code generation tools path for TI, IAR and GCC ARM compilers.
  19. # If you have installed Code Composer Studio, the TI and GCC compiler are
  20. # located in the ccsv*/tools/compiler/* path.
  21. #
  22. # Leave assignment empty to disable any toolchain.
  23. ti.targets.arm.elf.M4F =
  24. iar.targets.arm.M4F =
  25. gnu.targets.arm.M4F =