Skip to content

Commit

Permalink
misc: Fix typo will to be -> will be
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Oct 29, 2024
1 parent c88f912 commit e1e2c0b
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Build/Makefile.base
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SOC ?= evalsoc
## Available choices:
## ilm: Program will be downloaded into ilm/ram and run directly in ilm/ram, program lost when poweroff
## flash: Program will be downloaded into flash, when running, program will be copied to ilm/ram and run in ilm/ram
## flashxip: Program will to be downloaded into flash and run directly in Flash
## flashxip: Program will be downloaded into flash and run directly in Flash
DOWNLOAD ?= ilm
## If SIMULATION=1, it means the program is optimized for hardware simulation environment
SIMULATION ?= 0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ $NUCLEI_SDK_ROOT
* We provided different Nuclei Core configurations(CORE=<your_core>) we supported, see *Build/Makefile.core*.
- such as `CORE=n300`
* We support several download modes(DOWNLOAD=<mode>) for different applications.
- **flashxip**: Program will to be downloaded into flash and run directly in Flash
- **flashxip**: Program will be downloaded into flash and run directly in Flash
- **flash**: Program will be downloaded into flash, when running, program will be copied to ilm/ram and run in ilm/ram
- **ilm**: Program will be downloaded into ilm/ram and run directly in ilm/ram, program lost when poweroff
* For example, if you want to build your application for *CORE=n300 DOWNLOAD=ilm*, you can easily run this command:
Expand Down
2 changes: 1 addition & 1 deletion SoC/evalsoc/Board/nuclei_fpga_eval/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ configuration:
- name: flash
description: FLASH download mode, program will be downloaded into flash, when running, program will be copied to ilm/ram and run in ilm/ram
- name: flashxip
description: FLASHXIP download mode, program will to be downloaded into flash and run directly in Flash
description: FLASHXIP download mode, program will be downloaded into flash and run directly in Flash
- name: ddr
description: DDR download mode, program will be downloaded into ddr and run directly in ddr, program lost when poweroff
- name: sram
Expand Down
2 changes: 1 addition & 1 deletion SoC/gd32vf103/Board/gd32vf103c_dlink/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ configuration:
description: Download/Run Mode
choices:
- name: flashxip
description: FLASHXIP download mode, program will to be downloaded into flash and run directly in Flash
description: FLASHXIP download mode, program will be downloaded into flash and run directly in Flash

## Source Code Management
codemanage:
Expand Down
2 changes: 1 addition & 1 deletion SoC/gd32vf103/Board/gd32vf103c_longan_nano/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ configuration:
description: Download/Run Mode
choices:
- name: flashxip
description: FLASHXIP download mode, program will to be downloaded into flash and run directly in Flash
description: FLASHXIP download mode, program will be downloaded into flash and run directly in Flash

## Source Code Management
codemanage:
Expand Down
2 changes: 1 addition & 1 deletion SoC/gd32vf103/Board/gd32vf103c_t_display/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ configuration:
description: Download/Run Mode
choices:
- name: flashxip
description: FLASHXIP download mode, program will to be downloaded into flash and run directly in Flash
description: FLASHXIP download mode, program will be downloaded into flash and run directly in Flash

## Source Code Management
codemanage:
Expand Down
2 changes: 1 addition & 1 deletion SoC/gd32vf103/Board/gd32vf103v_eval/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ configuration:
description: Download/Run Mode
choices:
- name: flashxip
description: FLASHXIP download mode, program will to be downloaded into flash and run directly in Flash
description: FLASHXIP download mode, program will be downloaded into flash and run directly in Flash

## Source Code Management
codemanage:
Expand Down
2 changes: 1 addition & 1 deletion SoC/gd32vf103/Board/gd32vf103v_rvstar/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ configuration:
description: Download/Run Mode
choices:
- name: flashxip
description: FLASHXIP download mode, program will to be downloaded into flash and run directly in Flash
description: FLASHXIP download mode, program will be downloaded into flash and run directly in Flash

## Source Code Management
codemanage:
Expand Down
4 changes: 2 additions & 2 deletions SoC/gd32vw55x/Board/gd32vw553h_eval/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ configuration:
description: Download/Run Mode
choices:
- name: flashxip
description: FLASHXIP download mode, program will to be downloaded into flash and run directly in flash
description: FLASHXIP download mode, program will be downloaded into flash and run directly in flash
- name: sram
description: SRAM download mode, program will to be downloaded into sram and run directly in sram
description: SRAM download mode, program will be downloaded into sram and run directly in sram

## Source Code Management
codemanage:
Expand Down
6 changes: 3 additions & 3 deletions doc/source/develop/buildsystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -621,12 +621,12 @@ currently it has these modes supported as described in table
- | Program will be downloaded into flash, when running,
| program will be copied to ilm/ram and run in ilm/ram
* - flashxip
- Program will to be downloaded into flash and run directly in flash
- Program will be downloaded into flash and run directly in flash
* - ddr
- | Program will to be downloaded into ddr and
- | Program will be downloaded into ddr and
| run directly in ddr, program will lost when poweroff
* - sram
- | Program will to be downloaded into sram and
- | Program will be downloaded into sram and
| run directly in sram, program will lost when poweroff
.. note::
Expand Down

0 comments on commit e1e2c0b

Please sign in to comment.