Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
d35061357a60fef8b4068ce59fbcd930baa4e852
d350613
Bluetooth: Mesh: shell: Add provision command for self-provisioning
by Johan Hedberg
· 7 years ago
e6aa6a0
Bluetooth: samples/mesh_demo: Add heartbeat publication support
by Johan Hedberg
· 7 years ago
e631d6d
Bluetooth: Mesh: shell: Add hb-pub-set command
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
2d40c16
Bluetooth: Mesh: Fix calling complete callback for bt_mesh_provision()
by Johan Hedberg
· 7 years ago
255edcf
Bluetooth: Mesh: Provisioning: Add NetKeyIndex to complete callback
by Johan Hedberg
· 7 years ago
0b53341
Bluetooth: Mesh: shell: Group global variables in a dedicated struct
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
8662494
Bluetooth: samples/mesh_demo: Add dummy provisioning
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
c640765
net: tcp: Add the frag back to caller allocated net_pkt
by june li
· 7 years ago
8dab561
net: loopback: Skip neighbor checks for local packets
by Jukka Rissanen
· 7 years ago
0436ad9
drivers: net: loopback: Simulate real hw device
by Jukka Rissanen
· 7 years ago
d315b43
net: Let loopback driver handle lo if it is enabled
by Jukka Rissanen
· 7 years ago
7f6070f
shell: Add optional command description
by Johan Hedberg
· 7 years ago
a57f26c
doc: fix reference to CTNG supported toolchains
by Anas Nashif
· 7 years ago
5ab1365
doc: fix doxygen defgroup title error
by David B. Kinder
· 7 years ago
1099d40
doc: expand system call documentation
by Andrew Boie
· 7 years ago
9663287
net: context: Check if TCP header is found
by Jukka Rissanen
· 7 years ago
ba6c72f
samples: net: http: Possible null memory access in client & server
by Jukka Rissanen
· 7 years ago
a38345a
samples: net: http: Do not overrun url array
by Jukka Rissanen
· 7 years ago
02d6c11
tests: mheap_api_concept: test k_calloc()
by Andrew Boie
· 7 years ago
a79c698
mempool: add assertion for calloc bounds overflow
by Andrew Boie
· 7 years ago
c87ecf5
shell: Include the command help when listing all commands
by Johan Hedberg
· 7 years ago
7d71c06
printk: Add padding support to string format specifiers
by Johan Hedberg
· 7 years ago
75250f4
stack_unused_space_get: account for sentinel
by Andrew Boie
· 7 years ago
5fe74ca
scripts: zephyr_flash_debug: Cleanup the script argument usage
by Kumar Gala
· 7 years ago
999b658
cmake: flash: Remove fake path to zephyr_flash_debug.py
by Kumar Gala
· 7 years ago
4a9a0e2
tests: context: convert legacy test to ztest
by Punit Vara
· 7 years ago
eeb4cd2
tests: work_queue: Convert legacy test to ztest
by Punit Vara
· 7 years ago
3eaeeb8
net: Only enable QEMU_NET_STACK with CONFIG_NET_SLIP_TAP
by Luiz Augusto von Dentz
· 7 years ago
1604a93
tests: timer_monotonic: Migrate legacy test to ztest
by Punit Vara
· 7 years ago
ce60d04
kernel: sched.c: Fix datatype mismatch in comparision
by Punit Vara
· 7 years ago
8cf7ff5
kernel/mem_pool: Correct n_levels computation for small blocks
by Andy Ross
· 7 years ago
a9f0f44
tests/kernel/pipe: fix uninitialized semaphore
by Andy Ross
· 7 years ago
f2a3977
cmake: Added missing zephyr_sources() calls for esp32 drivers
by Sebastian Bøe
· 7 years ago
6f4d627
Bluetooth: samples/mesh_demo: Convert to using Configuration Client API
by Johan Hedberg
· 7 years ago
d235f9c
Bluetooth: Mesh: shell: Add hb-sub-set command
by Johan Hedberg
· 7 years ago
63329b7
Bluetooth: Mesh: shell: Add mod-sub-add command
by Johan Hedberg
· 7 years ago
c233ce4
Bluetooth: Mesh: shell: Add app-key-bind command
by Johan Hedberg
· 7 years ago
5429f14
Bluetooth: Mesh: shell: Add app-key-add command
by Johan Hedberg
· 7 years ago
6585347
Bluetooth: Mesh: shell: Add for relay and 1-byte state commands
by Johan Hedberg
· 7 years ago
cc54f8c
Bluetooth: Mesh: shell: Add support for Beacon Get/Set
by Johan Hedberg
· 7 years ago
96934bd
Bluetooth: Mesh: shell: Add "dst" & "netidx" commands
by Johan Hedberg
· 7 years ago
7a1c0b9
Bluetooth: Mesh: shell: Add support for getting composition data
by Johan Hedberg
· 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
6360d76
doc: cleanup .known-issues filters
by David B. Kinder
· 7 years ago
bf74e54
drivers: serial: fix CMakeLists for Atmel SoCs
by Piotr Mienkowski
· 7 years ago
8fbbc13
CMake: Fix wrong file name of entropy_stm32.c
by Ding Tao
· 7 years ago
1ff3ab5
Bluetooth: Mesh: Add read callback for ccc in provisioning service
by Grzegorz Kolodziejczyk
· 7 years ago
b617137
sample: blink_led: Add support for stm32f4_disco
by Zhang WenChao
· 7 years ago
989c9c1
board: Add PWM2 on stm32f4_disco
by Zhang WenChao
· 7 years ago
912a519
drivers: entropy: Add nRF5 entropy generator driver
by Thiago Silveira
· 7 years ago
acd10bf
net/ieee802154: Shell handles extended address in EUI-64 format
by Tomasz Bursztyka
· 7 years ago
2adbed8
tests: subsys: dfu: mcuboot: fix return value not handling issue
by Andrzej Puzdrowski
· 7 years ago
1d70a39
net: samples: replace tag zoap with coap
by Robert Chou
· 7 years ago
1c0ff01
Bluetooth: Mesh: shell: Add command for Node Identity
by Johan Hedberg
· 7 years ago
a6af281
Bluetooth: Mesh: shell: Take advantage of link open/close callbacks
by Johan Hedberg
· 7 years ago
7525319
Bluetooth: Mesh: shell: Add LPN toggling command
by Johan Hedberg
· 7 years ago
e2e74f7
Bluetooth: Mesh: shell: Add basic skeleton
by Johan Hedberg
· 7 years ago
e04a541
net: http: client: remove payload send_chunk logic
by Michael Scott
· 7 years ago
865d617
net: http: honor CONFIG_HTTP_CLIENT_NETWORK_TIMEOUT setting
by Michael Scott
· 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
3ba0876
sanitycheck: Flush stdout in info()
by Paul Sokolovsky
· 7 years ago
a7fedb7
_setup_new_thread: fix crash on ARM
by Andrew Boie
· 7 years ago
e754d44
doc: report which warnings/errors are new
by Anas Nashif
· 7 years ago
89514de
doc: fix misspelling in docs
by David B. Kinder
· 7 years ago
e63615f
doc: fix incorrect file reference in API doc
by David B. Kinder
· 7 years ago
1948f8b
CONTRIBUTING.rst: add note about idling on IRC
by Marti Bolivar
· 7 years ago
09ce2e2
subsys/random: Add _ASSERT() test on returned device_get_binding
by David Leach
· 7 years ago
ed3ede0
samples: net: sockets: Reinstate POSIX Makefiles.
by Paul Sokolovsky
· 7 years ago
85be9db
tests: fatal: convert legacy test to ztest
by Punit Vara
· 7 years ago
513ce10
cmake: Fix build of entropy driver for MCUX TRNG
by David Leach
· 7 years ago
ade26a0
doc: fix location of non APL code README
by Anas Nashif
· 7 years ago
540644d
doc: make sure we use gdb from SDK
by Anas Nashif
· 7 years ago
4a20aad
dts: x86: RAM start address needs to be page aligned for arduino 101.
by Adithya Baglody
· 7 years ago
8d0a80c
cmake: Fix SDK-less builds
by Sebastian Bøe
· 7 years ago
7f95e83
mempool: add k_calloc()
by Andrew Boie
· 7 years ago
539d2af
flash: support flashing multiple configurations of a single board
by Anas Nashif
· 7 years ago
4b54885
doc: em_starterkit: adapt with new configurations
by Anas Nashif
· 7 years ago
934a8cb
flasher: remove obsolete KBUILD_VERBOSE
by Anas Nashif
· 7 years ago
5eddb08
flash: fix arc flasher script
by Anas Nashif
· 7 years ago
6d4d1ea
arch: arm: fix EM7D makefile
by Anas Nashif
· 7 years ago
c833b90
boards: em_starterkit: add EM11D and EM7D configurations
by Anas Nashif
· 7 years ago
3c6dee3
cmake: Fixes quark_se_c1000_devboard flashing
by Andrei Emeltchenko
· 7 years ago
Next »