Show patches with: State = Action Required       |    Archived = No       |   888 patches
« 1 2 3 48 9 »
Patch Series S/W/F Date Submitter Delegate State
[RFC][DNM]drivers: Rename timer and counters --- 2018-07-05 Kumar Gala New
arm: nxp: mpu: Consolidate k64 mpu regions --- 2018-07-09 Maureen Helm 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
Enable flash_map test on k64 boards --- 2018-07-30 Maureen Helm New
Fix spi_loopback test --- 2018-08-01 Maureen Helm New
Jlink updates --- 2018-08-02 Maureen Helm New
Revert "mimxrt1050_evk: disable sanitycheck on this board [REVERT ME]" --- 2018-08-03 Maureen Helm New
scripts: west: Introduce attach command --- 2018-08-13 Maureen Helm New
log: make name param explicit --- 2018-08-15 Kumar Gala New
Enable the nvs sample on frdm_k64f --- 2018-08-24 Maureen Helm New
Fix mpu_stack_guard_test and update README --- 2018-08-24 Maureen Helm New
samples: nvs: Use flash erase block size from dts --- 2018-08-25 Maureen Helm New
boards: Remove CONFIG_OSC_EXTERNAL defconfigs from non-kinetis boards --- 2018-08-29 Maureen Helm New
net: Add INET_ADDRSTRLEN POSIX define --- 2018-09-07 Paul Sokolovsky New
Enable usb tests on frdm_k64f --- 2018-09-08 Maureen Helm New
arm: Clear primask during startup for all architecture variants --- 2018-09-09 Maureen Helm New
net: config: Use sizeof() to get size of buffer for net_addr_ntop() --- 2018-09-10 Paul Sokolovsky New
script/dts: Generate Extended Device Tree database --- 2018-09-10 Erwan Gouriou New
boards: update nucleo144 boards to default config guidelines --- 2018-09-11 Erwan Gouriou New
Add spi to mimxrt1050_evk --- 2018-09-17 Maureen Helm New
tests: build_all: Add missing sensor drivers --- 2018-09-19 Maureen Helm New
Make dts required for sensor drivers --- 2018-09-19 Maureen Helm New
tests: i2c_slave_api: Add missing testcase.yaml --- 2018-09-24 Maureen Helm New
boards: mimxrt1050_evk: Enable lpuart3 for bluetooth hci --- 2018-09-24 Maureen Helm New
Select HAS_DTS_SPI in designware driver --- 2018-09-26 Maureen Helm New
drivers: spi: Select HAS_DTS_SPI_DEVICE in drivers --- 2018-09-28 Maureen Helm New
boards: Cleanup gpio flags in device tree (fixes button example) --- 2018-09-28 Kumar Gala New
Merge HAS_DTS_*_DEVICE with HAS_DTS_* --- 2018-09-30 Maureen Helm New
boards: arc: Convert boards to use device tree for LEDs & Buttons --- 2018-10-05 Kumar Gala New
Fix apds9960 sample for arduino_101_sss board --- 2018-10-07 Maureen Helm New
Add wifi offload driver for ESP8266 --- 2018-10-12 Andy Gross New
Set name of all system threads (for debugging) --- 2018-10-12 Paul Sokolovsky New
ext/hal: Cube update STM32L4 and F7 fixup --- 2018-10-16 Erwan Gouriou New
boards: stm32f746g_disco: Enable a few peripherals --- 2018-10-16 Erwan Gouriou 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
DT compatibles flags generation fixes --- 2018-10-24 Erwan Gouriou 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
scripts: codegen with edts - inline code generation --- 2018-10-26 Erwan Gouriou New
samples: watchdog: Remove STM32 IWDG specific sample --- 2018-10-29 Kumar Gala New
Add thread name and floating point context to openocd offsets --- 2018-10-29 Maureen Helm New
boards: lpcxpresso54114: Combine m4/m0 boards into one directory --- 2018-10-29 Maureen Helm 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
boards: Introduce frdm_kw41z ble controller shield --- 2018-11-01 Maureen Helm New
net: if: Assert that link layer addr was set by driver --- 2018-11-01 Paul Sokolovsky New
boards: mimxrt1050_evk: Enable pyocd runner --- 2018-11-03 Maureen Helm New
net: if: net_if_set_link_addr: Mention lifetime for address buffer --- 2018-11-05 Paul Sokolovsky New
sensors: bmi160: Add DTS support --- 2018-11-06 Kumar Gala New
serial: stm32: Use clock information from device tree --- 2018-11-08 Erwan Gouriou 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
drivers/gpio: stm32: Remove redundant AFIO bit for STM32F1 --- 2018-11-12 Erwan Gouriou New
Introduce mcux driver for new unified counter/rtc interface --- 2018-11-13 Maureen Helm 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
WIFI: eswifi driver improvement blocking/non-blocking send/connect/recv --- 2018-11-15 Loic Poulain New
drivers: wdog: Update CMSDK Wdog driver --- 2018-11-16 Vincenzo Frascino New
samples: console: echo: Be sure to print (both) CR LF in messages --- 2018-11-19 Paul Sokolovsky New
net: sockets: zsock_close: Be sure to free file descriptor --- 2018-11-19 Paul Sokolovsky New
boards: mimxrt1050_evk: Elaborate doc to be more user-facing --- 2018-11-21 Paul Sokolovsky New
NET/WIFI shell improvement --- 2018-11-26 Loic Poulain New
net: ipv4: Clarify basic IPv4 packet drop logging --- 2018-11-26 Paul Sokolovsky New
Counter: STM32 Counter RTC Driver --- 2018-11-29 Erwan Gouriou New
include: __assert: Fix output formatting of __ASSERT_NO_MSG() --- 2018-11-30 Paul Sokolovsky 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
POSIX, sockets: Elaborate ioctl/fcntl handling --- 2018-12-11 Paul Sokolovsky New
samples: sockets: echo_async: Don't include <sys/fcntl.h> --- 2018-12-12 Paul Sokolovsky New
dts: nxp: Add sram_l node to k64 dtsi --- 2018-12-13 Maureen Helm New
soc: arm: Don't touch interrupts in kinetis watchdog init --- 2018-12-13 Maureen Helm New
ext: mcux: Update to MCUXpresso SDK 2.5.0 --- 2018-12-20 Maureen Helm New
net: buf: linearize: Never return -ENOMEM, just do what user asked to --- 2018-12-27 Paul Sokolovsky New
WIP misc: assert: Allow __ASSERT to call k_panic --- 2018-12-27 Paul Sokolovsky New
Add support for external flash and sdram to imx rt series --- 2018-12-28 Maureen Helm 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
Add i.MX RT LCD display controller support --- 2019-01-13 Maureen Helm New
Enable Bluetooth host on i.MX RT 1020/1060 boards --- 2019-01-14 Maureen Helm 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
Add i.MX RT I2C support --- 2019-01-17 Maureen Helm New
net: ethernet: Fix accounting of Ethernet packets --- 2019-01-18 Andy Gross New
samples: echo_server: Test overlays for eth_e1000 and eth_stellaris --- 2019-01-20 Paul Sokolovsky New
drivers/gpio: stm32: Fix gpio_stm32_configure --- 2019-01-21 Erwan Gouriou New
Refactoring socket tests + poll() + select() test --- 2019-01-22 Paul Sokolovsky 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
« 1 2 3 48 9 »