Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
f367f071b6056ba960e31d1611f33eb3b445743e
f367f07
doxygen: add @brief and capitalize
by Anas Nashif
· 9 years ago
1362e3c
doxygen: RETURNS: -> @return
by Anas Nashif
· 9 years ago
44f8b3a
doxygen: \param -> @param
by Anas Nashif
· 9 years ago
ea0d0b2
doxygen: change comment style to match javadoc
by Anas Nashif
· 9 years ago
20764a2
doxygen: javadoc style
by Anas Nashif
· 9 years ago
2dd21c1
Doc: Edit to the Doxygen guidelines based on feedback.
by Rodrigo Caballero
· 9 years ago
e37d9a5
Doc: Edit the microkernel overview with additional information.
by Rodrigo Caballero
· 9 years ago
5c25fc2
Doc: Edits performed on the Quick Start Guide.
by Rodrigo Caballero
· 9 years ago
235bc91
Remove inappropriate language
by Peter Mitsis
· 9 years ago
baec40d
Rename ChxxxSetTimeType() to _k_pipe_time_type_set()
by Peter Mitsis
· 9 years ago
999e13c
Rename ChxxxGetTimeType() to _k_pipe_time_type_get()
by Peter Mitsis
· 9 years ago
65e817b
Inline expansion of ChReqSizeLeft()
by Peter Mitsis
· 9 years ago
6660021
Inline expansion of ChReqSizeXferred()
by Peter Mitsis
· 9 years ago
1ae6c82
Inline expansion of ChReqGetStatus()
by Peter Mitsis
· 9 years ago
fd36aaf
Rename ChReqSetStatus() to _k_pipe_request_status_set()
by Peter Mitsis
· 9 years ago
4fddab9
Rename ChxxxSetReqType() to _k_pipe_request_type_set()
by Peter Mitsis
· 9 years ago
49055d8
Rename ChxxxGetReqType() to _k_pipe_request_type_get()
by Peter Mitsis
· 9 years ago
a4bc71b
Rename ChxxxSetChOpt() to _k_pipe_option_set()
by Peter Mitsis
· 9 years ago
3b4627d
Rename ChxxxGetChOpt() to _k_pipe_option_get()
by Peter Mitsis
· 9 years ago
8da6498
Rename _UpdateChannelXferStatus() to pipe_xfer_status_update()
by Peter Mitsis
· 9 years ago
3b9f81a
Rename ChannelCheck4Intrusion() to pipe_intrusion_check()
by Peter Mitsis
· 9 years ago
be8bc7f
Apply static keyword to ChannelCheck4Intrusion()
by Peter Mitsis
· 9 years ago
1a12c1a
cosmetic: fix whitespace around '*'
by Peter Mitsis
· 9 years ago
c5759f1
Bluetooth: SMP: Fix key type in security request
by Szymon Janc
· 9 years ago
3f8e289
Bluetooth: SMP: Handle security request from slave
by Szymon Janc
· 9 years ago
18c1b9d
Bluetooth: Add suport for enabling encryption
by Szymon Janc
· 9 years ago
a3dabad
Bluetooth: SMP: Handle pairing master identification request
by Szymon Janc
· 9 years ago
64426db
Bluetooth: SMP: Handle pairing encrypt request
by Szymon Janc
· 9 years ago
fd79c5f
Bluetooth: Add support for storing LTK
by Szymon Janc
· 9 years ago
f145d33
Bluetooth: SMP: Start encryption with STK
by Szymon Janc
· 9 years ago
87a5eac
Bluetooth: Fix coding style (indentation)
by Johan Hedberg
· 9 years ago
30b50a3
Bluetooth: Cancel pending connection
by Mariusz Skamra
· 9 years ago
a2241a5
Bluetooth: Add config option for security keys handling
by Johan Hedberg
· 9 years ago
0fdf33c
Bluetooth: Move L2CAP connection notification earlier
by Johan Hedberg
· 9 years ago
4bfbbce
Bluetooth: Remove unnecessary comment
by Johan Hedberg
· 9 years ago
44fa50b
Bluetooth: Fix minor coding style issue
by Johan Hedberg
· 9 years ago
b62f778
Bluetooth: Start outgoing connection with tracking
by Arkadiusz Lichwa
· 9 years ago
8fe7db3
Bluetooth: Add bt_att_send API
by Luiz Augusto von Dentz
· 9 years ago
949106c
Bluetooth: Notify about connection events in tester app
by Mariusz Skamra
· 9 years ago
ee20dd0
Bluetooth: Handle advertising in tester app
by Mariusz Skamra
· 9 years ago
648a492
Bluetooth: Add bt_conn_lookup_state function
by Mariusz Skamra
· 9 years ago
a14314e
Bluetooth: Move security related code to bluetooth.h
by Szymon Janc
· 9 years ago
3e1023c
Bluetooth: Remove 'none' security level
by Szymon Janc
· 9 years ago
a6a0e54
Bluetooth: Do nothing if required no encryption
by Szymon Janc
· 9 years ago
bd06429
Bluetooth: Add doxygen for bt_conn_security
by Szymon Janc
· 9 years ago
caadf61
Bluetooth: Adjust debug logs for connection ref
by Arkadiusz Lichwa
· 9 years ago
1fc691e
Bluetooth: Add support for sending HCI LE Start Encryption command
by Szymon Janc
· 9 years ago
10a2f86
Bluetooth: Add security command to shell application
by Szymon Janc
· 9 years ago
81a4dbc
Bluetooth: Allow to set required security for connection
by Szymon Janc
· 9 years ago
c979fc2
Bluetooth: SMP: Require encryption keys distribution from slave
by Szymon Janc
· 9 years ago
04b731d
Bluetooth: SMP: Send random on confirmation
by Szymon Janc
· 9 years ago
aef53f9
Bluetooth: SMP: Send confirm on pairing response
by Szymon Janc
· 9 years ago
b3d9466
Bluetooth: SMP: Add initial support for sending pairing request
by Szymon Janc
· 9 years ago
f59ed9e
Bluetooth: SMP: Pass ia and ra based on connection role
by Szymon Janc
· 9 years ago
e57984e
Bluetooth: Make ref on connection object atomic
by Arkadiusz Lichwa
· 9 years ago
ca2c662
net: apps: Set the mac address in the stack
by Jukka Rissanen
· 9 years ago
ba40f4f
net: apps: Set the mac address in listener app
by Jukka Rissanen
· 9 years ago
4eb7087
net: Fix the loopback driver function parameters
by Jukka Rissanen
· 9 years ago
89c83d0
net: 6lowpan: Adapt compression functions to net_mbuf buffers
by Ravi kumar Veeramally
· 9 years ago
540980e
net: ip: Makefile re-structuring
by Jukka Rissanen
· 9 years ago
e0509c5
net: rpl: Fix compile errors
by Jukka Rissanen
· 9 years ago
5d11691
net: Add source mac address to net_buf
by Jukka Rissanen
· 9 years ago
19fe2ff
net: uip: Avoid unused label compile warning
by Jukka Rissanen
· 9 years ago
6869b1a
net: Make 6lowpan config depend on 802.15.4 config
by Jukka Rissanen
· 9 years ago
1af5132
net: Do not compile slip if UART support is missing
by Jukka Rissanen
· 9 years ago
015b52f
net: 15.4: Make it possible to disable 802.15.4 networking
by Jukka Rissanen
· 9 years ago
cae2483
net: 15.4: Tweak the stack size of Rx and Tx fibers
by Jukka Rissanen
· 9 years ago
0e8524c
net: Tweak the stack size of Rx and Tx fibers
by Jukka Rissanen
· 9 years ago
904c5a0
net: Tweak the number of network buffers to use
by Jukka Rissanen
· 9 years ago
46b5340
net: conf: Set the max number of internal buffers
by Jukka Rissanen
· 9 years ago
19983ee
net: apps: Send always the max data size to test the stack
by Jukka Rissanen
· 9 years ago
4425546
net: 15.4: Add code to analyze stack usage
by Jukka Rissanen
· 9 years ago
e450592
net: 15.4: Rename rx and tx fibers
by Jukka Rissanen
· 9 years ago
29d0e5b
net: 6lowpan: Free net_buf if receiving wrong fragments
by Jukka Rissanen
· 9 years ago
95fb81a
net: 6lowpan: Clear net_buf pointer after sending or dropping it
by Jukka Rissanen
· 9 years ago
63512ac
net: udp: Do not mark the packet to be dropped if received ok
by Jukka Rissanen
· 9 years ago
3be3675
net: UDP socket registration must only done once
by Jukka Rissanen
· 9 years ago
914bb3f
net: apps: Add support for microkernel in 802.15.4 test app
by Jukka Rissanen
· 9 years ago
56ccfb3
net: 15.4: Add 802.15.4 driver and 802.15.4 loopback radio driver
by Ravi kumar Veeramally
· 9 years ago
231572a
net: Set loopback address in the loopback driver
by Patrik Flykt
· 9 years ago
e4a6a07
net: rpl: Enable RPL Kconfig option
by Jukka Rissanen
· 9 years ago
0b54f98
net: apps: Simple listener application that just receives packets
by Jukka Rissanen
· 9 years ago
43593bc
net: Use simple UART driver for handling slip (serial line IP) traffic
by Jukka Rissanen
· 9 years ago
016f6e7
Bluetooth: Replace peer address with conn in GATT API
by Luiz Augusto von Dentz
· 9 years ago
03d040d
Bluetooth: Make hci_le_create_conn() sync
by Arkadiusz Lichwa
· 9 years ago
2074020
Bluetooth: Reorder GATT struct members to avoid padding
by Luiz Augusto von Dentz
· 9 years ago
6d54615
net: Look up the local address if none is given
by Patrik Flykt
· 9 years ago
b268570
net: context: Add our local address to address list
by Jukka Rissanen
· 9 years ago
e71e01a
net: uip: Debug print the added IPv6 address
by Jukka Rissanen
· 9 years ago
ad409a8
net: init: Allow the network stack to be initialized only once
by Jukka Rissanen
· 9 years ago
6fe17bb
net: Check error when pushing packet into stack
by Jukka Rissanen
· 9 years ago
fa87944
net: Check that net context is unset based on IP protocol
by Patrik Flykt
· 9 years ago
b993277
net: Assign local UDP port number
by Patrik Flykt
· 9 years ago
586f3ad
net: Handle IPv6 packet reception
by Patrik Flykt
· 9 years ago
eec46f1
net: Add code to analyze stack usage
by Jukka Rissanen
· 9 years ago
3ce38be
net: Declare fiber stacks as __noinit
by Jukka Rissanen
· 9 years ago
9431109c
net: Add separated compression and fragmentation files.
by Ravi kumar Veeramally
· 9 years ago
575c89e
net: Update 802.15.4 stack with net_mbuf and split sicslowpan
by Ravi kumar Veeramally
· 9 years ago
c574d6d
Bluetooth: Fix cmd_status handling for status == 0
by Johan Hedberg
· 9 years ago
5d443c6
net: apps: Add a sample app using the loopback driver
by Patrik Flykt
· 9 years ago
Next »