Show patches with: State = Action Required       |    Archived = No       |   888 patches
« 1 2 ... 3 4 58 9 »
Patch Series S/W/F Date Submitter Delegate State
usb: stm32: Introduce transfer method --- 2017-11-30 Loic Poulain New
WIFI: eswifi driver improvement blocking/non-blocking send/connect/recv --- 2018-11-15 Loic Poulain New
NET/WIFI shell improvement --- 2018-11-26 Loic Poulain New
Wifi eswifi, TCP offload listen/accept support --- 2019-02-14 Loic Poulain New
soc: nxp_imx: mimxrt1064_evk: Add I2C support --- 2019-02-26 Loic Poulain New
net: context: Explicit net_sock_type enum conversion --- 2019-03-01 Loic Poulain New
drivers: i2c: mcux_lpi2c: Fix unexpected I2C start condition --- 2019-03-03 Loic Poulain New
i.MX RT10XX: Add PWM support --- 2019-03-04 Loic Poulain New
dts: arm: nxp: rt: Add dedicated rt1064 dtsi --- 2019-03-07 Loic Poulain New
soc: nxp: rt: Add custom memory areas to linker script --- 2019-03-07 Loic Poulain New
ext: mcux: csi: Fix wrong circular queue delta calculation --- 2019-03-15 Loic Poulain New
[WIP] Introduce Video 4 Zephyr API --- 2019-03-19 Loic Poulain New
api: counter: Fix build issue with C++ --- 2019-03-21 Loic Poulain New
net: ethernet: Fix build issue with C++ --- 2019-05-23 Loic Poulain New
Bluetooth: Add NRF BLE DFU service sample --- 2019-06-27 Loic Poulain New
boards: mimxrt1064_evk: Update supported features --- 2019-09-16 Loic Poulain New
boards: arm: mimxrt1064_evk: Fix display support --- 2019-11-14 Loic Poulain New
VIDEO/DISPLAY: add ELCDIF support and VIDEO/DISPLAY shim layer --- 2019-11-26 Loic Poulain New
video initialization fix --- 2020-04-06 Loic Poulain New
pinmux/stm32l4: Add support for STM32L SPI1 and SPI3 --- 2017-01-10 Lee Jones New
pinmux/nucleo_l476rg: Define pinmuxing for SPI1 and SPI3 --- 2017-01-10 Lee Jones New
Bluetooth: Kconfig: Specify stack size for Bluetooth SPI --- 2017-01-10 Lee Jones New
Bluetooth: samples/beacon: Print message at start of sample --- 2017-01-10 Lee Jones New
Make it explicit in getting started that environment variables are needed --- 2019-11-20 Laurent Meunier New
make_zephyr_sdk.sh: Use git describe to determine version --- 2016-08-02 Kumar Gala New
qemu: allow user specified qemu binary --- 2017-03-02 Kumar Gala New
dts: arm: st: Add Flash Controller Nodes for STM32{F0,F4,L4} --- 2018-01-23 Kumar Gala New
tests: benchmarks: latency_measure: Fix build issue with abs() --- 2018-01-24 Kumar Gala New
[RFC][DNM]arm: atmel: sam3x: Cleanup flash node/controller in device tree --- 2018-01-25 Kumar Gala New
sensor: hts221: Cleanup Kconfig for driver & bus name --- 2018-01-26 Kumar Gala New
boards: dts: Cleanup aliases --- 2018-04-10 Kumar Gala New
Remove nrfxxx nwtsim --- 2018-04-13 Kumar Gala New
ci: Bump toolchain version to SDK 0.9.3 --- 2018-05-14 Kumar Gala New
Add Support for building and booting multicore images on LPC54114 --- 2018-05-16 Kumar Gala New
musca_a1_wip --- 2018-05-18 Kumar Gala New
drivers: i2s: i2s_cavs: Fix typo in IRQ priority --- 2018-05-24 Kumar Gala New
doc: Remove undefined CONFIG_TASK_MONITOR --- 2018-05-24 Kumar Gala New
subsys: usb: Remove undefined CONFIG_USB_DEVICE_HID_BOOTP --- 2018-05-24 Kumar Gala New
arch: arc: snps_emsk: Removed dead code --- 2018-05-25 Kumar Gala New
drivers: serial: uart_fe310: Match Kconfig defines in comment --- 2018-05-25 Kumar Gala New
[RFC][DNM]drivers: Rename timer and counters --- 2018-07-05 Kumar Gala New
[DNM][RFC] Make Newlib types match Zephyr --- 2018-07-11 Kumar Gala New
boards: arm: Add support for Silabs EFM32HG-SLSTK3400A --- 2018-07-17 Kumar Gala New
ext: hal: cmsis: Remove headers from old CMSIS import --- 2018-07-18 Kumar Gala New
[DNM][RFC]libc: move to using C typedef from GCC --- 2018-07-25 Kumar Gala New
log: make name param explicit --- 2018-08-15 Kumar Gala New
boards: Cleanup gpio flags in device tree (fixes button example) --- 2018-09-28 Kumar Gala New
boards: arc: Convert boards to use device tree for LEDs & Buttons --- 2018-10-05 Kumar Gala New
dts: x86: Fix dts warnings when building up_squared --- 2018-10-18 Kumar Gala New
scripts: dts: extract: Fix handling of reg prop being a list of lists --- 2018-10-18 Kumar Gala New
dts: Add proper handling for boolean properties --- 2018-10-18 Kumar Gala New
drivers: entropy: add Atmel SAM entropy generator driver --- 2018-10-25 Kumar Gala New
Remove errno defines not used (introduced for bluetooth l2cap) --- 2018-10-26 Kumar Gala New
samples: watchdog: Remove STM32 IWDG specific sample --- 2018-10-29 Kumar Gala New
Dts remove property label --- 2018-10-30 Kumar Gala New
First pass at removing/reducing use of board.h --- 2018-11-01 Kumar Gala New
sensors: bmi160: Add DTS support --- 2018-11-06 Kumar Gala New
dts: Update sifive PWM device tree binding/nodes for #pwm-cells --- 2018-11-09 Kumar Gala New
Board cleanup --- 2018-11-09 Kumar Gala New
usb: Make USB_VBUS_GPIO a Kconfig option --- 2018-11-11 Kumar Gala New
spi: sam: Specify pinmux for chipselect via Kconfig --- 2018-11-13 Kumar Gala New
samples: Add explicit zephyr_include_directories to get <board.h> --- 2018-11-14 Kumar Gala New
Add lsm6dsl specific samples + change its dts binding --- 2018-12-04 Kumar Gala New
Add dts yaml support for same sensor on i2c or spi --- 2018-12-04 Kumar Gala New
samples/ipc/openamp: Introduce OpenAMP v2018.10 Remote Echo Sample --- 2018-12-07 Kumar Gala New
dts: binding: Add mmio-sram binding --- 2018-12-07 Kumar Gala New
scripts: extract_dts_includes: Generate defines for chosen props --- 2018-12-07 Kumar Gala New
tests: crypto: tinycrypt: Limit to boards with more than 128K flash --- 2018-12-10 Kumar Gala New
cmake: prework towards supporting board groups --- 2019-01-08 Kumar Gala New
Revert "dts: silabs: use 'aliases' to remove dts_fixup defines" --- 2019-01-10 Kumar Gala New
[DNM] cmake: dts: Extract #defines from root & SoC DTS compatible --- 2019-01-10 Kumar Gala New
[DNM]Convert MCUX UART to use DT_<COMPAT> defines --- 2019-01-11 Kumar Gala New
scripts/dts/extract: Don't warn for 'category' merge of 'required' --- 2019-01-17 Kumar Gala New
Add DTS "soc-label" support --- 2019-01-17 Kumar Gala New
Some DT cleanups on NXP SoCs --- 2019-01-23 Kumar Gala New
drivers: eth_enc28j60: Fix CS GPIO support --- 2019-01-24 Kumar Gala New
dts: bindings: smsc,lan9220: Fix warning related to id field --- 2019-01-24 Kumar Gala New
boards: arm: mps2_an385: Fix dtc warning --- 2019-01-25 Kumar Gala New
Fix issue with SPI CS DTS generation --- 2019-01-25 Kumar Gala New
led_strip: apa102: Convert to new DT_<COMPAT>_<INSTANCE> defines --- 2019-01-26 Kumar Gala New
drivers: uart_nsim: Add device tree support --- 2019-01-29 Kumar Gala New
Convert LED drivers to not require dts_fixup.h --- 2019-01-29 Kumar Gala New
sensor: ccs811: Convert to new DT_<COMPAT>_<INSTANCE> defines --- 2019-01-29 Kumar Gala New
sensor: adt7420: Convert to new DT_<COMPAT>_<INSTANCE> defines --- 2019-01-29 Kumar Gala New
audio: mpxxdtyy: Convert to new DT_<COMPAT>_<INSTANCE> defines --- 2019-01-29 Kumar Gala New
soc: xtensa: intel_s1000: Encode IRQ in dts --- 2019-01-29 Kumar Gala New
dfu: Fix build issue with gcc8 --- 2019-01-30 Kumar Gala New
display: ili9340: Fixup SPI CS handling --- 2019-01-31 Kumar Gala New
sensor: lis2ds12: Fixup SPI CS handling --- 2019-01-31 Kumar Gala New
usb: usb_dc_stm32: Convert to DT instance defines to remove dts_fixup.h --- 2019-01-31 Kumar Gala New
usb: usb_dc: Replace CONFIG_ symbols that should be DT_ --- 2019-01-31 Kumar Gala New
Expose ZEPHYR_TOOLCHAIN_VARIANT to Kconfig to support openisa_rv32m1 --- 2019-02-01 Kumar Gala New
boards: Change supported 'rtc' to 'counter' for QMSI RTC based boards --- 2019-02-08 Kumar Gala New
drivers: counter: mcux: Fix sanitycheck test build issue --- 2019-02-09 Kumar Gala New
Kconfig cleanup - logging --- 2019-02-12 Kumar Gala New
boards: x86_64: qemu_x86_64: Remove board.h --- 2019-02-17 Kumar Gala New
arm: cortex_m: prep_c: Fix compile warning with relocate_vector_table --- 2019-02-20 Kumar Gala New
cmake: toolchain: zephyr-0.9.5: Fix setting of TOOLCHAIN_HAS_NEWLIB --- 2019-02-20 Kumar Gala New
drivers: can: stm32: Cleanup Kconfig enablement --- 2019-02-24 Kumar Gala New
boards: rv32m1_vega: Have identifier match name --- 2019-02-28 Kumar Gala New
« 1 2 ... 3 4 58 9 »