Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
fafdfba6bbaf72dc1f9b0d7f43a162b26f1157ac
fafdfba
dts: Introduce shared binding for nxp flexcomm peripheral
by Maureen Helm
· 5 years ago
aae5b8b
api: Fix warning about too few arguments in the K_MEM_POOL_DEFINE.
by Artur Lipowski
· 5 years ago
b935903
soc: mec1501: modifies interrupt restoration after deep sleep
by Daniel Leung
· 5 years ago
2e78315
samples: mec15xxevb_assy6853/pm: shorten wait after deep sleep
by Daniel Leung
· 5 years ago
fd1d93e
samples: mec15xxevb_assy6853/pm: abort threads before reuse
by Daniel Leung
· 5 years ago
17a932c
west: update Microchip HAL to latest version
by Scott Worley
· 5 years ago
b73622d
tests: kernel: fp_sharing: Use ztest
by Stephanos Ioannidis
· 5 years ago
74e43a3
tests: kernel: fp_sharing: Reorganise tests
by Stephanos Ioannidis
· 5 years ago
ba3b1e0
usb: Stop reversing the hardware identifier
by Carles Cufi
· 5 years ago
ab15602
dts: ti: lm3s6965: Add flash controller node and binding
by Kumar Gala
· 5 years ago
7ab2f98
dts: bindings: Remove zephyr,native-posix-flash-controller binding
by Kumar Gala
· 5 years ago
6bb3ff9
dts: bindings: add missing binding for st,stm32l0-flash-controller
by Kumar Gala
· 5 years ago
30c47cf
dts: stm32: H7: Fixup flash nodes
by Kumar Gala
· 5 years ago
c5153a2
dts: atmel: sam: cleanup flash / sram nodes
by Kumar Gala
· 5 years ago
85f0e86
dts: arm64: qemu-virt: Update flash node to match what qemu models
by Kumar Gala
· 5 years ago
95da5d4
arch: arm: minor fixes in the docs for ARM kernel_arch headers
by Ioannis Glaropoulos
· 5 years ago
0fb4382
arch: isr: Update z_isr_install for multi-level interrupts
by Jaron Kelleher
· 5 years ago
a06617b
kernel: mark time conversion functions as constexpr in C++14.
by Josh Gao
· 5 years ago
073ec8d
net: mqtt: Refactor because of timeout overhaul
by Robert Lubos
· 5 years ago
90f0217
dts: soc: atmel: sam: Add pinctl container node
by Kumar Gala
· 5 years ago
861548f
drivers: dma: i2s: stm32: I2S Master DMA support
by Abe Kohandel
· 5 years ago
1c6791b
west.yml: update littlefs to 2.2.0
by Peter A. Bigot
· 5 years ago
c54f7ec
drivers: hwinfo: fix endianness for sam0 and nrf
by Steven Slupsky
· 5 years ago
8eac618
samples: big_http_download: Add automated-CI friendly sanitycheck config
by Paul Sokolovsky
· 5 years ago
761aa6c
samples: big_http_download: Allow to configure number of iterations
by Paul Sokolovsky
· 5 years ago
2dd38a7
samples: big_http_download: Allow to configure URL via Kconfig
by Paul Sokolovsky
· 5 years ago
76c3a8d
Bluetooth: controller: Fix Peer Address Type in Conn Complete
by Carles Cufi
· 5 years ago
0e31656
cmake: fixed issue with invalid usage of APPLICATION_SOURCE_DIR
by Torsten Rasmussen
· 5 years ago
ceecd0f
west.yml: Update hal_nordic
by Robert Lubos
· 5 years ago
7820d99
net: openthread: Fill mTimestamp field in OT frame
by Robert Lubos
· 5 years ago
a4f704d
drivers: ieee802154_nrf5: Handle RX timestamp
by Robert Lubos
· 5 years ago
ee8a85e
net: openthread: Forward IEEE802154_HW_TX_RX_ACK capability
by Robert Lubos
· 5 years ago
86f56fc
drivers: ieee802154_nrf5: Switch to ACK timeout at nRF driver level
by Robert Lubos
· 5 years ago
a9b9264
net: lwm2m: Publicize firmware block context
by Kyle Sun
· 5 years ago
db40071
drivers/flash: shell: Add optional device argument
by Ivo Clarysse
· 5 years ago
f40fc4a
modules: cmsis: Add CMSIS-Core(A) configurations
by Stephanos Ioannidis
· 5 years ago
35cad08
dts: soc: atmel: sam: cleanup node labels to match SoC docs
by Kumar Gala
· 5 years ago
4219b63
samples: sensor: Add lpcxpresso55s69 to fxos8700 accel-only test
by Maureen Helm
· 5 years ago
c5ef6dc
boards: lpcxpresso54114: Enable i2c instance 4
by Maureen Helm
· 5 years ago
ab949b0
boards: lpcxpresso55s69: Enable i2c instance 4
by Maureen Helm
· 5 years ago
ecd31df
soc: nxp_lpc: Enable the mcux flexcomm i2c driver
by Maureen Helm
· 5 years ago
3005094
drivers: i2c: Add mcux flexcomm driver
by Maureen Helm
· 5 years ago
f1a8f6d
dts: Add i2c bindings and nodes for lpc socs
by Maureen Helm
· 5 years ago
168b918
dts/arm/st: SPI6 not supported by all F7 devices
by Alexandre Bourdiol
· 5 years ago
615865f
dts/arm/st: f7 supports SPI FIFO
by Alexandre Bourdiol
· 5 years ago
a5daf74
drivers: hwinfo: atmel_sam: Replace DT_FLASH define
by Kumar Gala
· 5 years ago
c7f8b30
drivers: flash: openisa rv32m1: Replace DT_FLASH define
by Kumar Gala
· 5 years ago
19e91ab
drivers: flash: nxp mcux: Replace DT_FLASH define
by Kumar Gala
· 5 years ago
9a28ff3
drivers: flash: atmel_sam: Replace DT_FLASH define
by Kumar Gala
· 5 years ago
ccd7475
net: openthread: Pass received frame to the proper thread.
by Marek Porwisz
· 5 years ago
8f2bcee
net: lib: openthread: Create API for RX frame handling
by Marek Porwisz
· 5 years ago
1ecac12
net: mqtt: websocket: Only accept data packets in RX
by Jukka Rissanen
· 5 years ago
88d1d43
samples: net: zperf: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
92e8422
samples: net: big_http_download: Fix to use proper data type for sleep
by Jukka Rissanen
· 5 years ago
a85d1e0
samples: net: syslog: Fix to use proper data type for sleep
by Jukka Rissanen
· 5 years ago
da2488d
samples: net: net_mgmt: Fix compile issues from timeout overhaul
by Jukka Rissanen
· 5 years ago
36b151c
samples: net: echo_client: Fix compile issues from timeout overhaul
by Jukka Rissanen
· 5 years ago
bfa3e80
samples: net: echo_server: Fix compile issues from timeout overhaul
by Jukka Rissanen
· 5 years ago
8c67575
samples: net: coap: Fix the timeout data type
by Jukka Rissanen
· 5 years ago
0a89917
samples: net: dumb_http_server_mt: Fix K_THREAD_DEFINE() call
by Jukka Rissanen
· 5 years ago
3146b59
shell: telnet: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
7e56d90
tests: net: route: Fix timeout data type
by Jukka Rissanen
· 5 years ago
19d7031
tests: net: udp: Fix timeout value type
by Jukka Rissanen
· 5 years ago
8cd1dcc
net: buf: Remove timeout variable from debug print
by Jukka Rissanen
· 5 years ago
66d394d
net: getaddrinfo: Fix timeout data type
by Jukka Rissanen
· 5 years ago
00a8406
net: ieee802154: Fix the scan duration data type
by Jukka Rissanen
· 5 years ago
053dcaa
net: shell: Convert k_sleep() to k_msleep()
by Jukka Rissanen
· 5 years ago
3f9d734
net: conn_mgr: Fix time delay in K_THREAD_DEFINE()
by Jukka Rissanen
· 5 years ago
7d2c269
net: config: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
fb33da6
net: arp: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
b9cbf8a
net: pkt: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
76d07cc
net: dhcpv4: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
406bdb1
net: promisc: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
9e3778f
net: ipv4: autoconf: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
38dd9bc
net: mgmt: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
08d5324
net: trickle: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
edb39cb
net: tcp2: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
35dbe1c
net: tcp: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
005ee2f
net: ipv6: nbr: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
63a7b92
net: if: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
e56fa75
net: context: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
ab5aba4
net: ppp: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
40f269f
net: lldp: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
f1d886a
net: gptp: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
9f17c33
net: sockets: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
5cf75fe
net: websocket: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
1b04d44
net: http: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
8a91536
net: sntp: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
a49741f
net: dns: Refactor because of timeout overhaul
by Jukka Rissanen
· 5 years ago
e422465
net: Add NET_WAIT_FOREVER symbol to be used as timeout in network APIs
by Jukka Rissanen
· 5 years ago
aafd563
Bluetooth: controller: legacy: Correct DLE time calculations
by Andries Kruithof
· 5 years ago
b5af13c
samples/sensor/sensor_shell: removed deprecated set_conf_file
by Torsten Rasmussen
· 5 years ago
b6c18dd
cmake: board alias message when hiding existing board
by Torsten Rasmussen
· 5 years ago
c790783
cmake: add support for user-defined board aliases
by Peter A. Bigot
· 5 years ago
057729e
CODEOWNERS: Add @Mierunski and @anangl for nRF UART drivers
by Andrzej Głąbek
· 5 years ago
42f75fc
cmake: fix bug in generated runners.yaml
by Håkon Øye Amundsen
· 5 years ago
ada840a
Bluetooth: Mesh: Fix duplicated close callback
by Lingao Meng
· 5 years ago
6540f81
west.yml: update hal_atmel for SAM4E
by Gerson Fernando Budke
· 5 years ago
608dba4
drivers: flash: Use DT_INST_LABEL instead of DT_FLASH_DEV_NAME
by Kumar Gala
· 5 years ago
7b31f93
xtensa: enable XTENSA_HAL at SoC level
by Daniel Leung
· 5 years ago
Next »