app.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. {
  2. "run_config": {
  3. "target" : "hardware",
  4. "hardware" : {
  5. "baudrate": 115200,
  6. "timeout": 180
  7. },
  8. "qemu": {
  9. "qemu32": "qemu-system-riscv32",
  10. "qemu64": "qemu-system-riscv64",
  11. "timeout": 120
  12. },
  13. "ncycm": {
  14. "timeout": 1200
  15. }
  16. },
  17. "copy_objects": true,
  18. "build_target": "clean all",
  19. "build_config": {
  20. },
  21. "parallel" : "-j",
  22. "checks": {
  23. "PASS": [],
  24. "FAIL": ["MEPC"]
  25. },
  26. "appdirs": [
  27. "application/baremetal/benchmark"
  28. ],
  29. "appdirs_ignore": [
  30. "application/baremetal/dsp_examples",
  31. "application/baremetal/Internal"
  32. ],
  33. "appconfig": {
  34. "application/baremetal/benchmark/dhrystone": {
  35. "build_config" : {},
  36. "checks": {
  37. "PASS": ["CSV, Dhrystone"]
  38. }
  39. },
  40. "application/baremetal/benchmark/whetstone": {
  41. "build_config" : {},
  42. "checks": {
  43. "PASS": ["CSV, Whetstone"]
  44. }
  45. },
  46. "application/baremetal/benchmark/coremark": {
  47. "build_config" : {},
  48. "checks": {
  49. "PASS": ["CSV, CoreMark"]
  50. }
  51. },
  52. "application/baremetal/demo_timer": {
  53. "build_config" : {},
  54. "checks": {
  55. "PASS": ["MTimer msip and mtip interrupt test finish and pass"]
  56. }
  57. },
  58. "application/baremetal/helloworld": {
  59. "build_config" : {},
  60. "checks": {
  61. "PASS": ["19: Hello World From Nuclei RISC-V Processor!"]
  62. }
  63. },
  64. "application/baremetal/cpuinfo": {
  65. "build_config" : {},
  66. "checks": {
  67. "PASS": ["End of Nuclei CPU INFO"]
  68. }
  69. },
  70. "application/baremetal/demo_eclic": {
  71. "build_config" : {},
  72. "checks": {
  73. "PASS": ["software interrupt hit 5 times"]
  74. }
  75. },
  76. "application/baremetal/demo_smode_eclic": {
  77. "build_config" : {},
  78. "checks": {
  79. "PASS": ["[IN S-MODE SOFTWARE INTERRUPT]software interrupt hit 10 times", "[ERROR]__TEE_PRESENT"]
  80. }
  81. },
  82. "application/baremetal/demo_spmp": {
  83. "build_config" : {},
  84. "checks": {
  85. "PASS": ["Won't run here if violates L U\\R\\W\\X permission check!", "[ERROR]__TEE_PRESENT"]
  86. }
  87. },
  88. "application/baremetal/demo_smpu": {
  89. "build_config" : {},
  90. "checks": {
  91. "PASS": ["Won't run here if violates rules check!", "[ERROR]__TEE_PRESENT"]
  92. }
  93. },
  94. "application/baremetal/demo_cache": {
  95. "build_config" : {},
  96. "checks": {
  97. "PASS": ["[ERROR]__CCM_PRESENT must be defined as 1 in <Device>.h!"]
  98. }
  99. },
  100. "application/baremetal/demo_cidu": {
  101. "build_config" : {},
  102. "checks": {
  103. "PASS": ["[ERROR]__CIDU_PRESENT must be defined as 1 in <Device>.h!"]
  104. }
  105. },
  106. "application/baremetal/demo_pmp": {
  107. "build_config" : {},
  108. "checks": {
  109. "PASS": ["Won't run here if violates L R\\W\\X permission check!"]
  110. }
  111. },
  112. "application/baremetal/demo_nice": {
  113. "build_config" : {},
  114. "checks": {
  115. "PASS": ["PASS"],
  116. "FAIL": ["FAIL", "MEPC"]
  117. }
  118. },
  119. "application/baremetal/smphello": {
  120. "build_config" : {},
  121. "checks": {
  122. "PASS": ["All harts boot successfully!"]
  123. }
  124. },
  125. "application/baremetal/lowpower": {
  126. "build_config" : {},
  127. "checks": {
  128. "PASS": ["CSV, WFI Cost,"]
  129. }
  130. },
  131. "application/baremetal/demo_dsp": {
  132. "build_config" : {},
  133. "checks": {
  134. "PASS": ["all test are passed"],
  135. "FAIL": ["test error apprears", "MEPC"]
  136. }
  137. },
  138. "application/freertos/demo": {
  139. "build_config" : {},
  140. "checks": {
  141. "PASS": ["timers Callback 3"]
  142. }
  143. },
  144. "application/rtthread/demo": {
  145. "build_config" : {},
  146. "checks": {
  147. "PASS": ["Main thread count: 3"]
  148. }
  149. },
  150. "application/rtthread/msh": {
  151. "build_config" : {},
  152. "checks": {
  153. "PASS": ["msh >", "Hello RT-Thread!"]
  154. }
  155. },
  156. "application/ucosii/demo": {
  157. "build_config" : {},
  158. "checks": {
  159. "PASS": ["task3 is running... 3"]
  160. }
  161. },
  162. "test/core": {
  163. "build_config" : {},
  164. "checks": {
  165. "PASS": [", 0 failed"],
  166. "FAIL": ["[FAIL]", "MEPC"]
  167. }
  168. }
  169. }
  170. }