app.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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": [
  98. "[ERROR]__CCM_PRESENT must be defined as 1 in <Device>.h!",
  99. "DCache not present in CPU!",
  100. "dcachemiss_readonebyte",
  101. "when mapped value in memory has changed"
  102. ]
  103. }
  104. },
  105. "application/baremetal/demo_cidu": {
  106. "build_config" : {},
  107. "checks": {
  108. "PASS": ["[ERROR]__CIDU_PRESENT must be defined as 1 in <Device>.h!"]
  109. }
  110. },
  111. "application/baremetal/demo_pmp": {
  112. "build_config" : {},
  113. "checks": {
  114. "PASS": ["Won't run here if violates L R\\W\\X permission check!"]
  115. }
  116. },
  117. "application/baremetal/demo_nice": {
  118. "build_config" : {},
  119. "checks": {
  120. "PASS": ["PASS"],
  121. "FAIL": ["FAIL", "MEPC"]
  122. }
  123. },
  124. "application/baremetal/smphello": {
  125. "build_config" : {},
  126. "checks": {
  127. "PASS": ["All harts boot successfully!"]
  128. }
  129. },
  130. "application/baremetal/lowpower": {
  131. "build_config" : {},
  132. "checks": {
  133. "PASS": ["CSV, WFI Cost,"]
  134. }
  135. },
  136. "application/baremetal/demo_dsp": {
  137. "build_config" : {},
  138. "checks": {
  139. "PASS": ["all test are passed"],
  140. "FAIL": ["test error apprears", "MEPC"]
  141. }
  142. },
  143. "application/freertos/demo": {
  144. "build_config" : {},
  145. "checks": {
  146. "PASS": ["timers Callback 3"]
  147. }
  148. },
  149. "application/rtthread/demo": {
  150. "build_config" : {},
  151. "checks": {
  152. "PASS": ["Main thread count: 3"]
  153. }
  154. },
  155. "application/rtthread/msh": {
  156. "build_config" : {},
  157. "checks": {
  158. "PASS": ["msh >", "Hello RT-Thread!"]
  159. }
  160. },
  161. "application/ucosii/demo": {
  162. "build_config" : {},
  163. "checks": {
  164. "PASS": ["task3 is running... 3"]
  165. }
  166. },
  167. "test/core": {
  168. "build_config" : {},
  169. "checks": {
  170. "PASS": [", 0 failed"],
  171. "FAIL": ["[FAIL]", "MEPC"]
  172. }
  173. }
  174. }
  175. }