application.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "SOC": "hbird",
  3. "BOARD": "hbird_eval",
  4. "CORE": "n307",
  5. "DOWNLOAD": "ilm",
  6. "DSP_ENABLE": "OFF",
  7. "BENCH_UNIT": "cycle",
  8. "checks": {
  9. "PASS": [
  10. ],
  11. "FAIL": [
  12. "MCAUSE:"
  13. ]
  14. },
  15. "applist": [
  16. "application/baremetal/benchmark/dhrystone",
  17. "application/baremetal/benchmark/whetstone",
  18. "application/baremetal/benchmark/coremark",
  19. "application/baremetal/helloworld",
  20. "application/baremetal/demo_timer",
  21. "application/baremetal/demo_eclic",
  22. "application/baremetal/demo_nice",
  23. "application/baremetal/demo_dsp",
  24. "application/freertos/demo",
  25. "application/ucosii/demo",
  26. "application/rtthread/demo",
  27. "application/rtthread/msh"
  28. ],
  29. "appchecks": {
  30. "application/baremetal/benchmark/dhrystone": {
  31. "PASS": ["1000000/(User_Cycle/Number_Of_Runs)"]
  32. },
  33. "application/baremetal/benchmark/whetstone": {
  34. "PASS": ["MWIPS/MHz"]
  35. },
  36. "application/baremetal/benchmark/coremark": {
  37. "PASS": ["Iterations*1000000/total_ticks"]
  38. },
  39. "application/baremetal/demo_timer": {
  40. "PASS": ["MTimer msip and mtip interrupt test finish and pass"]
  41. },
  42. "application/baremetal/helloworld": {
  43. "PASS": ["19: Hello World From Nuclei RISC-V Processor!"]
  44. },
  45. "application/baremetal/demo_eclic": {
  46. "PASS": ["software interrupt hit 10 times"]
  47. },
  48. "application/baremetal/demo_nice": {
  49. "PASS": ["PASS"],
  50. "FAIL": ["FAIL", "MCAUSE:"]
  51. },
  52. "application/baremetal/demo_dsp": {
  53. "PASS": ["all test are passed"],
  54. "FAIL": ["test error apprears"]
  55. },
  56. "application/freertos/demo": {
  57. "PASS": ["timers Callback 11"]
  58. },
  59. "application/rtthread/demo": {
  60. "PASS": ["Main thread count: 6"]
  61. },
  62. "application/rtthread/msh": {
  63. "PASS": ["msh >"]
  64. },
  65. "application/ucosii/demo": {
  66. "PASS": ["task3 is running... 10"]
  67. }
  68. }
  69. }