You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1.2 KiB

本文档用于版本发布下测试基本功能

编译测试

  1. 编译所有例程
  • cd到'baremetal/example', 运行'make'命令,确保所有例程没有error或者warning
$ make
-e  +++ Compiling aarch32_timer_irq/....
-e  +++ Compiled OK aarch32_timer_irq/....
-e  +++ Compiling aarch32_uart_irq/....
-e  +++ Compiled OK aarch32_uart_irq/....
-e  +++ Compiling aarch64_uart_irq_send/....
-e  +++ Compiled OK aarch64_uart_irq_send/....
-e  +++ Compiling aarch32_hello_world/....
-e  +++ Compiled OK aarch32_hello_world/....
-e  +++ Compiling aarch32_cache_mmu_wr/....
-e  +++ Compiled OK aarch32_cache_mmu_wr/....
-e  +++ Compiling aarch32_qemu_debug/....
-e  +++ Compiled OK aarch32_qemu_debug/....

功能测试

  1. 选择'baremetal/example/aarch32_cache_mmu_wr', 在当前支持的平台完成基本功能测试