]> git.sur5r.net Git - openocd/blob - tcl/target/at91sam3u2e.cfg
make sure file name case of at91sam3uxx matches what other files include
[openocd] / tcl / target / at91sam3u2e.cfg
1 # common stuff
2 source [find target/at91sam3uxx.cfg]
3
4 # size is automatically "calculated" by probing
5 set _FLASHNAME $_CHIPNAME.flash
6 flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME
7
8