Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
6a496f87cff644efefb47507d5c9da7bf5d1a2f2
6a496f8
net: shell: Fix column alignment in net mem command
by Jukka Rissanen
· 8 years ago
b57e835
net: shell: Print more TCP pending packet information
by Jukka Rissanen
· 8 years ago
0a978ea
net: tcp: Send data only in established state
by Jukka Rissanen
· 8 years ago
e087160
net: tcp: Do not re-send already sent packets
by Jukka Rissanen
· 8 years ago
0674e03
net: tcp: Remove unused variable
by Jukka Rissanen
· 8 years ago
cdec73d
net: tcp: Only do ref when resending if we could send the packet
by Jukka Rissanen
· 8 years ago
f8ea1a5
net: tcp: Add more debugging to TCP code
by Jukka Rissanen
· 8 years ago
5325c4b
net: tcp: Set the TCP sent flag after really sending pkt
by Jukka Rissanen
· 8 years ago
3fe4877
net: tcp: Cleanup TCP backlog when releasing context
by Jukka Rissanen
· 8 years ago
12017ce
net: http: Yield after sending response in server
by Jukka Rissanen
· 8 years ago
5996bca
schedule_api: fix stack overflow on xt-sim
by Andrew Boie
· 8 years ago
222f37d
tests: schedule_api: fix variable shadowing
by Andrew Boie
· 8 years ago
5305f36
object_tracing: fix definition
by Andrew Boie
· 8 years ago
951ce4d
net_context: work around missing errno codes
by Andrew Boie
· 8 years ago
e434260
xtensa: soc: fix IRQ table
by Andrew Boie
· 8 years ago
ba95aa0
cpp_synchronization: fix main() definition
by Andrew Boie
· 8 years ago
e165f59
net: rpl: fix inline function declaration
by Andrew Boie
· 8 years ago
833ca35
net: tcp.h: fix some function declarations
by Andrew Boie
· 8 years ago
2e32e81
net: fix net_tcp_state_str() declaration
by Andrew Boie
· 8 years ago
d4f116f
tcp.h: fix definition of tcp_init_isn()
by Andrew Boie
· 8 years ago
8b141dd
xcc: fix __in_section_unique() and __COUNTER__
by Andrew Boie
· 8 years ago
0cf6808
irq.h: include generic toolchain header
by Andrew Boie
· 8 years ago
2341cc1
doc: fix misspellings in board docs
by David B. Kinder
· 8 years ago
39cc489
board: xt-sim: add as a default test platform
by Anas Nashif
· 8 years ago
593f6d4
boards: qemu_xtensa: this is not supported by xcc
by Anas Nashif
· 8 years ago
3b6e909
boards: xt-sim: add definition for supported configurations
by Anas Nashif
· 8 years ago
dd09eac
arm: nrf: Fix I2C_0_DEFAULT_CFG settings
by Kumar Gala
· 8 years ago
05890b3
drivers/ieee802154: Fix licence headers in Kconfig files
by Tomasz Bursztyka
· 8 years ago
99c19c6
i2c: stm32: Remove usage of CONFIG_I2C_x_DEFAULT_CFG
by Kumar Gala
· 8 years ago
54933b3
i2c: mcux: Remove usage of CONFIG_I2C_x_DEFAULT_CFG
by Kumar Gala
· 8 years ago
250e674
dts: nxp: Fix formatting of fixup files
by Kumar Gala
· 8 years ago
9935581
i2c: Add helper function to map from bitrate values to zephyr cfg
by Kumar Gala
· 8 years ago
670fc32
i2c: Cleanup dts clock-frequency property usage
by Kumar Gala
· 8 years ago
10acdb5
i2c: Add define for bit position/shift of I2C SPEED settings in config
by Kumar Gala
· 8 years ago
cf43be1
Bluetooth: Increase CONFIG_BT_HCI_TX_STACK_SIZE for BT_SPI
by Paul Sokolovsky
· 8 years ago
fe84d4f
net: http: allow HTTP_NETWORK_TIMEOUT to be configured
by Michael Scott
· 8 years ago
40e669e
tests/kernel: Add pthread API test
by Andy Ross
· 8 years ago
53c8599
kernel: POSIX thread IPC support
by Andy Ross
· 8 years ago
cf9a5e3
doc: 96Boards Carbon: add Bluetooth setup docs
by Marti Bolivar
· 8 years ago
7394401
Bluetooth: ipsp: use sys_log
by Marti Bolivar
· 8 years ago
77516f5
boards: 96b_carbon_nrf51: provide BT SPI slave configuration
by Marti Bolivar
· 8 years ago
ef022d3
boards: 96b_carbon: provide BT SPI master configuration
by Marti Bolivar
· 8 years ago
272e8ff
Bluetooth: hci: spi: add support for new SPI API
by Marti Bolivar
· 8 years ago
bd5c2c0
Bluetooth: hci: spi: abstract out legacy SPI API
by Marti Bolivar
· 8 years ago
8dbb388
samples: Bluetooth: add HCI SPI raw handler sample
by Ricardo Salveti
· 8 years ago
4e53f4e
Bluetooth: Kconfig: delete stray double quote
by Marti Bolivar
· 8 years ago
fc965e5
Bluetooth: controller: Split Ext Scan Filter Policies out
by Carles Cufi
· 8 years ago
8ebaf29
net: http: dont timeout on HTTP requests w/o body
by Michael Scott
· 8 years ago
0592c0c
Bluetooth: shell: gatt_read: Reset offset to 0
by Paul Sokolovsky
· 8 years ago
4f67a6c
cc3200: Remove TI cc3200 SOC and LaunchXL board support
by Gil Pitney
· 8 years ago
0ac5dd7
doc: Clarify the Bluetooth 5.0 support in 1.9
by Carles Cufi
· 8 years ago
749d318
doc: Add BLE controller changes to 1.9 release notes
by Carles Cufi
· 8 years ago
f54f2ba
doc: Add Bluetooth host changes to 1.9 release note
by Luiz Augusto von Dentz
· 8 years ago
f9caab4
net: sockets: Move under "Network Application Support" heading
by Paul Sokolovsky
· 8 years ago
4c60077
tests: work_q: Add test for k_delayed_work_cancel
by Luiz Augusto von Dentz
· 8 years ago
c1fa82b
work_q: Make k_delayed_work_cancel cancel work already pending
by Luiz Augusto von Dentz
· 8 years ago
adb581b
work: Convert usage of k_fifo to k_queue
by Luiz Augusto von Dentz
· 8 years ago
84db641
queue: Use k_poll if enabled
by Luiz Augusto von Dentz
· 8 years ago
42d9aa7
tests: queue: Add tests for k_queue_remove
by Luiz Augusto von Dentz
· 8 years ago
50b9377
queue: Add k_queue_remove
by Luiz Augusto von Dentz
· 8 years ago
cf9613d
kconfig: build code conditionally when possible
by Anas Nashif
· 8 years ago
3f83dc9
ci: boards: retry sanitycheck without --subset arg
by Anas Nashif
· 8 years ago
98f0e83
boards: esp32: add board definition file
by Anas Nashif
· 8 years ago
e783179
sanitycheck: add espressif as a supported toolchain
by Anas Nashif
· 8 years ago
c1a5573
net: sockets: Check return value of k_poll()
by Paul Sokolovsky
· 8 years ago
de6663f
esp32: fix linker script issues
by Andrew Boie
· 8 years ago
03a75e1
Bluetooth: controller: Enable Extended Scan Filter Policies bit
by Carles Cufi
· 8 years ago
67a51f9
quark_d2000: fix IDT_LIST definition
by Andrew Boie
· 8 years ago
2de5902
tests: update min ram requirements and filters
by Anas Nashif
· 8 years ago
e0e5590
tests: kernel: reduce thread stack size for pend
by Anas Nashif
· 8 years ago
4c7233b
tests: json: reduce ztest stack size
by Anas Nashif
· 8 years ago
41febf2
tests: benchmarks: reduce message size
by Anas Nashif
· 8 years ago
6222418
sanitycheck: fix RAM check
by Anas Nashif
· 8 years ago
c1cafb1
ci: run more tests on boards that have changed
by Anas Nashif
· 8 years ago
25faa86
ci: fix call for sanitycheck
by Anas Nashif
· 8 years ago
b2ba568
dts: arm: nrf52_blenano2: add flash partitions
by Tyler Baker
· 8 years ago
05f70f4
ci: retry sanitycheck without --subset arg
by Anas Nashif
· 8 years ago
7756bbf
drivers: Add I2S (Inter-IC Sound) driver infrastructure
by Piotr Mienkowski
· 8 years ago
cbff174
drivers: Add I2S (Inter-IC Sound) driver API
by Piotr Mienkowski
· 8 years ago
246f4ee
drivers: flash: Fix checking for radio idle state
by Andrzej Kaczmarek
· 8 years ago
d5c13a7
Bluetooth: controller: Rename Kconfig prefix
by Carles Cufi
· 8 years ago
01df52c
Bluetooth: Use higher RX_BUF_LEN when Mesh Proxy protocol is used
by Johan Hedberg
· 8 years ago
d8e13c0
net: tcp: Make do_ref_if_needed() a macro
by Jukka Rissanen
· 8 years ago
ff5e46a
net: pkt: Fix the log domain
by Jukka Rissanen
· 8 years ago
f0012de
net: rpl: Allow fine tuning of parent count
by Jukka Rissanen
· 8 years ago
1aa8be3
net: nbr: Use the real size of the neighbor pool
by Jukka Rissanen
· 8 years ago
20b35ad
net: rpl: Add Kconfig option for specifying used IPv6 prefix
by Jukka Rissanen
· 8 years ago
4f7f16a
net: rpl: Add default interface type setting to Kconfig.rpl
by Jukka Rissanen
· 8 years ago
a10bbdb
net: rpl: Add more debug prints when sending messages
by Jukka Rissanen
· 8 years ago
597eef6
net: shell: Fix RPL parent list output print
by Jukka Rissanen
· 8 years ago
ab55b35
net: shell: Print network interface type
by Jukka Rissanen
· 8 years ago
0c20287
net: l2: Declare Bluetooth and Offload L2 drivers public
by Jukka Rissanen
· 8 years ago
f125672
net: app: Do not try to set ANY address to interface
by Jukka Rissanen
· 8 years ago
7886336
net: app: Fix for net_app_get_net_buf()
by Jukka Rissanen
· 8 years ago
37e21a4
net: lwm2m: fix registration content format and use plain/text
by Robert Chou
· 8 years ago
f319660
tests: json: only build if newlib isn't configured
by Kumar Gala
· 8 years ago
4d912b0
ext: simplelink: host driver: depend on multithreading
by Kumar Gala
· 8 years ago
9479b98
boards: fix dropped HAS_DTS
by Anas Nashif
· 8 years ago
61c5c23
scripts: Run JLinkGDBServer in silent mode
by Maureen Helm
· 8 years ago
be9f577
doc: add CII badge, include README in intro
by David B. Kinder
· 8 years ago
Next »