This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
compile.bat
executable file
·24 lines (20 loc) · 2.13 KB
/
compile.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@echo off
iar\bin\icc430.exe -DCABLE -ODebug\Obj\ -e -K -gA -s9 -RCODE -r0 -LDebug\List\ -q -T -t8 -ADebug\List\ -Iiar\inc\ uart.c
iar\bin\icc430.exe -DCABLE -ODebug\Obj\ -e -K -gA -s9 -RCODE -r0 -LDebug\List\ -q -T -t8 -ADebug\List\ -Iiar\inc\ uart_c.c
iar\bin\icc430.exe -DCABLE -ODebug\Obj\ -e -K -gA -s9 -RCODE -r0 -LDebug\List\ -q -T -t8 -ADebug\List\ -Iiar\inc\ adc.c
iar\bin\icc430.exe -DCABLE -ODebug\Obj\ -e -K -gA -s9 -RCODE -r0 -LDebug\List\ -q -T -t8 -ADebug\List\ -Iiar\inc\ adc_c.c
iar\bin\icc430.exe -DCABLE -ODebug\Obj\ -e -K -gA -s9 -RCODE -r0 -LDebug\List\ -q -T -t8 -ADebug\List\ -Iiar\inc\ msp_main.c
iar\bin\icc430.exe -DCABLE -ODebug\Obj\ -e -K -gA -s9 -RCODE -r0 -LDebug\List\ -q -T -t8 -ADebug\List\ -Iiar\inc\ timer_a.c
iar\bin\icc430.exe -DCABLE -ODebug\Obj\ -e -K -gA -s9 -RCODE -r0 -LDebug\List\ -q -T -t8 -ADebug\List\ -Iiar\inc\ timer_c.c
iar\bin\icc430.exe -DSTEND -ODebugS\Obj\ -e -K -gA -s9 -RCODE -r0 -LDebugS\List\ -q -T -t8 -ADebug\List\ -Iiar\inc\ uart.c
iar\bin\icc430.exe -DSTEND -ODebugS\Obj\ -e -K -gA -s9 -RCODE -r0 -LDebugS\List\ -q -T -t8 -ADebug\List\ -Iiar\inc\ uart_s.c
iar\bin\icc430.exe -DSTEND -ODebugS\Obj\ -e -K -gA -s9 -RCODE -r0 -LDebugS\List\ -q -T -t8 -ADebug\List\ -Iiar\inc\ adc.c
iar\bin\icc430.exe -DSTEND -ODebugS\Obj\ -e -K -gA -s9 -RCODE -r0 -LDebugS\List\ -q -T -t8 -ADebug\List\ -Iiar\inc\ adc_s.c
iar\bin\icc430.exe -DSTEND -ODebugS\Obj\ -e -K -gA -s9 -RCODE -r0 -LDebugS\List\ -q -T -t8 -ADebug\List\ -Iiar\inc\ msp_main.c
iar\bin\icc430.exe -DSTEND -ODebugS\Obj\ -e -K -gA -s9 -RCODE -r0 -LDebugS\List\ -q -T -t8 -ADebug\List\ -Iiar\inc\ timer_a.c
iar\bin\icc430.exe -DSTEND -ODebugS\Obj\ -e -K -gA -s9 -RCODE -r0 -LDebugS\List\ -q -T -t8 -ADebug\List\ -Iiar\inc\ timer_s.c
rem # Command line = -OE:\work\msp\Debug\Obj\ -e -K -gA -s9 -RCODE -r0 #
rem # -LE:\work\msp\Debug\List\ -q -T -t8 #
rem # -AE:\work\msp\Debug\List\ #
rem # -IF:\Documents and Settings\peter_safe\msp\IAR Systems\ew23\430\inc\ #
rem # E:\work\msp\msp_main.c #