tinygo/compileopts
Ayke van Laethem d2d78d3d0a main: add -programmer flag
This flag is overloaded. It can be used in two ways:

  * Choosing the flash method to use (openocd, msd, command).
  * Choosing the OpenOCD programmer name.

For example, you can use one of these to use OpenOCD instead of the
mass-storage device programmer:

    tinygo flash -target=microbit -programmer=openocd
    tinygo flash -target=microbit -programmer=cmsis-dap
2019-11-12 17:45:26 +01:00
..
config.go main: add -programmer flag 2019-11-12 17:45:26 +01:00
options.go main: add -programmer flag 2019-11-12 17:45:26 +01:00
target.go main: add -programmer flag 2019-11-12 17:45:26 +01:00
target_test.go main: move target specification into a separate package 2019-11-04 11:45:35 +01:00