1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Arduino/hardware/atmel/sam/sam.bat

9 lines
469 B
Batchfile
Raw Normal View History

2012-03-29 10:43:11 +02:00
set Path=%ARM_GCC_TOOLCHAIN%
export Path
start "libsam" /d"..\..\arduino\sam\system\libsam\build_gcc" /max "cd"
start "libarduino" /d"..\..\arduino\sam\cores\sam\build_gcc" /max "cd"
start "libvariant sam3s-ek" /d"variants\sam3s_ek\build_gcc" /max "cd"
start "libvariant sam3u-ek" /d"variants\sam3u_ek\build_gcc" /max "cd"
start "libvariant sam3x-ek" /d"variants\sam3x_ek\build_gcc" /max "cd"
start "test" /d"..\..\arduino\sam\cores\sam\validation\build_gcc" /max "cd"