SPC560D-48-GCC.txt 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. *** ChibiOS/NIL Test Suite
  2. ***
  3. *** Compiled: Sep 20 2017 - 15:15:09
  4. *** Platform: SPC560Dxx Car Body and Convenience
  5. *** Test Board: EVB with SPC560Dxx Mini Module
  6. *** Compiler: GCC 4.6.3 build on 2013-01-07
  7. *** Architecture: Power Architecture
  8. *** Core Variant: e200z0
  9. *** Port Info: VLE mode
  10. ----------------------------------------------------------------------------
  11. --- Test Case 1.1 (Kernel Info)
  12. --- Product: ChibiOS/NIL
  13. --- Stable Flag: 1
  14. --- Version String: 2.0.1
  15. --- Major Number: 2
  16. --- Minor Number: 0
  17. --- Patch Number: 1
  18. --- Result: SUCCESS
  19. ----------------------------------------------------------------------------
  20. --- Test Case 1.2 (Kernel Settings)
  21. --- CH_CFG_NUM_THREADS: 3
  22. --- CH_CFG_ST_RESOLUTION: 32
  23. --- CH_CFG_ST_FREQUENCY: 1000
  24. --- CH_CFG_ST_TIMEDELTA: 0
  25. --- CH_CFG_USE_SEMAPHORES: 1
  26. --- CH_CFG_USE_MUTEXES: 0
  27. --- CH_CFG_USE_EVENTS: 1
  28. --- CH_CFG_USE_MAILBOXES: 1
  29. --- CH_CFG_USE_MEMCORE: 1
  30. --- CH_CFG_USE_HEAP: 1
  31. --- CH_CFG_USE_MEMPOOLS: 1
  32. --- CH_DBG_STATISTICS: 0
  33. --- CH_DBG_SYSTEM_STATE_CHECK: 1
  34. --- CH_DBG_ENABLE_CHECKS: 1
  35. --- CH_DBG_ENABLE_ASSERTS: 1
  36. --- CH_DBG_ENABLE_STACK_CHECK: 1
  37. --- Result: SUCCESS
  38. ----------------------------------------------------------------------------
  39. --- Test Case 2.1 (System Tick Counter functionality)
  40. --- Result: SUCCESS
  41. ----------------------------------------------------------------------------
  42. --- Test Case 2.2 (Thread Sleep functionality)
  43. --- Result: SUCCESS
  44. ----------------------------------------------------------------------------
  45. --- Test Case 3.1 (Semaphore primitives, no state change)
  46. --- Result: SUCCESS
  47. ----------------------------------------------------------------------------
  48. --- Test Case 3.2 (Semaphore primitives, with state change)
  49. --- Result: SUCCESS
  50. ----------------------------------------------------------------------------
  51. --- Test Case 3.3 (Semaphores timeout)
  52. --- Result: SUCCESS
  53. ----------------------------------------------------------------------------
  54. --- Test Case 4.1 (Suspend and Resume functionality)
  55. --- Result: SUCCESS
  56. ----------------------------------------------------------------------------
  57. --- Test Case 4.2 (Events Flags functionality)
  58. --- Result: SUCCESS
  59. ----------------------------------------------------------------------------
  60. --- Test Case 5.1 (Mailbox normal API, non-blocking tests)
  61. --- Result: SUCCESS
  62. ----------------------------------------------------------------------------
  63. --- Test Case 5.2 (Mailbox I-Class API, non-blocking tests)
  64. --- Result: SUCCESS
  65. ----------------------------------------------------------------------------
  66. --- Test Case 5.3 (Mailbox timeouts)
  67. --- Result: SUCCESS
  68. ----------------------------------------------------------------------------
  69. --- Test Case 6.1 (Loading and emptying a memory pool)
  70. --- Result: SUCCESS
  71. ----------------------------------------------------------------------------
  72. --- Test Case 6.2 (Loading and emptying a guarded memory pool without waiting)
  73. --- Result: SUCCESS
  74. ----------------------------------------------------------------------------
  75. --- Test Case 6.3 (Guarded Memory Pools timeout)
  76. --- Result: SUCCESS
  77. ----------------------------------------------------------------------------
  78. --- Test Case 7.1 (Allocation and fragmentation)
  79. --- Result: SUCCESS
  80. ----------------------------------------------------------------------------
  81. --- Test Case 7.2 (Default Heap)
  82. --- Result: SUCCESS
  83. ----------------------------------------------------------------------------
  84. Final result: SUCCESS