update marker position on sweep frequency change

This commit is contained in:
TT 2017-09-17 20:19:12 +09:00
parent a20f3770da
commit 5a441edc6b
4 changed files with 56 additions and 11 deletions

View file

@ -27,7 +27,7 @@ Otherwise, use toolchains included inside LPCxpresso. Like this.
$ PATH=$PATH:/Applications/lpcxpresso_7.8.0_426/lpcxpresso/tools/bin
## Build the firmware
## Build firmware
Fetch ChibiOS submodule into tree.
@ -38,7 +38,7 @@ Just make in the top directory.
$ make
## Burn the firmware
## Flash firmware
Boot MCU in DFU mode. To do this, jumper BOOT0 pin at powering device.
Then, burn firmware using dfu-util via USB.