Skip to content

Commit

Permalink
update readme documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 committed Aug 29, 2024
1 parent 5871bda commit ada22bd
Show file tree
Hide file tree
Showing 17 changed files with 62 additions and 89 deletions.
136 changes: 57 additions & 79 deletions README.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/C_CPP_CONFIGURATION.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
For code navigation the [Microsoft C/C++ Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) or [Clangd extension](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd) can be used for C/C++ language support. By default, projects created with **ESP-IDF: Create Project from Extension Template** or **ESP-IDF: Show Examples Projects** include a template for Microsoft C/C++ extension `c_cpp_properties.json` configuration file and doesn't need to be configured.

Run **ESP-IDF: Run idf.py reconfigure task** to generate the **compile_commands.json** file so language support works.

# Configuration of c_cpp_properties.json File

The [C/C++ Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) can be used to provide C and C++ syntax highlight, code navigation and Go to declaration/definition within C and C++ files.
Expand Down
9 changes: 0 additions & 9 deletions docs/HARDWARE_SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Current Chips Supported in this Extension

[ESP32](https://www.espressif.com/en/products/socs/esp32)
[ESP32-C2](https://www.espressif.com/en/products/socs/esp32-c2)
[ESP32-C3](https://www.espressif.com/en/products/socs/esp32-c3)
[ESP32-C6](https://www.espressif.com/en/products/socs/esp32-c6)
[ESP32-S2](https://www.espressif.com/en/products/socs/esp32-s2)
[ESP32-S3](https://www.espressif.com/en/products/socs/esp32-s3)
[ESP32-H2](https://www.espressif.com/en/products/socs/esp32-h2)
[ESP32-P4](https://www.espressif.com/en/products/socs/esp32-p4)

The chips supported in the extension are directly dependent on the ESP-IDF and OpenOCD version you are using:

- The list of OpenOCD configuration boards is obtained from `$OPENOCD_SCRIPTS/esp-config.json` where `$OPENOCD_SCRIPTS` is your OpenOCD Scripts path.
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To install the nightly build follow the instructions below.
Nightly builds are available for <a href="https://nightly.link/espressif/vscode-esp-idf-extension/workflows/ci/master/esp-idf-extension.vsix.zip">Visual Studio Code</a> or <a href="https://nightly.link/espressif/vscode-esp-idf-extension/workflows/ci/master/esp-idf-extension-open.vsix.zip">OpenVSX</a>.

- Open VS Code
- Go to Extensions
- Click menu `View` and then `Extensions`
- Click on the `...` from the top and choose `Install from VSIX...`
- Browse to the VSIX file you downloaded
- Wait for the extension to install
Expand Down
Binary file added media/readme/build.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/readme/commandsList.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/readme/espressifIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/readme/flash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/readme/flashmethod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/readme/monitor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/readme/openocd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/readme/sdkconfig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/readme/serialport.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/readme/setup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/readme/statusBar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/readme/target.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed media/youtube_tutorial_preview.png
Binary file not shown.

0 comments on commit ada22bd

Please sign in to comment.