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