X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Flm3s8962%2Flm3s8962.mk;h=c4ae958f299f6357d580f15e745ca784cc5dfd57;hb=b6cf7ebec417a6433b757b2e6e92668194c22a55;hp=51cee8e0ae01cf7763c8dd14465975321ed2bccb;hpb=699ec4b1c3eae59baf1c98e1d2aeb51c496802ba;p=bertos.git diff --git a/examples/lm3s8962/lm3s8962.mk b/examples/lm3s8962/lm3s8962.mk index 51cee8e0..c4ae958f 100644 --- a/examples/lm3s8962/lm3s8962.mk +++ b/examples/lm3s8962/lm3s8962.mk @@ -57,13 +57,13 @@ lm3s8962_PREFIX = arm-none-eabi- lm3s8962_CPPAFLAGS = -mthumb -mno-thumb-interwork lm3s8962_CPPFLAGS = -D'ARCH=0' -D__ARM_LM3S8962__ -D'CPU_FREQ=(50000000L)' -D'WIZ_AUTOGEN' -mthumb -mno-thumb-interwork -Iexamples/lm3s8962 -Ibertos/cpu/cortex-m3 -fno-strict-aliasing -fwrapv -lm3s8962_LDFLAGS = -nostartfiles -T bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld -Wl,--no-warn-mismatch -mthumb -mno-thumb-interwork +lm3s8962_LDFLAGS = -nostartfiles -T bertos/cpu/cortex-m3/scripts/lm3s8962_rom.ld -Wl,--no-warn-mismatch -mthumb -mno-thumb-interwork lm3s8962_CPU = cortex-m3 lm3s8962_PROGRAMMER_CPU = lm3s lm3s8962_PROGRAMMER_TYPE = lm3s -lm3s8962_FLASH_SCRIPT = bertos/prg_scripts/arm/flash-cortex.sh +lm3s8962_FLASH_SCRIPT = bertos/prg_scripts/arm/flash-lm3s.sh lm3s8962_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh lm3s8962_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh lm3s8962_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh