Skip to content

Commit

Permalink
Visual Studio 2022 Community Project Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
symfund authored Jan 11, 2022
1 parent 2a2a1d9 commit 41eee8e
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# Developing emWin for N9H26 through Visual Studio 2022 Community and GNU Arm Embedded Toolchain on Windows 10

## Build Environment
* Microsoft Visual Studio 2022 Community (Visual C++)
* GNU Arm Embedded Toolchain

https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads

Alter **BuildCmd.bat**
```
set GNU_TOOLS_ARM_EMBEDDED_PATH="C:\Program Files (x86)\GNU Arm Embedded Toolchain\10 2021.10\bin"
```
* msys2

https://www.msys2.org/

Install the 'make' tool
```
pacman -Sy base-devel
```
Alter **BuildCmd.bat**
```
set make_tool_provided_by=C:\msys64\usr\bin
```



# Disclaimer
The Software is furnished "AS IS", without warranty as to performance or results, and
the entire risk as to performance or results is assumed by YOU. Nuvoton disclaims all
Expand Down Expand Up @@ -25,4 +52,4 @@ Please note that all data and specifications are subject to change without notic
trademarks of products and companies mentioned in this datasheet belong to their respective
owners.

**Copyright (C) 2018 Nuvoton Technology Corp. All rights reserved**
**Copyright (C) 2018 Nuvoton Technology Corp. All rights reserved**

0 comments on commit 41eee8e

Please sign in to comment.