application.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. "build_target": "clean all",
  15. "build_config": {
  16. },
  17. "checks": {
  18. "PASS": [],
  19. "FAIL": ["MEPC"]
  20. },
  21. "appdirs": [
  22. "application"
  23. ],
  24. "appdirs_ignore": [
  25. "application/baremetal/smphello",
  26. "application/baremetal/dsp_examples",
  27. "application/baremetal/Internal"
  28. ],
  29. "appconfig": {
  30. "application/baremetal/benchmark/dhrystone": {
  31. "build_config" : {},
  32. "checks": {
  33. "PASS": ["CSV, Dhrystone"]
  34. }
  35. },
  36. "application/baremetal/benchmark/whetstone": {
  37. "build_config" : {},
  38. "checks": {
  39. "PASS": ["CSV, Whetstone"]
  40. }
  41. },
  42. "application/baremetal/benchmark/coremark": {
  43. "build_config" : {},
  44. "checks": {
  45. "PASS": ["CSV, CoreMark"]
  46. }
  47. },
  48. "application/baremetal/demo_timer": {
  49. "build_config" : {},
  50. "checks": {
  51. "PASS": ["MTimer msip and mtip interrupt test finish and pass"]
  52. }
  53. },
  54. "application/baremetal/helloworld": {
  55. "build_config" : {},
  56. "checks": {
  57. "PASS": ["19: Hello World From Nuclei RISC-V Processor!"]
  58. }
  59. },
  60. "application/baremetal/demo_eclic": {
  61. "build_config" : {},
  62. "checks": {
  63. "PASS": ["software interrupt hit 10 times"]
  64. }
  65. },
  66. "application/baremetal/demo_nice": {
  67. "build_config" : {},
  68. "checks": {
  69. "PASS": ["PASS"],
  70. "FAIL": ["FAIL", "MEPC"]
  71. }
  72. },
  73. "application/baremetal/smphello": {
  74. "build_config" : {},
  75. "checks": {
  76. "PASS": ["All harts boot successfully!"]
  77. }
  78. },
  79. "application/baremetal/lowpower": {
  80. "build_config" : {},
  81. "checks": {
  82. "PASS": ["CSV, WFI Cost,"]
  83. }
  84. },
  85. "application/baremetal/demo_dsp": {
  86. "build_config" : {},
  87. "checks": {
  88. "PASS": ["all test are passed"],
  89. "FAIL": ["test error apprears", "MEPC"]
  90. }
  91. },
  92. "application/freertos/demo": {
  93. "build_config" : {},
  94. "checks": {
  95. "PASS": ["timers Callback 11"]
  96. }
  97. },
  98. "application/rtthread/demo": {
  99. "build_config" : {},
  100. "checks": {
  101. "PASS": ["Main thread count: 6"]
  102. }
  103. },
  104. "application/rtthread/msh": {
  105. "build_config" : {},
  106. "checks": {
  107. "PASS": ["msh >"]
  108. }
  109. },
  110. "application/ucosii/demo": {
  111. "build_config" : {},
  112. "checks": {
  113. "PASS": ["task3 is running... 10"]
  114. }
  115. },
  116. "test/core": {
  117. "build_config" : {},
  118. "checks": {
  119. "PASS": [", 0 failed"],
  120. "FAIL": ["[FAIL]", "MEPC"]
  121. }
  122. }
  123. }
  124. }