Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b1c1020732418a360d5caeab655d8af92efcc691
b1c1020
Add UART irq input hook to uart_console_isr()
by Peter Mitsis
· 9 years ago
b214717
build: remove unsupported targets from Makefile
by Anas Nashif
· 9 years ago
6c625c9
kbuild: remove unused and unsupported GCOV_KERNEL
by Anas Nashif
· 9 years ago
8c4f232
test_atomic: test case to verify atomic.h
by Andrew Boie
· 9 years ago
8397dc5
_irq_handler_set: don't require old function as parameter
by Andrew Boie
· 9 years ago
39dceb2
uart: simple: throw an error if configuration options not provided
by Anas Nashif
· 9 years ago
faa11b7
gpio: remove both edge support on dw arc ip
by Juan Manuel Cruz
· 9 years ago
4115d68
link: remove unsupported features
by Anas Nashif
· 9 years ago
c0078cf
Remove linux features in build process that we do not support
by Anas Nashif
· 9 years ago
0c39517
makefile: put app files in seperate target
by Anas Nashif
· 9 years ago
7ed1abf
checkpatch: warning - new_typedefs
by Dan Kalowsky
· 9 years ago
5bd4324
Bluetooth: L2CAP: Unref buffer after calling recv callback
by Luiz Augusto von Dentz
· 9 years ago
0475c03
Bluetooth: L2CAP: Fix MTU value
by Luiz Augusto von Dentz
· 9 years ago
6da7f38
Bluetooth: L2CAP: Send LE Flow Control Credit
by Luiz Augusto von Dentz
· 9 years ago
6d60cee
Bluetooth: Use bt_hci_cmd_send_sync for host buffer size
by Johan Hedberg
· 9 years ago
e16bb22
Bluetooth: Refactor hci_init routine
by Arkadiusz Lichwa
· 9 years ago
e5a1e66
Bluetooth: L2CAP: Handle disconnection request
by Luiz Augusto von Dentz
· 9 years ago
92b40ae
Bluetooth: L2CAP: Fix selecting MPS based on buffer tailroom
by Luiz Augusto von Dentz
· 9 years ago
4e2880f
Bluetooth: Make sure fixed channels have the tx CID set
by Johan Hedberg
· 9 years ago
c20b68a
Bluetooth: Remove broken check for existing rx CID
by Johan Hedberg
· 9 years ago
4f66545
Bluetooth: Add clarifying comment to l2cap_chan_alloc_cid()
by Johan Hedberg
· 9 years ago
b5245cb
Bluetooth: l2cap: Fix setting unnecessary DCID header in response
by Johan Hedberg
· 9 years ago
736e8b1
net: test: Remove the test_15_4 testcase temporarily
by Jukka Rissanen
· 9 years ago
450a124
Bluetooth: Fix checking for existing dynamic CID
by Johan Hedberg
· 9 years ago
4c6a95b
Bluetooth: Add missing check for invalid dynamic CID
by Johan Hedberg
· 9 years ago
394de5d
Bluetooth: L2CAP name dynamic CID ranges appropriately
by Johan Hedberg
· 9 years ago
d858444
Bluetooth: l2cap: Fix error code for SCID in use
by Johan Hedberg
· 9 years ago
2b68871
Bluetooth: uart: Fix discarding data in case of too small buffer
by Johan Hedberg
· 9 years ago
b620f6a
net: samples/buf: Fix Kconfig option name
by Johan Hedberg
· 9 years ago
7014046
Bluetooth: L2CAP: Don't limit tx MTU
by Luiz Augusto von Dentz
· 9 years ago
b861797
Bluetooth: Fix not unreferencing buffer
by Luiz Augusto von Dentz
· 9 years ago
c73a6fd
Bluetooth: Adjust lower bound of HCI command size
by Johan Hedberg
· 9 years ago
db51867
net: Fix NET_BUF_ASSERT macro compile error
by Jukka Rissanen
· 9 years ago
9350318
Bluetooth: core: Rename buffer user data more appropriately
by Johan Hedberg
· 9 years ago
297f4f4
Bluetooth: Split HCI command & event buffers to two pools
by Johan Hedberg
· 9 years ago
eaa34b0
Bluetooth: Fix using correct host ACL buffer count
by Johan Hedberg
· 9 years ago
e9ceedc
Bluetooth: Introduce config options for buffer counts/sizes
by Johan Hedberg
· 9 years ago
fc6b853
Bluetooth: Clean up Kconfig
by Johan Hedberg
· 9 years ago
5fe86c9
Bluetooth: Fix typo in NET_BUF Kconfig option description
by Szymon Janc
· 9 years ago
c84d05a
Bluetooth: Allow to enable debugs without connection support
by Szymon Janc
· 9 years ago
ea513bb
Bluetooth: Always compile in UUID support
by Szymon Janc
· 9 years ago
6b17c48
net: Rename samples/microkernel/apps/network
by Jukka Rissanen
· 9 years ago
b14e623
net: Rename samples/nanokernel/apps/network
by Jukka Rissanen
· 9 years ago
bd5d503
net: Rename samples/network to samples/net
by Jukka Rissanen
· 9 years ago
4b433d4
Bluetooth: Differentiate send/recv of needed driver headroom
by Johan Hedberg
· 9 years ago
1c0c1e4
net: apps: Add sanity test changes to test_15_4
by Ravi kumar Veeramally
· 9 years ago
a81c968
net: Add Kconfig option for sanity test
by Ravi kumar Veeramally
· 9 years ago
694d972
net: apps: Add support for CONFIG_NET_15_4_LOOPBACK_NUM
by Ravi kumar Veeramally
· 9 years ago
fa8636c
Bluetooth: Fix handle value in completed packets command
by Johan Hedberg
· 9 years ago
13fcc5c
Bluetooth: Make ACL/HCI user data private to hci_core.c
by Johan Hedberg
· 9 years ago
52cf66f
Bluetooth: Remove user data from outgoing ACL buffers
by Johan Hedberg
· 9 years ago
31114c3
Bluetooth: Remove buffer type information from user data
by Johan Hedberg
· 9 years ago
5f4daa1
Bluetooth: Merge send_acl/cmd back to a single callback
by Johan Hedberg
· 9 years ago
ff2d104
Bluetooth: Move buffer type enum to driver.h
by Johan Hedberg
· 9 years ago
e000290
Bluetooth: Move outgoing ACL buffer management to l2cap.c
by Johan Hedberg
· 9 years ago
3822aec
Bluetooth: Merge buf.[ch] functionality into hci_core.[ch]
by Johan Hedberg
· 9 years ago
1ddc3ed
Bluetooth: Introduce HCI-driver specific buffer functions
by Johan Hedberg
· 9 years ago
7ff1cbd
Bluetooth: Split HCI driver ACL/CMD send callback
by Johan Hedberg
· 9 years ago
70f80ad
Bluetooth: samples/peripheral: Remove dependency on internal define
by Johan Hedberg
· 9 years ago
51af39f
Bluetooth: Allow sanity to build tester on x86
by Szymon Janc
· 9 years ago
34f1cac
net: Add Kconfig option for loopback num
by Ravi kumar Veeramally
· 9 years ago
5e965ca
net: apps: Remove unused nanosems
by Ravi kumar Veeramally
· 9 years ago
4d705ee
net: Fix net_buf variable initialization
by Ravi kumar Veeramally
· 9 years ago
162b5e8
Bluetooth: Default to ARM build for tester application
by Szymon Janc
· 9 years ago
f1baa0b
Bluetooth: uart: Remove incorrect buffer type check
by Johan Hedberg
· 9 years ago
0c33864
Bluetooth: Remove unnecessary deadlock check
by Johan Hedberg
· 9 years ago
ea11d4b
Bluetooth: Add helper macros for accessing Bluetooth user data
by Johan Hedberg
· 9 years ago
6e84d77
Bluetooth: Remove old bt_buf API
by Johan Hedberg
· 9 years ago
48fde83
Bluetooth: samples/test_bluetooth: Convert to net_buf API
by Johan Hedberg
· 9 years ago
e412859
Bluetooth: samples/shell: Convert to net_buf API
by Johan Hedberg
· 9 years ago
ad20899
Bluetooth: gatt: Convert to net_buf API
by Johan Hedberg
· 9 years ago
b947694
Bluetooth: att: Convert to net_buf API
by Johan Hedberg
· 9 years ago
dfdd7b2
Bluetooth: smp: Convert to net_buf API
by Johan Hedberg
· 9 years ago
529a123
Bluetooth: l2cap: Convert to net_buf API
by Johan Hedberg
· 9 years ago
5b40630
Bluetooth: conn: Convert to net_buf API
by Johan Hedberg
· 9 years ago
c73b131
Bluetooth: core: Convert to net_buf API
by Johan Hedberg
· 9 years ago
1f01f1d
Bluetooth: uart: Convert to net_buf API
by Johan Hedberg
· 9 years ago
581fa90
Bluetooth: Initial conversion to net_buf API
by Johan Hedberg
· 9 years ago
c1f0076
net: Add initial generic buffer implementation
by Johan Hedberg
· 9 years ago
d57e54f
Bluetooth: Make it possible to build tester for x86
by Luiz Augusto von Dentz
· 9 years ago
929d4f4
Bluetooth: GATT: Make BT_GATT_CHARACTERISTIC declare its value
by Luiz Augusto von Dentz
· 9 years ago
1617f55
Bluetooth: GATT: Remove value_handle from bt_gatt_chrc
by Luiz Augusto von Dentz
· 9 years ago
148ce30
Bluetooth: GATT: Remove unused field of _bt_gatt_ccc
by Luiz Augusto von Dentz
· 9 years ago
1284e60
Bluetooth: GATT: Remove handles from macros
by Luiz Augusto von Dentz
· 9 years ago
1c8ab98
Bluetooth: GATT: Make attribute database into a list
by Luiz Augusto von Dentz
· 9 years ago
2a11205
net: apps: echo_server: Add Ethernet support
by Michael LeMay
· 9 years ago
ef2a225
eth: dw: galileo: Provide pre-set MMIO base address and IRQ
by Michael LeMay
· 9 years ago
ebba3bf
eth: dw: Add driver for Synopsys DesignWare Ethernet MAC
by Michael LeMay
· 9 years ago
0927378
net: Add Ethernet support to the network stack
by Michael LeMay
· 9 years ago
2684f44
pci: Add pci_enable_bus_master
by Michael LeMay
· 9 years ago
b7ae2f4
net: Fix enabling both Bluetooth and Networking support
by Johan Hedberg
· 9 years ago
4988587
Bluetooth: Rename bt_conn_get/put to bt_conn_ref/unref
by Johan Hedberg
· 9 years ago
6f41017
Bluetooth: Make bt_uuid_str parameter const
by Luiz Augusto von Dentz
· 9 years ago
48cbd12
Bluetooth: Fix UUID 128 bits string format
by Luiz Augusto von Dentz
· 9 years ago
13e0178
Bluetooth: Add support for writting characterisitc value
by Mariusz Skamra
· 9 years ago
1fa60d7
Bluetooth: Fix set value command handler
by Mariusz Skamra
· 9 years ago
79bd18e
Bluetooth: uart: Remove dead code
by Johan Hedberg
· 9 years ago
82f3326
Bluetooth: Change fifo_fill to poll_out
by Andrei Emeltchenko
· 9 years ago
ac00cd4
net: Adapt return value from network driver send routine
by Michael LeMay
· 9 years ago
6cb42e1
Bluetooth: Make use of bt_uuid_to_str
by Luiz Augusto von Dentz
· 9 years ago
Next »