bareapp.json 4.1 KB

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