Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
93ac7ce655d97deede07b7ebfd8199d7e3b2928b
/
lib
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
eb7848a
libc: Make no-debug assert() conform to C requirements
by Thiago Macieira
· 7 years ago
090a6d4
libc: minimal: Add typedefs for fast types
by Kumar Gala
· 7 years ago
9edce87
lib: json: move json.h to include/
by Anas Nashif
· 7 years ago
05609bd
json: fix doxygen description
by Anas Nashif
· 7 years ago
7de019a
lib: json: Silence warning about unused parameter
by Leandro Pereira
· 8 years ago
7a72ecd
lib: json: Alignment should be considered when calculating struct size
by Leandro Pereira
· 8 years ago
3384262
lib: json: Fix compilation warnings
by Leandro Pereira
· 8 years ago
d66069d
lib: json: Fix off-by-one error when encoding objects
by Leandro Pereira
· 8 years ago
1f7a676
newlib: xtensa: Fix a newlib link error
by Aska Wu
· 8 years ago
07d8ef0
libc: minimal: Add empty sys/cdefs.h
by Leandro Pereira
· 8 years ago
397d29d
linker: move all linker headers to include/linker
by Anas Nashif
· 8 years ago
25d62ed
lib: json: add helper macros for arrays of objects
by Marti Bolivar
· 8 years ago
b4c8d83
lib: json: fix arr_parse()
by Marti Bolivar
· 8 years ago
2620ae0
lib: json: fix arr_encode()
by Marti Bolivar
· 8 years ago
a4b67de
lib: json: clarify JSON_OBJ_DESCR_ARRAY usage
by Marti Bolivar
· 8 years ago
7763a1d
lib/json: Fix build warnings (-Wpointer-sign) with LLVM/icx
by Leandro Pereira
· 8 years ago
4449976
lib: json: add JSON_OBJ_DESCR_*_NAMED variants
by Marti Bolivar
· 8 years ago
31fe26d
lib: json: fix JSON_OBJ_DESCR_ARRAY Doxygen example
by Marti Bolivar
· 8 years ago
614db77
libc: minimal: fix xtensa build
by Andrew Boie
· 8 years ago
8cc6f6d
kernel: errno: Use per-thread accessor function compatible with Newlib
by Paul Sokolovsky
· 8 years ago
3c0eac3
lib: json: escape strings in-place
by Marti Bolivar
· 8 years ago
4088530
lib: json: add JSON_OBJ_DESCR_PRIM
by Marti Bolivar
· 8 years ago
9a74ee1
lib: convert to using newly introduced integer sized types
by Kumar Gala
· 8 years ago
7890816
Introduce new sized integer typedefs
by Kumar Gala
· 8 years ago
21309ea
lib: json: use explicit unsigned char to avoid array subscript error
by Kumar Gala
· 8 years ago
262365c
lib: json: Fix parsing of boolean values
by Leandro Pereira
· 8 years ago
4c7803b
lib: json: Ignore spaces while scanning for tokens
by Leandro Pereira
· 8 years ago
844ef67
lib: json: Fix number parsing
by Leandro Pereira
· 8 years ago
122cdb3
lib: json: Do not use translation tables to encode characters
by Leandro Pereira
· 8 years ago
95ec49c
lib: json: Simplify lexing of "true", "false", and "null" tokens
by Leandro Pereira
· 8 years ago
b9b1c18
lib: json: Add encoding support
by Leandro Pereira
· 8 years ago
67ac6f6
lib: json: Parse nested objects and arrays
by Leandro Pereira
· 8 years ago
fb192c5
lib: Add minimal JSON library
by Leandro Pereira
· 8 years ago
91e9f87
libc: attribute minimal libc printf style functions with __printf_like
by Kumar Gala
· 8 years ago
1b8f824
libc: Add isalnum() to ctype.h
by Leandro Pereira
· 8 years ago
15a6598
Merge "Merge remote-tracking branch 'origin/core'"
by Anas Nashif
· 8 years ago
f054d3e
libc/include: Adding time.h
by Sergio Rodriguez
· 8 years ago
44a98fb
Xtensa port: Fixed defintion of MAX_HEAP_SIZE, thus, compilation of new_lib.
by Mazen NEIFER
· 8 years ago
cebc7f9
newlib: make sure the chain of includes has generated_dts_board.h
by Anas Nashif
· 8 years ago
c30b400
libc-hooks: Fix include file for arch ARM
by Andy Gross
· 8 years ago
c2a91b1
libc: minimal: rename private macro
by Andrew Boie
· 8 years ago
458e2ed
libc/minimal: Fix definition of ssize_t
by Marcus Shawcroft
· 8 years ago
ac74d8b
license: Replace Apache boilerplate with SPDX tag
by David B. Kinder
· 8 years ago
9f418fe
libc: add support for risc v
by Anas Nashif
· 8 years ago
716d25e
libc-hooks: added USED_RAM_SIZE and MAX_HEAP_SIZE definitions for riscv32
by Jean-Paul Etienne
· 8 years ago
ac73006
net: Restructure network protocols
by Flavio Santes
· 8 years ago
909ad35
lib/zoap: Fix incorrect values for payload size
by Vinicius Costa Gomes
· 8 years ago
44b2f21
iot/dns: Use a k_sem for the DNS rx routine
by Flavio Santes
· 8 years ago
5d0900e
iot/dns: Update DNS client private routines
by Flavio Santes
· 8 years ago
0d257a0
iot/dns: Introduce the dns_context structure
by Flavio Santes
· 8 years ago
fe958df
libc: rework libc selection and reduce Kconfigs
by Anas Nashif
· 8 years ago
71c7c01
net: buf: Remove the need for net_buf_pool_init()
by Johan Hedberg
· 8 years ago
4ca8ca9
iot/mqtt: Fix rlen_decode size check.
by Stig Bjørlykke
· 8 years ago
c3e08c8
net: buf: Redesigned pool & buffer allocation API
by Johan Hedberg
· 8 years ago
b965fb5
iot: Add HTTP support for Zephyr
by Flavio Santes
· 8 years ago
b1749af
iot/zoap: Increase the range of timeouts
by Vinicius Costa Gomes
· 8 years ago
d37b9fa
iot/mqtt: Add the MQTT high-level API
by Flavio Santes
· 8 years ago
30dec49
iot/zoap: Remove unnecessary cflags
by Vinicius Costa Gomes
· 8 years ago
ac152ea
iot/zoap: Add support for RFC6690 link format
by Vinicius Costa Gomes
· 8 years ago
ec18410
zoap: Add support for retrieving the underlying net_buf
by Vinicius Costa Gomes
· 8 years ago
6990831
iot: Add MQTT v3.1.1 packet handling support for Zephyr
by Flavio Santes
· 8 years ago
c689fd6
net: Rename net_nbuf_write to net_nbuf_append
by Ravi kumar Veeramally
· 8 years ago
8b0467a
iot/dns: Add '+' operator
by Flavio Santes
· 8 years ago
ea28e4f
iot/zoap: Add helper for generating tokens
by Vinicius Costa Gomes
· 8 years ago
dc45748
iot/zoap: Port to the native stack
by Vinicius Costa Gomes
· 8 years ago
f996299
iot/zoap: Add support for error 4.15
by Vinicius Costa Gomes
· 8 years ago
fa5481b
zoap: Fix alignment of multiline function arguments
by Vinicius Costa Gomes
· 8 years ago
36bbd7a
iot/dns: Add DNS Client support for Zephyr
by Flavio Santes
· 8 years ago
b53e6d7
libc/minimal: snprintf(): KILL negative len parameter
by Inaky Perez-Gonzalez
· 8 years ago
11a5275
libc: remove useless code in _prf()
by Inaky Perez-Gonzalez
· 8 years ago
777d57d
iot/zoap: Fix decoding of 16-bit delta
by Vinicius Costa Gomes
· 8 years ago
c41d88f
libc: atoi() avoid fallthroughs in switch cases
by Inaky Perez-Gonzalez
· 8 years ago
f3bf5ab
newlib: add support for nano-formatted-io
by Juro Bystricky
· 8 years ago
Next »