OpenCores
URL https://opencores.org/ocsvn/storm_core/storm_core/trunk

Subversion Repositories storm_core

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 17 to Rev 18
    Reverse comparison

Rev 17 → Rev 18

/storm_core/software/C/Makefile
29,19 → 29,18
#
 
# MCU name and submodel
MCU = arm7tdmi
MCU = arm7m
SUBMDL = STORMcore
 
#THUMB = -mthumb
#THUMB_IW = -mthumb-interwork
 
THUMB =
THUMB_IW =
 
## Create ROM-Image (final)
#RUN_MODE=ROM_RUN
## Create RAM-Image (bootloader loads program directly into ram)
RUN_MODE=RAM_RUN
 
## Create RAM-Image
RUN_MODE = RAM_RUN
 
 
# Output format. (can be srec, ihex, binary)
FORMAT = ihex
 
52,8 → 51,7
 
# List C source files here. (C dependencies are automatically generated.)
# use file-extension c for "c-only"-files
SRC =
#SRC =
#SRC =
 
# List C source files here which must be compiled in ARM-Mode.
# use file-extension c for "c-only"-files
83,7 → 81,7
# Optimization level, can be [0, 1, 2, 3, s].
# 0 = turn off optimization. s = optimize for size.
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
OPT = s
OPT = 2
 
# Debugging format.
# Native formats for AVR-GCC's -g are stabs [default], or dwarf-2.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.