Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
dbe775838a048e8fa09a46c91a77c29fee4c5f30
/
lib
3caea8c
libc: minimal: add prototype of rand()
by Anas Nashif
· 6 years ago
7707060
userspace: get rid of app section placeholders
by Andrew Boie
· 6 years ago
630af8a
misc: assert_post_action: Added __weak keyword.
by Tim Sørensen (TIMS)
· 6 years ago
3522e05
posix/pthreads: fix pthread_barrier_wait() behavior to match Posix
by Charles E. Youse
· 6 years ago
1556fce
libc: ctype: Fix operations between signed and unsigned types
by Flavio Ceolin
· 6 years ago
85d895c
lib/os: Remove recursion from mempool and rbtree
by Andy Ross
· 6 years ago
fe04adf
lib/os: Conditionally eliminate alloca/VLA usage
by Andy Ross
· 6 years ago
d01f75b
lib: os: fdtable: Add underscore aliases for read/write/close/lseek
by Paul Sokolovsky
· 6 years ago
9aab5ce
kconfig: Remove redundant 'default n' properties
by Ulf Magnusson
· 6 years ago
60186eb
lib: cmsis_rtos_v2: kernel: Fix a coverity issue
by Rajavardhan Gundi
· 6 years ago
4bcd560
lib: fdtable: Update for zephyr_write() rename
by Paul Sokolovsky
· 6 years ago
b5639c4
libc: newlib: Rename adhoc read/write implementation for stdin/stdout
by Paul Sokolovsky
· 6 years ago
feab370
libc: fix CONFIG_STDOUT_CONSOLE semantics
by Andrew Boie
· 6 years ago
59841c9
libc: do not enable newlib on x86_64
by Anas Nashif
· 6 years ago
6cc5722
lib: posix: Fix compile error with mqueue.h
by Kumar Gala
· 6 years ago
4ce652e
userspace: remove APP_SHARED_MEM Kconfig
by Andrew Boie
· 6 years ago
17ce822
app_shmem: create generic libc partition
by Andrew Boie
· 6 years ago
e96d029
lib: posix: Fix compile issue with newer newlib
by Kumar Gala
· 6 years ago
b730fa4
posix_lib: Disable support on native posix arch
by Kumar Gala
· 6 years ago
04743c9
posix: rename priority in sched_param struct
by Anas Nashif
· 6 years ago
75f77db
include: misc: util.h: Rename min/max to MIN/MAX
by Carlos Stuart
· 6 years ago
ec554f4
kernel: Split reschdule & pend into irq/spin lock versions
by Andy Ross
· 6 years ago
f5f450e
lib: cmsis_rtos_v2: Join and detach support
by Carlos Stuart
· 6 years ago
d5b71ca
gui: Corrected typo in object realign Kconfig option
by Jan Van Winkel
· 6 years ago
41f6011
userspace: remove APPLICATION_MEMORY feature
by Andrew Boie
· 6 years ago
4b4f773
libc: set up memory partitions
by Andrew Boie
· 6 years ago
655d3cc
lib: cmsis_rtos_v2: Default thread prioity
by Carlos Stuart
· 6 years ago
d47178b
lib: cmsis_rtos_v2: Default name if name is NULL
by Carlos Stuart
· 6 years ago
d4eb2c9
lib: cmsis_rtos_v2: Dynamic thread stacks
by Carlos Stuart
· 6 years ago
4832043
lib: cmsis_rtos_v2: Dynamic memory pools
by Carlos Stuart
· 6 years ago
17db516
lib: cmsis_rtos_v2: Message queue checks
by Carlos Stuart
· 6 years ago
07a1a60
lib: cmsis_rtos_v2: Additional Kconfig dependency
by Carlos Stuart
· 6 years ago
ccf51e2
lib: cmsis_rtos_v2: Uncrustify source files
by Carlos Stuart
· 6 years ago
edfd41f
gui: Upstep LittlevGL to version 5.3
by Jan Van Winkel
· 6 years ago
c2699dd
misc: assert_post_action: Treat POSIX arch like others
by Alberto Escolar Piedras
· 6 years ago
6904501
misc: Add k_panic on assert
by Krzysztof Chruscinski
· 6 years ago
499feaf
lib: posix: fix build break due to size comparsion
by Dominik Rekawek
· 6 years ago
f75ddb8
gui: Fix typo in Kconfig option
by Kumar Gala
· 6 years ago
b832a1e
printk: move into lib/os
by Anas Nashif
· 6 years ago
db92e5c
lib: flatten all loose components into one lib
by Anas Nashif
· 6 years ago
81ec055
lib: posix: fix a wrong type in mqueue.c
by Niranjhana N
· 6 years ago
b69d0da
arch/x86_64: New architecture added
by Andy Ross
· 6 years ago
cbfcae7
gui: Added glue logic for LittlevGL GUI library
by Jan Van Winkel
· 6 years ago
0c4bb83
lib: posix: Make statements evaluate boolean expressions
by Flavio Ceolin
· 6 years ago
76b3518
kernel: Make statements evaluate boolean expressions
by Flavio Ceolin
· 6 years ago
41dfc4d
libc: riscv: Fix the RISC-V ifdef
by Alistair Francis
· 6 years ago
33f1951
crc: Move crc7 into CRC single header
by Yannis Damigos
· 6 years ago
bbafc36
lib: add crc7.
by Michael Hope
· 6 years ago
0d4954f
lib/cmsis_rtos_v2: Fix overflow in osKernelGetInfo()
by Andy Ross
· 6 years ago
41aa164
lib/cmsis_rtos_v2: Implement support for Thread Flags APIs
by Rajavardhan Gundi
· 6 years ago
fa499b3
lib/cmsis_rtos_v2: Implement support for Event Flag APIs
by Rajavardhan Gundi
· 6 years ago
27f4cd2
lib/cmsis_rtos_v2: Implement support for Message Queue APIs
by Rajavardhan Gundi
· 6 years ago
e5c8488
lib/cmsis_rtos_v2: Implement support for mempool APIs
by Rajavardhan Gundi
· 6 years ago
b39f626
lib/cmsis_rtos_v2: Implement support for semaphore APIs
by Rajavardhan Gundi
· 6 years ago
19b57ce
lib/cmsis_rtos_v2: Implement support for mutex APIs
by Rajavardhan Gundi
· 6 years ago
0285c69
lib/cmsis_rtos_v2: Implement support for timer APIs
by Rajavardhan Gundi
· 6 years ago
7d499e3
lib/cmsis_rtos_v2: Implement support for generic wait APIs
by Rajavardhan Gundi
· 6 years ago
e3fe0ca
lib/cmsis_rtos_v2: Implement support for Kernel APIs
by Rajavardhan Gundi
· 6 years ago
4af7b6c
lib/cmsis_rtos_v2: Implement support for thread APIs
by Rajavardhan Gundi
· 6 years ago
17c7db6
lib: posix: Explicitly ignoring return of memcpy
by Flavio Ceolin
· 6 years ago
4a04ed2
lib/fdtable: Add ioctl() and fcntl() implementations
by Paul Sokolovsky
· 6 years ago
13b38ed
lib: fdtable: Change ioctl vmethod signature to take va_list
by Paul Sokolovsky
· 6 years ago
03df2bb
lib: fdtable: Add function to retrieve fd vtable
by Robert Lubos
· 6 years ago
c1eee25
lib: rbtree: Do not use lowercase l for literal suffix
by Flavio Ceolin
· 6 years ago
186fb94
lib: Add 'U' to unsigned variable assignments
by Patrik Flykt
· 6 years ago
b8424b4
crc: deprecate old headers and issue warning when used
by Anas Nashif
· 6 years ago
ad90341
lib: rbtree: Make boolean functions return bool
by Flavio Ceolin
· 6 years ago
1f176e4
libc: ctype: Fix isxdigit function
by Flavio Ceolin
· 6 years ago
c16b1d0
misra: Ignoring the return atomic_set when not used
by Flavio Ceolin
· 6 years ago
2b1d54e
kernel: add user mode work_q capability
by Andrew Boie
· 6 years ago
7d78122
lib/mempool: One more spurious -ENOMEM condition
by Andy Ross
· 6 years ago
7845e1b
lib/mempool: Fix spurious -ENOMEM due to agressive latency control
by Andy Ross
· 6 years ago
50c0ff6
lib/cmsis_rtos_v1: Use k_is_in_isr instead of _is_in_isr
by Rajavardhan Gundi
· 6 years ago
2020290
dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig
by Andrzej Głąbek
· 6 years ago
5315340
lib: fdtable: File descriptor table should reside in kernel memory
by Paul Sokolovsky
· 6 years ago
8f690e2
lib: fdtable: FD method tables should be const.
by Paul Sokolovsky
· 6 years ago
1930184
lib: Normalize if/else statements
by Flavio Ceolin
· 6 years ago
79ea613
lib/fdtable: Can call zephyr_write() only for CONFIG_NEWLIB_LIBC
by Paul Sokolovsky
· 6 years ago
65a33bd
lib: fdtable: Define standard I/O file descriptors if CONFIG_POSIX_API
by Paul Sokolovsky
· 6 years ago
b2fd1a2
libc: newlib: libc-hooks: s/CONFIG_POSIX_FS/CONFIG_POSIX_API/
by Paul Sokolovsky
· 6 years ago
b6e58d5
lib: posix: fs: Convert to use generic fdtable
by Paul Sokolovsky
· 6 years ago
f484bba
lib: posix: Implement generic file descriptor table
by Paul Sokolovsky
· 6 years ago
aecd4ec
kernel: Change k_poll_signal api
by Flavio Ceolin
· 6 years ago
2cf2707
lib: posix: Return errno code
by Punit Vara
· 6 years ago
d4f6485
lib: rbtree: Fixed incorrect return type for rb_contains
by Adithya Baglody
· 6 years ago
d37e328
lib: mempool: Fix compile warning
by Kumar Gala
· 6 years ago
54bdd7a
Revert "libc: minimal: Add error codes for key management"
by Kumar Gala
· 6 years ago
52aa806
libc: newlib: libc-hooks: Consistently use const void* as arg to write
by Paul Sokolovsky
· 6 years ago
5955996
libc: minimal: fcntl.h: Fix include guards for the current path
by Paul Sokolovsky
· 6 years ago
c80f61a
libc: minimal: Add dummy sys/stat.h [REVERTME]
by Paul Sokolovsky
· 6 years ago
8e1d78c
libc: minimal: Make fcntl.h be at top level, not sys/fcntl.h
by Paul Sokolovsky
· 6 years ago
26031f7
lib: ring_buffer: add raw byte access mode
by Krzysztof Chruscinski
· 6 years ago
ff5f00f
lib: ring_buffer: Rename sys_ring_buf_ to ring_buf_item_
by Krzysztof Chruscinski
· 6 years ago
7f91275
include: posix: unistd: Fix prototypes and dependency
by Paul Sokolovsky
· 6 years ago
f8d439d
kernel: move malloc handling to new logger
by Anas Nashif
· 6 years ago
aec8971
crc8: fix const correctness
by Alexander Polleti
· 6 years ago
7fdfe03
lib/cmsis_rtos_v1: Fix some Kconfig inconsistencies
by Rajavardhan Gundi
· 6 years ago
7e92630
lib: posix: Build pthreads files depending on CONFIG_PTHREAD_IPC
by Paul Sokolovsky
· 6 years ago
0fac0cd
lib: posix: fs: Don't depend on pthreads
by Paul Sokolovsky
· 6 years ago
d77c96b
lib: posix: pthread_common: Don't depend on pthreads
by Paul Sokolovsky
· 6 years ago
Next »