Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
ace7bf950880882ad71b64db993777f032f5d518
ace7bf9
valgrind: Add error supression file for POSIX arch
by Alberto Escolar Piedras
· 6 years ago
1036edc
log: Fix switch statement
by Flavio Ceolin
· 6 years ago
e62e54b
tests: interrupt: Change IRQ priorities in test
by Spoorthi K
· 6 years ago
bdda09e
cmake: Remove dead code LTO references
by Sebastian Bøe
· 6 years ago
c8ff1fd
soc: nordic: add Kconfig options for several peripherals
by Ioannis Glaropoulos
· 6 years ago
b329989
dts: nordic: nrf91: DTS include headers for nRF9160 SOC
by Ioannis Glaropoulos
· 6 years ago
23d28ab
samples: Remove redundant Kconfig adjustments for nRF boards
by Andrzej Głąbek
· 6 years ago
03f7569
tests: drivers: Remove redundant Kconfig adjustments for nRF boards
by Andrzej Głąbek
· 6 years ago
9d44cad
boards: nrf: Enable ADC, I2C, and SPI instances by default
by Andrzej Głąbek
· 6 years ago
326be98
boards: nrf: Remove redundant Kconfig adjustments
by Andrzej Głąbek
· 6 years ago
46b7633
drivers: spi: nrfx: Set default value of SPIM3 RX delay to 2
by Andrzej Głąbek
· 6 years ago
4b43065
drivers: nrf: Enable nRF drivers by default in Kconfig
by Andrzej Głąbek
· 6 years ago
7c13ba9
drivers: serial: nrf: Remove false dependency on the gpio driver
by Andrzej Głąbek
· 6 years ago
754ab1d
net/pkt: Fix debug logs checking
by Tomasz Gorochowik
· 6 years ago
56d144c
cmake: Fixed python detection bug
by Sebastian Bøe
· 6 years ago
b1e912b
samples: cmsis_rtos_v2: Demo on msgq and timers synchronization
by Spoorthi K
· 6 years ago
cea0982
samples: cmsis_rtos_v2: Demo with Dining Philosopher's algorithm
by Spoorthi K
· 6 years ago
72b0289
samples: driver: i2c scanner
by Tavish Naruka
· 6 years ago
167486f
samples: sockets: Update OT overlays for echo samples
by Robert Lubos
· 6 years ago
4a4e51f
drivers: nrf: Fix UARTE fixup defines.
by Mieszko Mierunski
· 6 years ago
e8a7780
samples: reel board: correct timeout condition
by Jakub Rzeszutko
· 6 years ago
b75a05c
driver: sensors: convert lsm9ds0_gyro to use information coming from dts
by Armando Visconti
· 6 years ago
385bc26
include: linker: improve documentation of app shared mem symbols
by Ioannis Glaropoulos
· 6 years ago
6410a16
openthread: Update openthread version to latest upstream/master.
by Martin Turon
· 6 years ago
0efad5f
cmake: Whitespace and commentary fixes
by Mark Ruvald Pedersen
· 6 years ago
b6ab4e8
tests/cmsis_rtos_v2: Use CONFIG_SCHED_SCALABLE
by Rajavardhan Gundi
· 6 years ago
50d3219
tests/cmsis_rtos_v2: Introduce tests to make use of ThreadFlags APIs
by Rajavardhan Gundi
· 6 years ago
41aa164
lib/cmsis_rtos_v2: Implement support for Thread Flags APIs
by Rajavardhan Gundi
· 6 years ago
7ffa345
tests/cmsis_rtos_v2: Introduce tests to make use of EventFlag APIs
by Rajavardhan Gundi
· 6 years ago
fa499b3
lib/cmsis_rtos_v2: Implement support for Event Flag APIs
by Rajavardhan Gundi
· 6 years ago
ff911f7
tests/cmsis_rtos_v2: Introduce tests to make use of messageQ APIs
by Rajavardhan Gundi
· 6 years ago
27f4cd2
lib/cmsis_rtos_v2: Implement support for Message Queue APIs
by Rajavardhan Gundi
· 6 years ago
00ffaed
tests/cmsis_rtos_v2: Introduce tests to make use of mempool APIs
by Rajavardhan Gundi
· 6 years ago
e5c8488
lib/cmsis_rtos_v2: Implement support for mempool APIs
by Rajavardhan Gundi
· 6 years ago
c58733c
tests/cmsis_rtos_v2: Introduce tests to make use of Semaphore APIs
by Rajavardhan Gundi
· 6 years ago
b39f626
lib/cmsis_rtos_v2: Implement support for semaphore APIs
by Rajavardhan Gundi
· 6 years ago
a1eaa23
tests/cmsis_rtos_v2: Introduce tests to make use of Mutex APIs
by Rajavardhan Gundi
· 6 years ago
19b57ce
lib/cmsis_rtos_v2: Implement support for mutex APIs
by Rajavardhan Gundi
· 6 years ago
2b22e30
tests/cmsis_rtos_v2: Introduce tests to make use of Timer APIs
by Rajavardhan Gundi
· 6 years ago
0285c69
lib/cmsis_rtos_v2: Implement support for timer APIs
by Rajavardhan Gundi
· 6 years ago
d6c5051
tests/cmsis_rtos_v2: Introduce tests to make use of Thread APIs
by Rajavardhan Gundi
· 6 years ago
7d499e3
lib/cmsis_rtos_v2: Implement support for generic wait APIs
by Rajavardhan Gundi
· 6 years ago
e3fe0ca
lib/cmsis_rtos_v2: Implement support for Kernel APIs
by Rajavardhan Gundi
· 6 years ago
4af7b6c
lib/cmsis_rtos_v2: Implement support for thread APIs
by Rajavardhan Gundi
· 6 years ago
b609175
CMSIS RTOS V2: Introduce CMSIS RTOS V2 API header file
by Rajavardhan Gundi
· 6 years ago
2ffb951
console: Kconfig: Update for recent changes
by Paul Sokolovsky
· 6 years ago
0925411
tty: Remove buffer params from tty_init()
by Paul Sokolovsky
· 6 years ago
a7df3a1
tty: Support unbuffered operation to extend usecase coverage
by Paul Sokolovsky
· 6 years ago
fe2f30a
dts: nordic: simplify definition of flash and sram sizes in dts
by Ioannis Glaropoulos
· 6 years ago
6e158b1
cmake: Document CMAKE_SYSTEM_-variables, and add CMAKE_SYSTEM_VERSION
by Mark Ruvald Pedersen
· 6 years ago
59036db
cmake: Move root CMakeLists.txt's comment-header to top
by Mark Ruvald Pedersen
· 6 years ago
94a9d80
cmake: boilerplate: move compiler-flag checks into boilerplate
by Mark Ruvald Pedersen
· 6 years ago
5e90da7
cmake: Remove setting CMAKE_FIND_ROOT_PATH_MODE_* variables
by Mark Ruvald Pedersen
· 6 years ago
722f866
cmake: boilerplate: Move app-library to be with its documentation
by Mark Ruvald Pedersen
· 6 years ago
3f422e2
drivers: flash: fix the regular access range check
by Andrzej Puzdrowski
· 6 years ago
cd4fbde
drivers: flash: support NRF UICR operations
by Andrzej Puzdrowski
· 6 years ago
15384b7
scripts: west: fix 'west debug'
by Marti Bolivar
· 6 years ago
95c7079
samples: net: Port mbedtls benchmark sample to zephyr
by Ravi kumar Veeramally
· 6 years ago
bfe0c2e
drivers: sensor: temp_nrf5: update assert condition in nRF temp sensor
by Dhananjay Gundapu Jayakrishnan
· 6 years ago
90fbeb0
dts: nrf: Fix missed device tree warnings
by Kumar Gala
· 6 years ago
82d956f
drivers: ieee802154: nrf5: Prevent driver from spamming logs
by Robert Lubos
· 6 years ago
e9a1d64
dts: arm: nxp: imx: Use 'nxp,imx-{i,d}tcm' compatible
by Kumar Gala
· 6 years ago
f7a8ed7
dts: Rename imx-rt-{i,d}tcm compatible
by Kumar Gala
· 6 years ago
1cc9e98
logging: Refactor RTT backend to handle host absence
by Krzysztof Chruscinski
· 6 years ago
99ae80b
Bluetooth: controller: Fix Conn Param Req procedure stall issue
by Vinayak Kariappa Chettimada
· 6 years ago
e40c952
arch: arm: Explicitly ignoring return of memcpy
by Flavio Ceolin
· 6 years ago
17c7db6
lib: posix: Explicitly ignoring return of memcpy
by Flavio Ceolin
· 6 years ago
8f3459b
coccinelle: Updating ignore_return to support memcpy
by Flavio Ceolin
· 6 years ago
27435e4
log: Explicitly ignoring return of memcpy
by Flavio Ceolin
· 6 years ago
b467de5
shell: Add dropping of expired messages
by Krzysztof Chruscinski
· 6 years ago
08f0d93
shell: Improve handling of log messages
by Krzysztof Chruscinski
· 6 years ago
801b54e
usb: hid: boot protocol
by Marcin Szymczyk
· 6 years ago
4446b16
driver: sensors: convert lsm9ds0_mfd to use information coming from dts
by Armando Visconti
· 6 years ago
6e2a1b6
drivers: lsm9ds0_mfd: Fix typo in get accel/magn channels
by Armando Visconti
· 6 years ago
0b9cfe7
ci: bump number of builders to 7
by Kumar Gala
· 6 years ago
f0b1918
bt_shell: fix command bt advertise valid argument count
by Jakub Rzeszutko
· 6 years ago
fcc7240
logging: Add handling of dropped messages to native POSIX backend
by Krzysztof Chruscinski
· 6 years ago
31a90ca
logging: Add handling of dropped messages to RTT backend
by Krzysztof Chruscinski
· 6 years ago
1edf09e
logging: Add handling of dropped messages to UART backend
by Krzysztof Chruscinski
· 6 years ago
a7568e4
logging: Handle dropped messages in log_output
by Krzysztof Chruscinski
· 6 years ago
1581155
menuconfig: Add show-help mode
by Ulf Magnusson
· 6 years ago
5740141
mimix1050rt: ethernet initialization corrected
by Andrei Gansari
· 6 years ago
cab9fa3
shell: fix tab key functionality.
by Jakub Rzeszutko
· 6 years ago
9fe81e9
dts: stm32f7: move flash0 node below flash-controller
by Aurelien Jarno
· 6 years ago
a8ce329
boards: arm: nucleo_f756zg: Added SPI support
by AJ Palmer
· 6 years ago
98d5510
boards: arm: nucleo_f756zg: Added PWM support
by AJ Palmer
· 6 years ago
e7cb2d6
boards: arm: nucleo_f756zg: Added I2C support
by AJ Palmer
· 6 years ago
0efd0ec
boards: arm: nucleo_f756zg: Added USB support
by AJ Palmer
· 6 years ago
de3a2c6
boards: arm: nucleo_f756zg: Added ethernet support
by AJ Palmer
· 6 years ago
2f04dc6
boards: arm: nucleo_f756zg: Created new board and soc definition
by AJ Palmer
· 6 years ago
cca5b61
arc: cleanup linker scripts to include autoconf.h first
by Kumar Gala
· 6 years ago
e841d42
boards: arm: nucleo_f746zg: Highlight possible pin conflict
by AJ Palmer
· 6 years ago
ac562d5
soc: arm: Don't touch interrupts in kinetis watchdog init
by Maureen Helm
· 6 years ago
2346e31
dts: nxp: Add sram_l node to k64 dtsi
by Maureen Helm
· 6 years ago
5bf15a8
docs: spi.h: removed dev doxygen comment from struct spi_config
by AJ Palmer
· 6 years ago
1cfec48
samples: yaml: filter can be limited to GPIO_CONTROLLER
by Erwan Gouriou
· 6 years ago
a002cab
samples/basic: disco: LED0 and LED1 might not share GPIO controller
by Erwan Gouriou
· 6 years ago
c338dd9
samples/drivers: gpio: LED0 and SW0 might not share GPIO controller
by Erwan Gouriou
· 6 years ago
c52a646
drivers: usb_dc_stm32: add support for SoF event
by Aurelien Jarno
· 6 years ago
f603e25
drivers: i2c_ll_stm32_v2: Handle errors during data transfers
by Pushpal Sidhu
· 6 years ago
Next »