Semester assignments for the course "Microprocessors and Peripherals" of THMMY in AUTH university.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
541 B

# Relative path to redBlocks library
REL_REDBLOCKS_DIR = ../../redBlocks
# Relative path to build directory
# All generated and compiled files are put into this directory.
REL_BUILD_DIR = build
# Relative path to unit test directory.
# Unit tests are located within this directory.
REL_UTEST_DIR = utest
# Relative path to project directory.
# Project specific sources are located within this directory.
REL_PROJECT_DIR = project
# Relative path to source directory.
# Shared sources are located within this directory.
REL_SRC_DIR = src