1. bbad5c3 lib: cmsis_rtos_v1: Minor refactor of CMSIS implemetation by Praful Swarnakar · 7 years ago
  2. a087940 lib: cmsis_rtos_v1: remove unhit return case by Niranjhana N · 7 years ago
  3. ac787e0 lib/posix: Use static allocation for posix_thread objects by Rajavardhan Gundi · 7 years ago
  4. 0b8792c lib/cmsis_rtos_v1: Check if osKernelStart() is called from ISR by Spoorthi K · 7 years ago
  5. f72c4c5 lib/cmsis_rtos_v1: Remove redundant stack size check by Rajavardhan Gundi · 7 years ago
  6. 845fdbb lib: cmsis_rtos_v1: replace an else case by Niranjhana N · 7 years ago
  7. 71ca653 mempool: Fix bit pointer state for N_MAX > 31 by Andy Ross · 7 years ago
  8. 411662d lib: cmsis_rtos_v1: fix couple of nonconformities by Niranjhana N · 7 years ago
  9. 5c79101 constants: Use uppercase to indicate long by Flavio Ceolin · 7 years ago
  10. 2fc836d lib: cmsis_rtos_v1: Fix timeout calculation in signals by Praful Swarnakar · 7 years ago
  11. 8cf8db3 Kconfig: Use a short, consistent style for prompts by Ulf Magnusson · 7 years ago
  12. b5df23e lib/cmsis_rtos_v1: Implement support for Signal Event APIs by Rajavardhan Gundi · 7 years ago
  13. 3bb243c lib/cmsis_rtos_v1: Implement support for Message Queue APIs by Rajavardhan Gundi · 7 years ago
  14. 7c67140 lib/cmsis_rtos_v1: Implement support for Mail Queue APIs by Rajavardhan Gundi · 7 years ago
  15. 76fc443 lib/cmsis_rtos_v1: Implement support for kernel APIs by Rajavardhan Gundi · 7 years ago
  16. aff8c51 lib/cmsis_rtos_v1: Implement support for mempool APIs by Rajavardhan Gundi · 7 years ago
  17. 45e6715 lib/cmsis_rtos_v1: Implement support for semaphore APIs by Rajavardhan Gundi · 7 years ago
  18. 055da73 lib/cmsis_rtos_v1: Implement support for mutex APIs by Rajavardhan Gundi · 7 years ago
  19. 7d3a539 lib/cmsis_rtos_v1: Implement support for timer APIs by Rajavardhan Gundi · 7 years ago
  20. 7e5f0b7 lib/cmsis_rtos_v1: Implement support for osKernelSysTick by Rajavardhan Gundi · 7 years ago
  21. 2d7619e lib/cmsis_rtos_v1: Implement support for osDelay by Rajavardhan Gundi · 7 years ago
  22. ccd1c21 lib/cmsis_rtos_v1: Implement support for thread APIs by Rajavardhan Gundi · 7 years ago
  23. 3641c25 libc: minimal: fix calloc() by Andrew Boie · 7 years ago
  24. 12e6aad lib: newlib: add read/write syscalls by Andrew Boie · 7 years ago
  25. bc94cc1 libc: minimal: add console system calls by Andrew Boie · 7 years ago
  26. 6a8649f libc: minimal: add malloc functions by Andrew Boie · 7 years ago
  27. 7f4d006 kernel: fix errno access for user mode by Andrew Boie · 7 years ago
  28. 414c39f posix: add pthread_key and pthread_once APIs by Niranjhana N · 7 years ago
  29. e7ae733 lib/crc: Add CRC32 support by Olivier Martin · 7 years ago
  30. 16ff8ca libc: newlib: Enable extended linux errno defines by Kumar Gala · 7 years ago
  31. 9aebe8b lib: json: Fix warning when building with newlib by Kumar Gala · 7 years ago
  32. e66da3f libc: minimal: Add support for %F conversion specifiers by Kumar Gala · 7 years ago
  33. 409c9e7 libc: minimal: Fix support for -nan by Kumar Gala · 7 years ago
  34. 96ea7ab libc: minimal: Fix handling of %f conversion specifiers for inf & nan by Kumar Gala · 7 years ago
  35. e6f4f62 libc: minimal: Fix handling of floating point exponent by Kumar Gala · 7 years ago
  36. 5193b55 lib: posix: Fix Out-of-bound write to char array by Subramanian Meenakshi Sundaram · 7 years ago
  37. 0785b79 lib: kconfig: Remove redundant 'default n' properties by Ulf Magnusson · 7 years ago
  38. 2d71236 lib: libc: minimal: Get rid of the bit (256-byte) charmap table by Leandro Pereira · 7 years ago
  39. 3c1a78e cmake: replace PROJECT_SOURCE_DIR with ZEPHYR_BASE by Alex Tereschenko · 7 years ago
  40. 6245d6c libc: minimal: Add typedefs for "least" types by Paul Sokolovsky · 7 years ago
  41. 2e0af08 build: remove unused CMakeLists.txt by Yasushi SHOJI · 7 years ago
  42. 99cef4c lib: Fix malformed JSON_LIBARY Kconfig default by Ulf Magnusson · 7 years ago
  43. d94231f cmake: libc: minimal: Move sources from 'app' to a new CMake library by Sebastian Bøe · 7 years ago
  44. bf1e019 lib: posix: fix out-of-bound write by Paras Jain · 7 years ago v1.12.0-rc3
  45. 03a3c99 lib: posix: clock: Use k_uptime_get() to compute tv_nsec by Ramakrishna Pallala · 7 years ago
  46. 817e3cd lib: posix: Make sure the name string is NULL terminated by Ramakrishna Pallala · 7 years ago
  47. dd78ab0 newlib: Fix typo in Kconfig related to NEWLIB_LIBC_ALIGNED_HEAP_SIZE by Kumar Gala · 7 years ago
  48. f4b6daf lib/posix: Port wait_q usage to new API by Andy Ross · 7 years ago
  49. 6040bf7 lib/rbtree: Fix & document insert comparison order by Andy Ross · 7 years ago
  50. d33b49d lib/rbtree: Fix crash condition with empty trees and rb_min/max() by Andy Ross · 7 years ago
  51. 0f1d30a lib: posix: Do not redefine PATH_MAX in unistd.h by Leandro Pereira · 7 years ago
  52. 4e3d99e lib: posix: Use default attribute for mutex by Punit Vara · 7 years ago
  53. eb8ba69 lib: posix: Implement posix mutex APIs by Punit Vara · 7 years ago
  54. eb0aaca lib: posix: Add Posix Style File System API support by Ramakrishna Pallala · 7 years ago
  55. ccf3bf7 kernel: Fix sloppy wait queue API by Andy Ross · 7 years ago
  56. ba24050 lib: rbtree: Add RB_FOR_EACH macro for iterative enumeration by Andy Ross · 7 years ago
  57. 2514f3c libc: minimal: fix fwrite() by Florian Vaussard · 7 years ago
  58. bcdfa76 lib: posix: Fix pthread_attr_init() return code by Ramakrishna Pallala · 7 years ago
  59. 5133cf5 kernel: thread: Move out the function _thread_entry() to lib by Adithya Baglody · 7 years ago
  60. 42a2c96 newlib: fix heap user mode access for MPU devices by Andrew Boie · 7 years ago
  61. fc76839 x86: grant user mode access to newlib heap by Andrew Boie · 7 years ago
  62. a853212 newlib: libc-hooks: Print "exit" message with newline by Paul Sokolovsky · 7 years ago
  63. 0ec79d6 lib: json: Efficiently pack field name, offset, alignment, type by Leandro Pereira · 7 years ago
  64. e7648ba lib: posix: pthread_common: Fix potential integer overflow issue by Ramakrishna Pallala · 7 years ago
  65. 8a4b2e8 kernel, posix: Move ready_one_thread() to scheduler by Andy Ross · 7 years ago
  66. 22642cf kernel: Clean up _unpend_thread() API by Andy Ross · 7 years ago
  67. d89249d pthread: Respect cooperative thread schedulign in condition variable by Andy Ross · 7 years ago
  68. 15cb5d7 kernel: Further unify _reschedule APIs by Andy Ross · 7 years ago
  69. 0447a73 kernel: include cleanup by Andy Ross · 7 years ago
  70. e0a572b kernel: Refactor, unifying _pend_current_thread() + _Swap() idiom by Andy Ross · 7 years ago
  71. 8606fab kernel: Scheduler refactoring: use _reschedule_*() always by Andy Ross · 7 years ago
  72. 3af8864 lib: posix: mqueue: Minor formatting cleanups by Leandro Pereira · 7 years ago
  73. 2a5fb57 lib: posix: mqueue: Do not dereference mqd pointer before null check by Leandro Pereira · 7 years ago
  74. 2ef57f0 lib/rbtree: Add a rb_contains() predicate by Andy Ross · 7 years ago
  75. 193f4fe lib: Red/Black balanced tree data structure by Andy Ross · 7 years ago
  76. fe46c75 lib: posix: Fix integer overflow in timer_gettime by Ramakrishna Pallala · 7 years ago
  77. 4226c6d lib: posix: Fix mutex locking in pthread_cancel by Ramakrishna Pallala · 7 years ago
  78. f603e60 lib: posix: Move posix layer from 'kernel' to 'lib' by Ramakrishna Pallala · 7 years ago
  79. aa6de29 lib: user mode compatible mempools by Andrew Boie · 7 years ago
  80. 20cd4b5 lib: base64: Add statement of changes by Carles Cufi · 7 years ago
  81. fb50e81 lib: Add base64 library by Carles Cufi · 7 years ago
  82. bb64ec2 lib: move ring_buffer Kconfig to lib/, cleanup lib/Kconfig by Anas Nashif · 7 years ago
  83. dc37f985 crc: make crc8_ccitt() match the other CRC functions. by Michael Hope · 7 years ago
  84. 7ee8bb9 build: deprecate ZEPHYR_GCC_VARIANT by Anas Nashif · 7 years ago
  85. a5eb541 crc: add crc16_itu_t which is used in the MMC protocol. by Michael Hope · 7 years ago
  86. f77c1d5 crc: add a faster, chainable version of CRC16/CCITT. by Michael Hope · 7 years ago
  87. 323e8cf libc: Kconfig: Enable STDOUT_CONSOLE by default if NEWLIB_LIBC. by Paul Sokolovsky · 7 years ago
  88. 6083939 lib: add abs function to minimal libc by Vincent Veron · 7 years ago
  89. 9a5a3e0 lib: crc: Add crc8-ccitt implementation by Andrzej Puzdrowski · 7 years ago
  90. 15ca6da cmake: Re-introduce support for CROSS_COMPILE by Sebastian Bøe · 7 years ago
  91. 84e3d3e libc: Kconfig: Move STDOUT_CONSOLE from subsys/debug by Paul Sokolovsky · 7 years ago
  92. ce3b2ed libc: add EILSEQ for use in reporting checksum failure. by Michael Hope · 7 years ago
  93. 95cd063 libc: some architectures do not require baremetal libc by Anas Nashif · 7 years ago
  94. e2122cb lib: move ring_buffer from misc/ to lib/ by Anas Nashif · 7 years ago
  95. 6daf046 lib: move crc from drivers to lib/ by Anas Nashif · 7 years ago
  96. 429c2a4 kconfig: fix help syntax and add spaces by Anas Nashif · 7 years ago
  97. 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
  98. 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
  99. 6ca3cc6 lib: remove TinyCrypt Kconfig menu by Ramakrishna Pallala · 7 years ago
  100. 034b458 libc: Add support for static_assert by Thiago Macieira · 7 years ago