application.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "run_config": {
  3. "target" : "hardware",
  4. "hardware" : {
  5. "serport": "COM21",
  6. "baudrate": 115200,
  7. "timeout": 60
  8. }
  9. },
  10. "build_target": "clean all",
  11. "build_config": {
  12. "DSP_ENABLE": "OFF"
  13. },
  14. "checks": {
  15. "PASS": [],
  16. "FAIL": ["MEPC"]
  17. },
  18. "appdirs": [
  19. "application",
  20. "test"
  21. ],
  22. "appdirs_ignore": [
  23. "application/baremetal/dsp_examples",
  24. "application/baremetal/Internal"
  25. ],
  26. "appconfig": {
  27. "application/baremetal/benchmark/dhrystone": {
  28. "build_config" : {},
  29. "checks": {
  30. "PASS": ["1000000/(User_Cycle/Number_Of_Runs)"]
  31. }
  32. },
  33. "application/baremetal/benchmark/whetstone": {
  34. "build_config" : {},
  35. "checks": {
  36. "PASS": ["MWIPS/MHz"]
  37. }
  38. },
  39. "application/baremetal/benchmark/coremark": {
  40. "build_config" : {},
  41. "checks": {
  42. "PASS": ["Iterations*1000000/total_ticks"]
  43. }
  44. },
  45. "application/baremetal/demo_timer": {
  46. "build_config" : {},
  47. "checks": {
  48. "PASS": ["MTimer msip and mtip interrupt test finish and pass"]
  49. }
  50. },
  51. "application/baremetal/helloworld": {
  52. "build_config" : {},
  53. "checks": {
  54. "PASS": ["19: Hello World From Nuclei RISC-V Processor!"]
  55. }
  56. },
  57. "application/baremetal/demo_eclic": {
  58. "build_config" : {},
  59. "checks": {
  60. "PASS": ["software interrupt hit 10 times"]
  61. }
  62. },
  63. "application/baremetal/demo_nice": {
  64. "build_config" : {},
  65. "checks": {
  66. "PASS": ["PASS"],
  67. "FAIL": ["FAIL", "MEPC"]
  68. }
  69. },
  70. "application/baremetal/demo_dsp": {
  71. "build_config" : {},
  72. "checks": {
  73. "PASS": ["all test are passed"],
  74. "FAIL": ["test error apprears", "MEPC"]
  75. }
  76. },
  77. "application/freertos/demo": {
  78. "build_config" : {},
  79. "checks": {
  80. "PASS": ["timers Callback 11"]
  81. }
  82. },
  83. "application/rtthread/demo": {
  84. "build_config" : {},
  85. "checks": {
  86. "PASS": ["Main thread count: 6"]
  87. }
  88. },
  89. "application/rtthread/msh": {
  90. "build_config" : {},
  91. "checks": {
  92. "PASS": ["msh >"]
  93. }
  94. },
  95. "application/ucosii/demo": {
  96. "build_config" : {},
  97. "checks": {
  98. "PASS": ["task3 is running... 10"]
  99. }
  100. },
  101. "test/core": {
  102. "build_config" : {},
  103. "checks": {
  104. "PASS": [", 0 failed"],
  105. "FAIL": ["[FAIL]", "MEPC"]
  106. }
  107. }
  108. }
  109. }