1. c7fd8e6 tests: sleep: convert legacy test to ztest by Punit Vara · 7 years ago
  2. 9c1622a tests: tickless: Make use of ztest framework by Punit Vara · 7 years ago
  3. 21510d43 tests: pending: Make use of ztest framework by Punit Vara · 7 years ago
  4. 33bd43b tests: mutex: convert legacy test to ztest by Punit Vara · 7 years ago
  5. 805d69c tests: protection: Fix building on ARC by Kumar Gala · 7 years ago
  6. 255edcf Bluetooth: Mesh: Provisioning: Add NetKeyIndex to complete callback by Johan Hedberg · 7 years ago
  7. 70cbcef Bluetooth: Mesh: Rename health server code from health to health_srv by Johan Hedberg · 7 years ago
  8. 3b252ca Bluetooth: Mesh: Rename configuration server code from cfg to cfg_srv by Johan Hedberg · 7 years ago
  9. 0ef7c6e Bluetooth: Mesh: Add more flexible APIs for provisioning bearers by Johan Hedberg · 7 years ago
  10. a81fa43 Bluetooth: Mesh: Use proper _t suffix for typedefs by Johan Hedberg · 7 years ago
  11. 02d6c11 tests: mheap_api_concept: test k_calloc() by Andrew Boie · 7 years ago
  12. 4a9a0e2 tests: context: convert legacy test to ztest by Punit Vara · 7 years ago
  13. eeb4cd2 tests: work_queue: Convert legacy test to ztest by Punit Vara · 7 years ago
  14. 1604a93 tests: timer_monotonic: Migrate legacy test to ztest by Punit Vara · 7 years ago
  15. a9f0f44 tests/kernel/pipe: fix uninitialized semaphore by Andy Ross · 7 years ago
  16. 588887c Bluetooth: Mesh: Add primary address to provisioning complete callback by Johan Hedberg · 7 years ago
  17. 2a1e16c Bluetooth: Mesh: Add skeleton for Configuration Client Model by Johan Hedberg · 7 years ago
  18. 2adbed8 tests: subsys: dfu: mcuboot: fix return value not handling issue by Andrzej Puzdrowski · 7 years ago
  19. 1d70a39 net: samples: replace tag zoap with coap by Robert Chou · 7 years ago
  20. e2e74f7 Bluetooth: Mesh: shell: Add basic skeleton by Johan Hedberg · 7 years ago
  21. 85be9db tests: fatal: convert legacy test to ztest by Punit Vara · 7 years ago
  22. af512e5 Bluetooth: tests/shell: Rename Arduino 101 conf file for cmake by Johan Hedberg · 7 years ago
  23. 9bdd8d6 Bluetooth: tests: Update tester documentation for cmake by Johan Hedberg · 7 years ago
  24. a30d876 Bluetooth: tests: Remove explicit setting of QEMU_EXTRA_FLAGS by Johan Hedberg · 7 years ago
  25. 6249ae7 Bluetooth: tests/mesh: Update lpn.conf with saner defaults by Johan Hedberg · 7 years ago
  26. 58b476f Bluetooth: tests/mesh: Remove manual LPN enabling by Johan Hedberg · 7 years ago
  27. 1a50ee1 Bluetooth: btp: Add initial commands for Mesh service by Szymon Janc · 7 years ago
  28. c7832bd cmake: Use -serial bt-server when CONFIG_BT by Sebastian Bøe · 7 years ago
  29. 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
  30. 9b12769 tests: use cmake to build object benchmarks by Anas Nashif · 7 years ago
  31. 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
  32. 3a0b1b4 tests: bluetooth/mesh: Enable beacon by default by Johan Hedberg · 7 years ago
  33. a9b2d57 tests: sockets: Check the value-result argument by Aska Wu · 7 years ago
  34. a022e95 Revert "tests: mesh: Convert legacy test to use ztest" by Johan Hedberg · 7 years ago
  35. 2486694 net: http: Create HTTP library that uses net-app by Jukka Rissanen · 7 years ago
  36. 6bbb5f2 net: tests: Add tests for net pkt address parsing by Aska Wu · 7 years ago
  37. a44e88d tests: kernel: timer: Fix TC_PRINT format specifiers by Ramakrishna Pallala · 7 years ago
  38. d8f85d7 tests: static_idt: convert legacy test to ztest by Punit Vara · 7 years ago
  39. 44a3514 Uart: Added testcase support for drivers using only poll mode by Nirmala Devi · 7 years ago
  40. c2f60eb tests: bitfield: Convert legacy test case to ztest by Punit Vara · 7 years ago
  41. e2a9744 tests: mslab: convert legacy test to ztest by Punit Vara · 7 years ago
  42. 658a5a2 tests: rpl: convert legacy test in ztest by Punit Vara · 7 years ago
  43. cb81b5e tests: mem_pool: convert legacy test in ztest by Punit Vara · 7 years ago
  44. 36bc8d7 tests: add testcase.yaml to multicore power by Anas Nashif · 7 years ago
  45. edd072e tests: benchmarking: cleanup of the benchmarking code. by Adithya Baglody · 7 years ago
  46. 34b5ca6 tests: sockets: Add TCP test cases by Aska Wu · 7 years ago
  47. da9b0dd drivers: Rename `random` to `entropy` by Leandro Pereira · 7 years ago
  48. 059bd32 tests: mcuboot: Check results from flash write/read functions by Leandro Pereira · 7 years ago
  49. 7929db1 tests: icmpv6: Assert that net_pkt and net_buf could be allocated by Leandro Pereira · 7 years ago
  50. 972992c tests: dns_resolve: Fix NULL pointer derefence if iface is NULL by Leandro Pereira · 7 years ago
  51. 1efce2b tests: removed stray bitfield.c file by Anas Nashif · 7 years ago
  52. 0ef69a3 tests: minor cleanup for fp_sharing test by Anas Nashif · 7 years ago
  53. a7b45d0 tests: gen_inc_file: fix include syntax by Anas Nashif · 7 years ago
  54. aeb6a7e tests: 6lo: convert legacy test to ztest with cleanup by Punit Vara · 7 years ago
  55. 780324b cleanup: rename fiber/task -> thread by Anas Nashif · 7 years ago
  56. 4c305a5 tests: schedule_api: slightly increase stack size by Andrew Boie · 7 years ago
  57. 0e7c8ed net: context: Make sure we honor timeout when waiting data by Jukka Rissanen · 7 years ago
  58. 939aad9 tests: sockets: Make udp test cases self-contained by Aska Wu · 7 years ago
  59. 68e0037 tests: trickle: convert legacy test to ztest by Punit Vara · 7 years ago
  60. cbbec3d tests: entropy: Add Entropy driver test case by Vikram Singh Shekhawat · 7 years ago
  61. 1b77ee1 samples/net: Reducing prj*.conf files by relevantly removing 6Lo option by Tomasz Bursztyka · 7 years ago
  62. 273c0fd tests: ztest: Add formatting in assert APIs by Punit Vara · 7 years ago
  63. b7eaeb9 cleanup: Use quote include instead of system include by Sebastian Bøe · 7 years ago
  64. 9544b7e tests: context: Make legacy test to use ztest API by Punit Vara · 7 years ago
  65. a29f67b tests: route: Convert legacy test to use ztest framework by Punit Vara · 7 years ago
  66. cdfdac3 tests: net: tcp: Update for clean up in seqno handling by Paul Sokolovsky · 7 years ago
  67. 7aa2231 net: coap: empty payload with payload marker is malformed by Robert Chou · 7 years ago
  68. a3a1772 net: tests: Add more CoAP test cases by Ravi kumar Veeramally · 7 years ago
  69. 964f399 tests: net: coap: Use proper array for payload by Jukka Rissanen · 7 years ago
  70. 9908097 tests: protection: Enable the complete test suit for qemu_x86. by Adithya Baglody · 7 years ago
  71. ca642fb net: tests: Add more testcases to 6lo tests by Ravi kumar Veeramally · 7 years ago
  72. 967ee03 tests: thread_init: run in user mode by Andrew Boie · 7 years ago
  73. c725e64 tests: lifecycle_api: run in user mode by Andrew Boie · 7 years ago
  74. a9557ef tests: custom_data: run in user mode by Andrew Boie · 7 years ago
  75. 60e6632 tests: stack_api: run in user mode when possible by Andrew Boie · 7 years ago
  76. bcd3803 tests: msgq: run in user mode when possible by Andrew Boie · 7 years ago
  77. bf7d533 tests: semaphore: run some threads in user mode by Andrew Boie · 7 years ago
  78. 39d55ac tests: alert_api: run in user mode by Andrew Boie · 7 years ago
  79. 776a084 tests: mutex: run in user mode by Andrew Boie · 7 years ago
  80. 610f5d1 tests: obj_validation: add to userspace tests by Andrew Boie · 7 years ago
  81. 81b9c8f net/utils: Make net_hexdump_frags being able to print ll reserve by Tomasz Bursztyka · 7 years ago
  82. 15c115b tests: fifo: Add prj_poll.conf by Luiz Augusto von Dentz · 7 years ago
  83. 3316b78 tests: net: lib: dns_resolve: bump min memory to over 20k by Kumar Gala · 7 years ago
  84. 4600c37ff1 doc: Fix misspellings in header/doxygen comments by David B. Kinder · 7 years ago
  85. f1753ae Bluetooth: tester: Add Attribute Value Changed event implementation by Mariusz Skamra · 7 years ago
  86. 204c468 Bluetooth: btp: Add new event to indicate GATT attribute value change by Mariusz Skamra · 7 years ago
  87. faeab7f tests: net: app: Simple testcases for net-app testing by Jukka Rissanen · 7 years ago
  88. c5c104f kernel: fix k_thread_stack_t definition by Andrew Boie · 7 years ago
  89. 4d831a7 Bluetooth: tester: Fix include service attribute user data by Mariusz Skamra · 7 years ago
  90. 5c24704 tests: nffs: cleanup configs by Anas Nashif · 7 years ago
  91. d411eca tests: Bluetooth: simplify BT init test by Anas Nashif · 7 years ago
  92. 40acd7e tests: timer: remove obsolete CONFIG_NANO_TIMEOUTS by Anas Nashif · 7 years ago
  93. 7076613 tests: errno: using new extra_configs by Anas Nashif · 7 years ago
  94. 4bc6e27 tests: aio: use depends on by Anas Nashif · 7 years ago
  95. 116aadf tests: adc_simple: use depends_on for testcase by Anas Nashif · 7 years ago
  96. 0b5c049 tests: adc_api: use new testcase scheme and cleanup by Anas Nashif · 7 years ago
  97. a2b40ec userspace handlers: finer control of init state by Andrew Boie · 7 years ago
  98. 0356590 tests: samples: fix yaml syntax by Anas Nashif · 7 years ago
  99. 3bfc80b x86: disable the MMU on 'reg' and 'min' footprint by Andrew Boie · 7 years ago
  100. b2bce21 ztest: add user thread support by Andrew Boie · 7 years ago