Compare commits

...

2 Commits

Author SHA1 Message Date
fd7a7c7dfa Update build section in README 2022-07-17 01:00:38 +02:00
8de235b26f Don't set default VID:PID 2022-07-17 00:57:08 +02:00
2 changed files with 3 additions and 4 deletions

View File

@@ -28,12 +28,11 @@ On Debian or Ubuntu one can use the following command
sudo apt-get install gcc-arm-none-eabi
```
Cloning source code and compiling
---------------------------------
Cloning source code and compile
```
git clone --recursive https://git.spengler.co.za/deon/gnuk.git gnuk
cd gnuk/src
./configure
./configure --vidpid=1209:2440
make
```

2
src/configure vendored
View File

@@ -35,7 +35,7 @@ fi
# Default settings
help=no
vidpid=1209:2440
vidpid=none
target=ST_DONGLE
with_dfu=default
debug=no