Skip to content

Commit

Permalink
surf 5 getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
theoim committed Nov 14, 2023
1 parent 828ea6b commit 6ce97ea
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: debuging-surf5
title: Debugger Surf 5
id: debugger-surf5
title: Surf 5 Debugger
date: 2023-11-14
keywords: [iMCU, ethernet, w7500]
description: How to debug Surf 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ For details, please refer the following tables.
| ISP Protocol Manual | V1.0 | <a href="/img/products/w7500/documents/appnote/w7500x_isp_communication_protocol_v1_0.pdf" target="_blank">W7500x\_ISP\_Protocol</a> | Common |
| Python ISP module | V1.0 | <a href="/img/products/w7500/documents/appnote/w7500isp.zip" target="_blank">W7500x\_ISP\_Python\_module</a> | Common |

-----
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ keywords: [iMCU, ethernet, w7500]
description: How to set-up vs code and keil 5 before using Surf 5
---

-----

# How to make Surf 5 Project in VS Code

## 1. Create a New Workspace (Prevent Changes to Existing Settings)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Refer to the link above and follow the project creation instructions that are su
<br />
<br />

### Debugger for Surf 5 : <br /><br />[Debugger for surf 5](fw-debuging-surf5.md)
### Surf 5 Debugger : <br /><br />[Surf 5 Debugger](debugger-surf5.md)



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2023-11-14
keywords: [iMCU, ethernet, w7500]
description: How to install usb driver for Surf 5
---
-----

# Install UART to USB driver

Surf 5 has UART to USB converter IC(CH340N) that need to install driver.
Expand All @@ -20,4 +20,3 @@ After unzipping the downloaded ZIP file, you'll find a SETUP.EXE executable in t

When you run SETUP.EXE, the DriverSetup window appears, and you can select INSTALL to install the driver.


Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ description: How to install VS Code for Surf 5

**Guide to Setting up the Surf 5 Development Environment Using Visual Studio Code**

-----

# VS Code Setup Guide for Surf 5

## 1. Software Download
Expand Down Expand Up @@ -153,6 +151,8 @@ Extract the xpack-windows-build-tool-4.x.x.x.zip archive. Save the extracted fol
<img src="/img/osh/surf5/vsset21.png" width="400" />

**Recommended storage path for the xpack-windows-build-tools folder** : C:\Program Files (x86)\xpack-windows-build-tools-4.x.x.


<!-- <br />
<br />
<br />
Expand Down
2 changes: 2 additions & 0 deletions docs/Product/Open-Source-Hardware/surf5/surf5.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ Please refer to below links to find firmware example.

<a target="_blank" href={require('/img/osh/surf5/Dimension.png').default}><img src={require('/img/osh/surf5/Dimension.png').default} alt="Surf5_Dimension"/></a>

## Getting Started

- [Getting Started](../getting-started/getting-started.md)


## How to buy
Expand Down
5 changes: 3 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -919,10 +919,11 @@ module.exports = {
items: [
'Product/Open-Source-Hardware/surf5/getting-started/install-usb-driver',
'Product/Open-Source-Hardware/surf5/getting-started/flashing-surf5',
'Product/Open-Source-Hardware/surf5/getting-started/install-keil-guide',
'Product/Open-Source-Hardware/surf5/getting-started/vs-code-setup-guide',
'Product/Open-Source-Hardware/surf5/getting-started/debuging-surf5',
'Product/Open-Source-Hardware/surf5/getting-started/install-keil-guide',
'Product/Open-Source-Hardware/surf5/getting-started/fw-examples',
'Product/Open-Source-Hardware/surf5/getting-started/debugger-surf5',

],
},
],
Expand Down

0 comments on commit 6ce97ea

Please sign in to comment.