Porównaj commity

...

5 Commity

Autor SHA1 Wiadomość Data
Arjan te Marvelde 2cb5852a68
Update README.md 2022-08-19 11:57:29 +02:00
Arjan te Marvelde 6409ad09a5
Update README.md 2022-08-19 11:54:51 +02:00
Arjan te Marvelde 08b84a7e30
Update README.md 2022-08-19 11:52:04 +02:00
Arjan te Marvelde c6ae3353d7
Update README.md 2022-08-19 11:43:51 +02:00
Arjan te Marvelde 64916488dc
Update README.md 2022-08-19 11:42:57 +02:00
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -20,10 +20,11 @@ The display is a standard 16x2 LCD, but with an I2C interface. The display is co
## Open issues:
- [ ] improve on TX audio quality
- [ ] implement better AGC
- [ ] improve FFT filtering
## Installing and using the SDK for Windows:
For setting up the C/C++ build environment for Windows, you can follow the procedure as described in the Raspberry [Getting Started](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf) document. This document also refers to a [setup script](https://github.com/ndabas/pico-setup-windows). In case this does not work, follow the instructions below.
For setting up the C/C++ build environment for Windows, you can follow the procedure as described in the Raspberry [Getting Started](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf) document. This document also refers to a [setup script](https://github.com/ndabas/pico-setup-windows). In case this does not work, follow the instructions below. I have found that the Visual Studio Code interface is hard to set up correctly, so I recommend to just use [Notepad++](https://notepad-plus-plus.org/downloads/) to edit the source and txt files and simply use NMake from the Developer Command Prompt to build a loadable UF2 file.
### Manual installation.
Doing it manually, first download the latest packages, in my case for Windows 10 on a 64 bit PC:
@ -45,7 +46,8 @@ Start the installer
- Folder as proposed, Install
- Tick the box: "Add path to environment variable", Finish
If the installer complains, you can also add the folder location manually to the system path (something like "C:\Program Files (x86)\Arm GNU Toolchain arm-none-eabi\11.2 2022.02")
Note: If the installer complains, no worry: this will be done below in step **-7-**.
You could also add the installation folder location manually to the system path, through *System Properties* on the PC, click on Environment Variables in the advanced tab. (The variable is PICO_TOOLCHAIN_PATH and the path should look like "C:\Program Files (x86)\Arm GNU Toolchain arm-none-eabi\11.2 2022.02")
**-2- CMake**
Start the installer