application.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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/demo_cidu",
  27. "application/baremetal/dsp_examples",
  28. "application/baremetal/Internal"
  29. ],
  30. "appconfig": {
  31. "application/baremetal/benchmark/dhrystone": {
  32. "build_config" : {},
  33. "checks": {
  34. "PASS": ["CSV, Dhrystone"]
  35. }
  36. },
  37. "application/baremetal/benchmark/whetstone": {
  38. "build_config" : {},
  39. "checks": {
  40. "PASS": ["CSV, Whetstone"]
  41. }
  42. },
  43. "application/baremetal/benchmark/coremark": {
  44. "build_config" : {},
  45. "checks": {
  46. "PASS": ["CSV, CoreMark"]
  47. }
  48. },
  49. "application/baremetal/demo_timer": {
  50. "build_config" : {},
  51. "checks": {
  52. "PASS": ["MTimer msip and mtip interrupt test finish and pass"]
  53. }
  54. },
  55. "application/baremetal/empty": {
  56. "build_config" : {},
  57. "checks": {
  58. "PASS": ["CPU HartID"]
  59. }
  60. },
  61. "application/baremetal/helloworld": {
  62. "build_config" : {},
  63. "checks": {
  64. "PASS": ["19: Hello World From Nuclei RISC-V Processor!"]
  65. }
  66. },
  67. "application/baremetal/demo_irqc": {
  68. "build_config" : {},
  69. "checks": {
  70. "PASS": ["software interrupt hit 5 times"]
  71. }
  72. },
  73. "application/baremetal/demo_extirq": {
  74. "build_config" : {},
  75. "checks": {
  76. "PASS": ["You can press any key now to trigger uart receive interrupt"]
  77. }
  78. },
  79. "application/baremetal/lowpower": {
  80. "build_config" : {},
  81. "checks": {
  82. "PASS": ["CSV, WFI Cost,"]
  83. }
  84. },
  85. "application/freertos/demo": {
  86. "build_config" : {},
  87. "checks": {
  88. "PASS": ["timers Callback 3"]
  89. }
  90. },
  91. "application/rtthread/demo": {
  92. "build_config" : {},
  93. "checks": {
  94. "PASS": ["Main thread count: 3"]
  95. }
  96. },
  97. "application/rtthread/msh": {
  98. "build_config" : {},
  99. "checks": {
  100. "PASS": ["msh >", "Hello RT-Thread!"]
  101. }
  102. },
  103. "application/ucosii/demo": {
  104. "build_config" : {},
  105. "checks": {
  106. "PASS": ["task3 is running... 3"]
  107. }
  108. },
  109. "test/core": {
  110. "build_config" : {},
  111. "checks": {
  112. "PASS": [", 0 failed"],
  113. "FAIL": ["[FAIL]", "MEPC"]
  114. }
  115. }
  116. }
  117. }