diff options
| author | hathach <[email protected]> | 2019-03-17 15:42:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-03-17 15:42:57 +0700 |
| commit | 11eed2f0260c8f71ae14c01403f49bcf2bcf47bd (patch) | |
| tree | 06da4ac42b474e0cef164fb55a3772bba1e82f36 /hw/bsp/metro_m4_express | |
| parent | f932cf38547be27de8978e69385bbdf555d2f109 (diff) | |
update flash-jlink target for m0 and m4 board
Diffstat (limited to 'hw/bsp/metro_m4_express')
| -rw-r--r-- | hw/bsp/metro_m4_express/board.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/bsp/metro_m4_express/board.mk b/hw/bsp/metro_m4_express/board.mk index b5127221a..b0938c7b5 100644 --- a/hw/bsp/metro_m4_express/board.mk +++ b/hw/bsp/metro_m4_express/board.mk @@ -32,3 +32,8 @@ INC += \ VENDOR = microchip CHIP_FAMILY = samd51 + +JLINK_DEVICE = ATSAMD51J19 + +# flash using jlink +flash: flash-jlink |
