source: rtos_arduino/trunk/arduino_lib/hardware/arduino/samd/variants/arduino_zero/openocd_scripts/arduino_zero.cfg@ 136

Last change on this file since 136 was 136, checked in by ertl-honda, 8 years ago

ライブラリとOS及びベーシックなサンプルの追加.

File size: 154 bytes
Line 
1#
2# Arduino Zero.
3#
4
5source [find interface/cmsis-dap.cfg]
6
7# chip name
8set CHIPNAME at91samd21g18
9set ENDIAN little
10
11source [find target/at91samdXX.cfg]
Note: See TracBrowser for help on using the repository browser.