Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
72565539552fe27f537c78d4c103c6ce4ee49b57
/
include
1c2de10
cmake: ninja: Change how CMake names the kernelspace archives
by Sebastian Bøe
· 7 years ago
813ec50
Bluetooth: btp: Add event indicating expiration of incomp timer
by Mariusz Skamra
· 7 years ago
9977cae
Bluetooth: testing: Move bt_test_mesh_net_recv to internal API
by Mariusz Skamra
· 7 years ago
8274cba
Bluetooth: btp: Add Mesh Clear Replay Protection List Cache command
by Mariusz Skamra
· 7 years ago
a909aa3
Bluetooth: btp: Add LPN Subscribe/Unsubscribe commands
by Mariusz Skamra
· 7 years ago
0bd3790
Bluetooth: btp: Add event indicating invalid provisioning BearerOpcode
by Mariusz Skamra
· 7 years ago
0d71cef
Bluetooth: tester: Add BTP Mesh Model Send command implementation
by Mariusz Skamra
· 7 years ago
13b0829
net: remove zoap library
by Anas Nashif
· 7 years ago
e25df54
various: Update/fix some textual material and code comments.
by Paul Sokolovsky
· 7 years ago
76f76441
arch: native: Run Zephyr natively in a POSIX OS
by Alberto Escolar Piedras
· 7 years ago
274ad46
kernel: move posix header to posix/
by Anas Nashif
· 7 years ago
13ac4d4
kernel: mem_domain: Add an arch interface to configure memory domain
by Adithya Baglody
· 7 years ago
a87840e
Bluetooth: Expose Bluetooth Testing API
by Mariusz Skamra
· 7 years ago
e2122cb
lib: move ring_buffer from misc/ to lib/
by Anas Nashif
· 7 years ago
6ddbd56
net: lwm2m: add support for DTLS
by Michael Scott
· 7 years ago
54239d5
dts: x86: Add interrupt controller node
by Savinay Dharmappa
· 7 years ago
5f349a4
arch: arc: fix the comments and coding style
by Wayne Ren
· 7 years ago
cdfb59a
arch: arc: add the support of MPU version 3
by Wayne Ren
· 7 years ago
528c960
arch: arc: Add the support of secure mode for em
by Wayne Ren
· 7 years ago
4a3afb8
net/ieee802154: Do not expose l2 specific context in generic net_l2.h
by Tomasz Bursztyka
· 7 years ago
c88000a
net/ieee802154: Split the net mgmt part from the L2 specific header
by Tomasz Bursztyka
· 7 years ago
2a795a1
drivers: eth_mcux: Implement IPv6 multicast group joining/leaving
by Paul Sokolovsky
· 7 years ago
fb4eeca
kernel: threads: remove thread groups
by Anas Nashif
· 7 years ago
364ce88
Bluetooth: Mesh: Add support for sending NetKey Add message
by Johan Hedberg
· 7 years ago
abbaac9
cleanup: remove nanokernel/nano leftovers
by Anas Nashif
· 7 years ago
834f7de
doc: fix doxygen API comments for http_app.h
by David B. Kinder
· 7 years ago
01e5955
doc: fix doxygen commment in x86/arch.h
by David B. Kinder
· 7 years ago
621ac8f
doc: add missing API content
by David B. Kinder
· 7 years ago
a2caf36
kernel: Remove deprecated k_mem_pool_defrag code
by Kumar Gala
· 7 years ago
106b1c2
arm: define _image_rodata_start/end
by Stephen Smalley
· 7 years ago
21b94ba
flash: minor documentation improvements.
by Michael Hope
· 7 years ago
ce6f6f4
drivers: sensor: Fix some code style issues
by Yongfa Zhou
· 7 years ago
80274d4
drivers: sensor: Introduce particulate matter sensor channels
by Yongfa Zhou
· 7 years ago
aa930f3
Bluetooth: Mesh: Improve documentation for model publication
by Johan Hedberg
· 7 years ago
48aecd1
Bluetooth: Mesh: Add IV Update test mode API
by Johan Hedberg
· 7 years ago
35fd523
Bluetooth: Mesh: Add support for manipulating Label UUIDs
by Johan Hedberg
· 7 years ago
753daa6
net: pkt: Compute TX payload data length
by Patrik Flykt
· 7 years ago
89030f0
Bluetooth: Mesh: Introduce public LPN APIs for better control
by Johan Hedberg
· 7 years ago
d588850
Bluetooth: Mesh: Add support for Health Attention messages
by Johan Hedberg
· 7 years ago
7e8f9af
Bluetooth: Mesh: Add support for Health Period messages
by Johan Hedberg
· 7 years ago
ce10be3
Bluetooth: Mesh: Add support for Health Fault Test messages
by Johan Hedberg
· 7 years ago
987c68b
Bluetooth: Mesh: Add support for Health Fault Clear messages
by Johan Hedberg
· 7 years ago
2eda34c
Bluetooth: Mesh: Add support for receiving Health Current Status
by Johan Hedberg
· 7 years ago
b26231d
Bluetooth: Mesh: Add support for sending Health Fault Get message
by Johan Hedberg
· 7 years ago
7ef5e53
Bluetooth: Mesh: Add skeleton for Health Client model
by Johan Hedberg
· 7 years ago
a48b8f2
doc: json: add to doxygen group
by Anas Nashif
· 7 years ago
198551d
doc: crc16: add to doxygen group
by Anas Nashif
· 7 years ago
7b0f351
fs: api: add doxygen group for filesystem
by Anas Nashif
· 7 years ago
b52c0f2
net/ieee802154: Make RAW mode generic
by Tomasz Bursztyka
· 7 years ago
aaf519e
Bluetooth: Mesh: Improve model publication documentation
by Johan Hedberg
· 7 years ago
15fe221
Bluetooth: Mesh: Fix accuracy of Publish Period
by Johan Hedberg
· 7 years ago
491f0c4
Bluetooth: Mesh: Provide documentation for the publication API
by Johan Hedberg
· 7 years ago
8f15411
Bluetooth: Mesh: Fix non-periodic Model Publication
by Johan Hedberg
· 7 years ago
8beb586
poll: k_poll: Document -EINTR return
by Luiz Augusto von Dentz
· 7 years ago
3243361
Bluetooth: Mesh: Add Model Subscription Del & Overwrite support
by Johan Hedberg
· 7 years ago
e7bb76e
Bluetooth: Mesh: Fix model publication
by Johan Hedberg
· 7 years ago
f9fad55
Bluetooth: Mesh: Fix encoding/decoding Publish Retransmit value
by Johan Hedberg
· 7 years ago
4bf045e
Bluetooth: Mesh: Use a unified send callback also for public API
by Johan Hedberg
· 7 years ago
718b3cd
net: sockets: Support ipv6 wildcard and loopback address
by Aska Wu
· 7 years ago
d051740
arm: implement API to validate user buffer
by Chunlin Han
· 7 years ago
956f47a
doc: APIs: group display drivers
by Anas Nashif
· 7 years ago
ca9285d
doc: net: group all networking APIs in doxygen
by Anas Nashif
· 7 years ago
8488d7a
Bluetooth: Mesh: Use u8_t instead of bitfields for 8-bit wide values
by Johan Hedberg
· 7 years ago
bd69b21
Bluetooth: Mesh: Use dedicated struct for heartbeat subscription
by Johan Hedberg
· 7 years ago
d4365e1
Bluetooth: Mesh: Use dedicated struct for heartbeat publication
by Johan Hedberg
· 7 years ago
05be6b8
Bluetooth: Mesh: Add support for sending Model Publication messages
by Johan Hedberg
· 7 years ago
7bc28cf
syscalls: REVERTME: clean up warnings when building unit tests
by Inaky Perez-Gonzalez
· 7 years ago
d4499a1
drivers: flash: fix doxygen use of "sector"
by Marti Bolivar
· 7 years ago
0f3b490
clock_control: Introduce mcux ccm driver
by Maureen Helm
· 7 years ago
2bc2f84
Bluetooth: Mesh: Fix documentation of bt_mesh_input_string()
by Johan Hedberg
· 7 years ago
7c8a23d
dts: arc: Add dts support for arc
by Savinay Dharmappa
· 7 years ago
d4be608
Bluetooth: Mesh: Allow changing cfg client message timeout
by Johan Hedberg
· 7 years ago
7b27d96
Bluetooth: Mesh: Add support for sending Heartbeat Subscription Get
by Johan Hedberg
· 7 years ago
9bf8af8
Bluetooth: Mesh: Add support for sending Heartbeat Publication Get
by Johan Hedberg
· 7 years ago
5e3804b
Bluetooth: Mesh: Add support for sending Heartbeat Publication Set
by Johan Hedberg
· 7 years ago
897f32f
Bluetooth: Mesh: Add documentation for public provisioning APIs
by Johan Hedberg
· 7 years ago
255edcf
Bluetooth: Mesh: Provisioning: Add NetKeyIndex to complete callback
by Johan Hedberg
· 7 years ago
0669478
Bluetooth: Mesh: Provide documentation for provisioning APIs
by Johan Hedberg
· 7 years ago
70cbcef
Bluetooth: Mesh: Rename health server code from health to health_srv
by Johan Hedberg
· 7 years ago
3b252ca
Bluetooth: Mesh: Rename configuration server code from cfg to cfg_srv
by Johan Hedberg
· 7 years ago
0ef7c6e
Bluetooth: Mesh: Add more flexible APIs for provisioning bearers
by Johan Hedberg
· 7 years ago
a81fa43
Bluetooth: Mesh: Use proper _t suffix for typedefs
by Johan Hedberg
· 7 years ago
7f6070f
shell: Add optional command description
by Johan Hedberg
· 7 years ago
5ab1365
doc: fix doxygen defgroup title error
by David B. Kinder
· 7 years ago
75250f4
stack_unused_space_get: account for sentinel
by Andrew Boie
· 7 years ago
8cf7ff5
kernel/mem_pool: Correct n_levels computation for small blocks
by Andy Ross
· 7 years ago
f50b995
Bluetooth: Mesh: Add support for sending Heartbeat Subscription Set
by Johan Hedberg
· 7 years ago
b4688bd
Bluetooth: Mesh: Add support for sending Model Subscription Add
by Johan Hedberg
· 7 years ago
e4db09e
Bluetooth: Mesh: Add support for sending Model App Bind message
by Johan Hedberg
· 7 years ago
e1bc6a6
Bluetooth: Mesh: Add support for sending AppKeyAdd message
by Johan Hedberg
· 7 years ago
cbfea94
Bluetooth: Mesh: Add support for Relay and 1-byte state Get/Set
by Johan Hedberg
· 7 years ago
07305fd
Bluetooth: Mesh: Add support for sending Beacon Get & Set
by Johan Hedberg
· 7 years ago
3d1ce43
Bluetooth: Mesh: Add support for sending Get Composition Data
by Johan Hedberg
· 7 years ago
588887c
Bluetooth: Mesh: Add primary address to provisioning complete callback
by Johan Hedberg
· 7 years ago
2a1e16c
Bluetooth: Mesh: Add skeleton for Configuration Client Model
by Johan Hedberg
· 7 years ago
17c9b3a
Bluetooth: Mesh: Make TRANSMIT_COUNT & TRANSMIT_INT macros public
by Johan Hedberg
· 7 years ago
52cc3b7
Bluetooth: Mesh: Refactor public headers into dedicated subdirectory
by Johan Hedberg
· 7 years ago
92cf80e
net: http: dont add CRLF to protocol
by Michael Scott
· 7 years ago
7784518
net: http: Add error status string to HTTP server error
by Jukka Rissanen
· 7 years ago
7f95e83
mempool: add k_calloc()
by Andrew Boie
· 7 years ago
Next »