EasyManua.ls Logo

Lyons NanoVNA - Page 44

Default Icon
51 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
08/09/2020 NanoVNA User Guide | NanoVNA User Guide
https://cho45.github.io/NanoVNA-manual/#7-
44/51
Firmware
Development
Guide
The
following
are
the
development
requirements
for
the
N
anoV
N
A
rmware.
Git
gcc-arm-none-eabi
make
If
you
already
have
these,
you
make
can
build
the
rmware
with.
git clone git@github.com:ttrftech/NanoVNA.git
cd NanoVNA
git submodule update --init --recursive
make
Build
with
Docker
You
can
use
docker
to
build
without
any
hassles.
docker
is
a
free,
cross-platform
container
utility.
It
can
be
used
to
quickly
reproduce
a
particular
environment
(in
this
case,
the
build
environment).
Simply
install
docker
and
then
run
the
following
command:
docker run -it --rm -v $(PWD):/work edy555/arm-embedded:8.2 make
On-chip
debugging
with
Visual
Studio
Code