Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
xingrz committed Apr 10, 2023
1 parent 94215ef commit 06dfc2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 1 addition & 6 deletions config/boards/arm/hw75_dynamic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,9 @@ sudo npm install -g lv_font_conv
### 编译

```sh
export ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
export GNUARMEMB_TOOLCHAIN_PATH=/path/to/gcc-arm-none-eabi-10.3-2021.10

west init -l config
west update
west zephyr-export
pip install -r zephyr/scripts/requirements.txt

west build -s zmk/app -b hw75_dynamic -- -DZMK_CONFIG=$PWD/config
west flash
```
Expand All @@ -66,7 +61,7 @@ west build -s zmk/app -b hw75_dynamic -- -DZMK_CONFIG=$PWD/config \
查看日志:

```sh
pyocd rtt --pack=Keil.STM32F4xx_DFP.2.16.0.pack --target stm32f405rg
pyocd rtt -t stm32f405rg
```

## 致谢
Expand Down
3 changes: 0 additions & 3 deletions config/boards/arm/hw75_keyboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ ZMK 默认带了几种灯效。可以通过 Fn 组合键切换:
参考 [ZMK 的上手文档](https://zmk.dev/docs/development/setup#prerequisites)

```sh
export ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
export GNUARMEMB_TOOLCHAIN_PATH=/path/to/gcc-arm-none-eabi-10.3-2021.10

west init -l config
west update
west zephyr-export
Expand Down

0 comments on commit 06dfc2f

Please sign in to comment.