Skip to content

Commit

Permalink
examples: add comment about using default environment
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <578567190@qq.com>
  • Loading branch information
fanghuaqi committed Jan 4, 2024
1 parent e7819c5 commit bd74af4
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/coremark/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
[platformio]
description =
CoreMark benchmark.
# uncomment below and select default environment
; default_envs = nuclei_fpga_eval

[common]
300_flags = -Ofast -fno-code-hoisting -fno-tree-vectorize -fno-common -finline-functions -falign-functions=4
Expand Down
2 changes: 2 additions & 0 deletions examples/cpuinfo/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
[platformio]
description =
Probe and dump Nuclei RISC-V Processor Info
# uncomment below and select default environment
; default_envs = nuclei_fpga_eval

[env]
platform = nuclei
Expand Down
2 changes: 2 additions & 0 deletions examples/demo_dsp/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
[platformio]
description =
example to show how to use NMSIS DSP Library.
# uncomment below and select default environment
; default_envs = nuclei_fpga_eval

[env]
platform = nuclei
Expand Down
2 changes: 2 additions & 0 deletions examples/demo_eclic/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
[platformio]
description =
example to show how to use ECLIC and interrupt.
# uncomment below and select default environment
; default_envs = nuclei_fpga_eval

[env]
platform = nuclei
Expand Down
2 changes: 2 additions & 0 deletions examples/dhrystone/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
[platformio]
description =
Dhyrstone benchmark.
# uncomment below and select default environment
; default_envs = nuclei_fpga_eval

[common]
compile_flags = -O3 -fno-inline -funroll-loops
Expand Down
2 changes: 2 additions & 0 deletions examples/freertos_demo/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
[platformio]
description =
A simple FreeRTOS demo to demonstrate FreeRTOS usage and build environment.
# uncomment below and select default environment
; default_envs = nuclei_fpga_eval

[env]
platform = nuclei
Expand Down
2 changes: 2 additions & 0 deletions examples/helloworld/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
[platformio]
description =
A simple "Hello, World!" example to demonstrate printf and build environment.
# uncomment below and select default environment
; default_envs = nuclei_fpga_eval

[env]
platform = nuclei
Expand Down
2 changes: 2 additions & 0 deletions examples/rtthread_demo/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
[platformio]
description =
A simple RT-Thread demo to demonstrate RT-Thread usage and build environment.
# uncomment below and select default environment
; default_envs = nuclei_fpga_eval

[env]
platform = nuclei
Expand Down
2 changes: 2 additions & 0 deletions examples/ucosii_demo/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
[platformio]
description =
A simple UCOSII demo to demonstrate UCOSII usage and build environment.
# uncomment below and select default environment
; default_envs = nuclei_fpga_eval

[env]
platform = nuclei
Expand Down
2 changes: 2 additions & 0 deletions examples/whetstone/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
[platformio]
description =
Whestone benchmark.
# uncomment below and select default environment
; default_envs = nuclei_fpga_eval

[common]
compile_flags = -O3 -funroll-loops -fsingle-precision-constant
Expand Down

0 comments on commit bd74af4

Please # to comment.