Subversion Repositories idreammicro-avr

Rev

Rev 6 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

# Import environment set for target.
Import('env_target')

# Set target name.
TARGET = 'digital_io__test'

# Set source file.
sources = [
    'digital_io__test.c'
]

# Build project and libraries.
env_target.BuildProject(sources, TARGET)

# Compute memory usage.
env_target.ComputeMemoryUsage(TARGET)