File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed
Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,26 @@ $ chmod +x ~/.cache/mill/download/0.9.9
227227
228228### Software test
229229``` bash
230- $ make
230+ # the 'AM_TARGET' option value(default h):
231+ # h => "hello"
232+ # H => "display this help message"
233+ # i => "interrupt/yield test"
234+ # d => "scan devices"
235+ # m => "multiprocessor test"
236+ # t => "real-time clock test"
237+ # k => "readkey test"
238+ # v => "display test"
239+ # a => "audio test"
240+ # p => "x86 virtual memory test"
241+ $ make amTestBuild AM_TARGET=i
242+ $ make amTest
243+ ```
244+
245+ ### Benchmark test
246+ ``` bash
247+ $ make coremarkTestBuild
248+ $ make dhrystoneTestBuild
249+ $ make microbenchTestBuild
231250```
232251
233252### SoC test
@@ -238,7 +257,10 @@ $ make socBuild
238257$ make socTest
239258```
240259### Add and Customize new project
241-
260+ ``` bash
261+ # First modify the `CHIP_TARGET` in Makefile to your custom name which create folder.
262+ $ make template
263+ ```
242264## Plan
243265
244266## Update
You can’t perform that action at this time.
0 commit comments