Note that uCore will set the default value of CHAPTER according the name of branch. So usually you need not to care about this parameter.
BASE:
Optional values: 0,1
Default value: 0
BASE=1 will generate basic testcases starting which can be handled by the uCore without any modification. Basic testcases have prefixed names: ‘chxb_’.
BASE=0 will generate all the testcases.
Output
target/bin : all .bin file
target/elf : all .elf file (Used for extended lab)
uCore-Tutorial-Tests
User testcases for uCore-Tutorial-Code-2022S.
Usage
CHAPTER:
CHAPTER
according the name of branch. So usually you need not to care about this parameter.BASE:
BASE=1
will generate basic testcases starting which can be handled by the uCore without any modification. Basic testcases have prefixed names: ‘chxb_’.BASE=0
will generate all the testcases.Output
.bin
file.elf
file (Used for extended lab)Dev Log