Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
c8b51ded295262e054682ef823273714f903f479
/
lib
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
24a2fb1
lib: Add implementation for strrchr
by Jaakko Hannikainen
· 8 years ago
b7833b9
iot/zoap: Add support for block sized transfers
by Vinicius Costa Gomes
· 8 years ago
75d7147
iot/zoap: Fix comparing pointers of different signedness
by Vinicius Costa Gomes
· 8 years ago
c83e6a1
libc: define EWOULDBLOCK to be the same as EAGAIN
by Anas Nashif
· 8 years ago
7079a18
iot/zoap: Add helpers for dealing with integer options
by Vinicius Costa Gomes
· 8 years ago
441d22a
iot/zoap: Add port information to network addresses
by Vinicius Costa Gomes
· 8 years ago
92a79f7
iot/zoap: Add support for observing resources
by Vinicius Costa Gomes
· 8 years ago
7d0a127
iot/zoap: Fix retrieving the token for every reply
by Vinicius Costa Gomes
· 9 years ago
eab5adb
iot/zoap: Fix subtly wrong indentation
by Vinicius Costa Gomes
· 9 years ago
c53fe29
libc: replace null.h and size_t.h with stddef.h
by Qiu Peiyang
· 9 years ago
2baa577
lib: Introduce the CoAP implementation for Zephyr
by Vinicius Costa Gomes
· 9 years ago
5729235
libc/printf: Use compiler-provided 64 bit math, phase 2
by Andy Ross
· 9 years ago
d06eea4
libc/printf: Use compiler-provided 64 bit math, phase 1
by Andy Ross
· 9 years ago
073cfdd
libc/printf: Remove vestigial "full" parameter to _to_float()
by Andy Ross
· 9 years ago
a4537cb
libc/printf: Unify & simplify number printing
by Andy Ross
· 9 years ago
b71a8a4
libc: remove stddef.h which is provided by the compiler
by Anas Nashif
· 9 years ago
65a8e3c
libc: printf: Add support for 'z' length specifier
by Johan Hedberg
· 9 years ago
ad9d526
libc: minimal: add reduced inttypes.h
by Andrew Boie
· 9 years ago
1980b7b
lib: Use offsetof() builtin with GCC
by Carles Cufi
· 9 years ago
0a9e0d0
libc: Add assert.h to minimal libc
by Maureen Helm
· 9 years ago
6d5981b
lib: Adding the strstr() function
by Sergio Rodriguez
· 9 years ago
00365c1
nios2: Kconfig: remove some unused config options
by Andrew Boie
· 9 years ago
7fdd4f7
newlib: Support both namespace protected & nonprotected stubs
by Kumar Gala
· 9 years ago
Next »