Daily Gerrit Digest


donotreply@...
 

NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/1994 : sensors: add driver for DHTxx sensors
- https://gerrit.zephyrproject.org/r/1993 : drivers/nble: Add timeout before Conn Param Update as Peripheral
- https://gerrit.zephyrproject.org/r/1974 : arc: Add linker command file for Harvard architecture
- https://gerrit.zephyrproject.org/r/1982 : tinycrypt: Fix discrepancy of ecc_make_key definition and declaration

UPDATED within last 24 hours:
- https://gerrit.zephyrproject.org/r/1584 : Added profiler application and scripts
- https://gerrit.zephyrproject.org/r/1922 : tests: Add nano_work test
- https://gerrit.zephyrproject.org/r/1855 : nanokernel: Introduce workqueue API
- https://gerrit.zephyrproject.org/r/1815 : net: buf: Add tests for net_buf fragmentation
- https://gerrit.zephyrproject.org/r/1923 : sensor: Rework core to use workqueue API
- https://gerrit.zephyrproject.org/r/1880 : Bluetooth: L2CAP: Handle information response command on BR/EDR
- https://gerrit.zephyrproject.org/r/1878 : net: buf: Add net_buf_add_le32() helper API
- https://gerrit.zephyrproject.org/r/1971 : Bluetooth: L2CAP: Refactor l2cap_chan_get() in l2cap.c
- https://gerrit.zephyrproject.org/r/1879 : Bluetooth: L2CAP: Handle information request command on BR/EDR
- https://gerrit.zephyrproject.org/r/1766 : net: buf: Add net_buf_pull_le32() helper API
- https://gerrit.zephyrproject.org/r/1961 : spi: disable/enable interrupts before entering critical regions.
- https://gerrit.zephyrproject.org/r/1963 : i2c: disable/enable interrupts before entering critical regions.
- https://gerrit.zephyrproject.org/r/1903 : arm: Add support for Nordic Semiconductor's nRF52 series of ICs
- https://gerrit.zephyrproject.org/r/1907 : frdm_k64f: add flash target using openocd
- https://gerrit.zephyrproject.org/r/1962 : samples/net/loopback: Add helper functions to handle app data

MERGED within last 24 hours:
- https://gerrit.zephyrproject.org/r/1992 : drivers/nble: Call bt_conn_security() on start pairing event
- https://gerrit.zephyrproject.org/r/1991 : drivers/nble: Implement bt_smp_auth_cancel()
- https://gerrit.zephyrproject.org/r/1990 : doc: arduino101: change kconfig option for GDB debugging
- https://gerrit.zephyrproject.org/r/1976 : add a new option for debugging quark se
- https://gerrit.zephyrproject.org/r/1978 : samples: get rid of obsolete usage of ARCH variable
- https://gerrit.zephyrproject.org/r/1988 : drivers/nble: Notify about updated connection parameters
- https://gerrit.zephyrproject.org/r/1987 : drivers/nble: Update connection parameters on_nble_gap_connect_evt
- https://gerrit.zephyrproject.org/r/1986 : drivers/nble: Add bt_conn_le_param_update implementation
- https://gerrit.zephyrproject.org/r/1989 : Bluetooth: SMP: Minor coding style fixes
- https://gerrit.zephyrproject.org/r/1984 : drivers/nble: Move bt_le_conn_params_valid function
- https://gerrit.zephyrproject.org/r/1985 : drivers/nble: Store new connection parameters
- https://gerrit.zephyrproject.org/r/1983 : drivers/nble: Fix setting connection role
- https://gerrit.zephyrproject.org/r/1981 : Bluetooth: Add comment clarifying condition check in bt_le_adv_start
- https://gerrit.zephyrproject.org/r/1980 : drivers/nble: Implement on_nble_gatts_write_exec_evt()
- https://gerrit.zephyrproject.org/r/1979 : drivers/nble: Fix passing uninitialized req parameters
- https://gerrit.zephyrproject.org/r/1977 : i2c: IC_CON_SPEED_MASK should be 2 bit mask
- https://gerrit.zephyrproject.org/r/1975 : net/ip: Fix Makefile typo
- https://gerrit.zephyrproject.org/r/1973 : checkpatch: change default kconfig help length warns
- https://gerrit.zephyrproject.org/r/1924 : grove: add temperature sensor
- https://gerrit.zephyrproject.org/r/1884 : grove: add light sensor
- https://gerrit.zephyrproject.org/r/1910 : aio: unify kconfig variables and make them consistent
- https://gerrit.zephyrproject.org/r/1911 : adc: unify kconfig variables and make them consistent
- https://gerrit.zephyrproject.org/r/1909 : rtc: unify kconfig variable names
- https://gerrit.zephyrproject.org/r/1919 : spi: consalidate and simplify
- https://gerrit.zephyrproject.org/r/1913 : spi: intel: move soc specific values to header file
- https://gerrit.zephyrproject.org/r/1901 : gpio: GPIO_DW_BOTHEDGES_SUPPORT unused
- https://gerrit.zephyrproject.org/r/1931 : eth_dw: use sys log interface for debugging
- https://gerrit.zephyrproject.org/r/1932 : device: add documentation for device_get_binding
- https://gerrit.zephyrproject.org/r/1914 : spi: remove kconfig variables that can be define in headers
- https://gerrit.zephyrproject.org/r/1900 : i2c: unify kconfig options and share them across drivers
- https://gerrit.zephyrproject.org/r/1920 : spi: use syslog infratructure for debugging
- https://gerrit.zephyrproject.org/r/1902 : gpio: use consistent names for IRQ priority variables
- https://gerrit.zephyrproject.org/r/1908 : watchdog: unify kconfig variables
- https://gerrit.zephyrproject.org/r/1570 : Bluetooth: tester: Add Kconfig for nimble stack
- https://gerrit.zephyrproject.org/r/1954 : Bluetooth: L2CAP: Enable handle BR/EDR signal channel traffic
- https://gerrit.zephyrproject.org/r/1951 : Bluetooth: L2CAP: Introduce internal BR/EDR connection L2CAP notifier API
- https://gerrit.zephyrproject.org/r/1952 : Bluetooth: L2CAP: Move bt_l2cap_br_fixed_chan_register() to l2cap_br.c
- https://gerrit.zephyrproject.org/r/1953 : Bluetooth: L2CAP: Implement bt_l2cap_br_connected() notifier
- https://gerrit.zephyrproject.org/r/1950 : Bluetooth: L2CAP: Move init BR/EDR pool signal buffers to l2cap_br.c
- https://gerrit.zephyrproject.org/r/1582 : qemu: Add possibility to redirect serial port to pseudo TTY
- https://gerrit.zephyrproject.org/r/1583 : kernel event profiler: add dynamic enable/disable/configure
- https://gerrit.zephyrproject.org/r/1578 : Add interrupt stub label for profiler (interrupt event)
- https://gerrit.zephyrproject.org/r/1577 : Set kernel event logger timestamps to HW cycles
- https://gerrit.zephyrproject.org/r/1964 : i2c: fix i2c_dw.c to have correct decl for i2c_dw_isr()
- https://gerrit.zephyrproject.org/r/1965 : quark_se_devboard: Update flash and debug openocd configuration
- https://gerrit.zephyrproject.org/r/1959 : kernel: add _IS_IDLE_TASK()
- https://gerrit.zephyrproject.org/r/1940 : galileo: set priority of ADC to 95
- https://gerrit.zephyrproject.org/r/1972 : Bluetooth: SMP: Fix ecc_make_key return code check
- https://gerrit.zephyrproject.org/r/1958 : openocd: enable cmsis-dap, jlink, stlink interfaces
- https://gerrit.zephyrproject.org/r/1957 : hosttools-tarball: Add hidapi-libusb
- https://gerrit.zephyrproject.org/r/1956 : hidapi-libusb: HIDAPI library for OpenOCD
- https://gerrit.zephyrproject.org/r/1955 : zephyr-sdk.inc: Update tested distros.
- https://gerrit.zephyrproject.org/r/1970 : Bluetooth: GATT: Remove authorization permission
- https://gerrit.zephyrproject.org/r/1969 : Bluetooth: Omit implicit permission flags
- https://gerrit.zephyrproject.org/r/1936 : doc: use table for Kconfig option reference

Join {devel@lists.zephyrproject.org to automatically receive all group messages.