Daily Gerrit Digest
donotreply@...
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11618 : net: nbuf: Pass ll_reserve when creating TX buffer - https://gerrit.zephyrproject.org/r/11619 : arm: HAL Makefile modification in drivers for NXP devices - https://gerrit.zephyrproject.org/r/11621 : tests: add AES cmac test to mbedtls test - https://gerrit.zephyrproject.org/r/11615 : net: nbuf: Use net_nbuf_get_frag() to allocate a fragment - https://gerrit.zephyrproject.org/r/11614 : net: nbuf: Print pool name instead of address in debug prints - https://gerrit.zephyrproject.org/r/11613 : net: shell: Fix the info prints for net_buf pools - https://gerrit.zephyrproject.org/r/11575 : net: nbuf: Split one global DATA pool to RX and TX DATA pools - https://gerrit.zephyrproject.org/r/11616 : net: Remove link layer reserve param from IP packet creator - https://gerrit.zephyrproject.org/r/11584 : Bluetooth: AVDTP: Rename of variables - https://gerrit.zephyrproject.org/r/11617 : Merge net branch into master - https://gerrit.zephyrproject.org/r/11612 : RFC: tests/arp: Call net_if_link_status - https://gerrit.zephyrproject.org/r/11580 : RFC: net/eth_mcux: Call net_if_link_status(). - https://gerrit.zephyrproject.org/r/11610 : RFC: net/l2/dummy: Call net_if_link_status() - https://gerrit.zephyrproject.org/r/11581 : RFC: net/if: Restructure net_if_enable/disable and honour NET_IF_READY. - https://gerrit.zephyrproject.org/r/11611 : RFC: net/l2/ieee802154: Call net_if_link_status() - https://gerrit.zephyrproject.org/r/11579 : RFC: eth/eth_sam_gmac: Call net_if_link_status() - https://gerrit.zephyrproject.org/r/11578 : RFC: eth/eth_enc28j60: Call net_if_link_status() - https://gerrit.zephyrproject.org/r/11609 : net/l2/ieeee802154: Fix typo in ieee802154_reserve name - https://gerrit.zephyrproject.org/r/11577 : RFC: net/if: Introduce NET_IF_READY and net_if_link_status() - https://gerrit.zephyrproject.org/r/11607 : serial: stm32: Give H/W a chance to set the TXE bit on transfer - https://gerrit.zephyrproject.org/r/11608 : serial: stm32: Move to more traditional formatting - https://gerrit.zephyrproject.org/r/11606 : dma: stm32f4x: By default increment pointer through data passed through memory - https://gerrit.zephyrproject.org/r/11597 : dma: stm32f4x: Add dump regs function to aid debugging - https://gerrit.zephyrproject.org/r/11594 : dma: stm32f4x: Remove superfluous 'config' argument - https://gerrit.zephyrproject.org/r/11603 : dma: stm32f4x: Pull in sub-channel information from Kconfig - https://gerrit.zephyrproject.org/r/11595 : dma: stm32f4x: Adapt header file include to match new location - https://gerrit.zephyrproject.org/r/11589 : dma: Add possibility for up to 3 DMA Controllers - https://gerrit.zephyrproject.org/r/11604 : dma: stm32f4x: Prevent ddata from being directly referenced accidentally - https://gerrit.zephyrproject.org/r/11600 : dma: stm32f4x: Use terminology found in the datasheet - https://gerrit.zephyrproject.org/r/11590 : dma: stm32f4x: Obtain IRQ priority from Kconfig - https://gerrit.zephyrproject.org/r/11602 : dma: Kconfig: Provide an means to specify sub-channels - https://gerrit.zephyrproject.org/r/11591 : dma: stm32f4x: Obtain controller names from Kconfig - https://gerrit.zephyrproject.org/r/11599 : dma: stm32f4x: Add .stop() call - https://gerrit.zephyrproject.org/r/11596 : dma: stm32f4x: Move to new DMA API - https://gerrit.zephyrproject.org/r/11592 : dma: Expand on documentation for data_size AKA data_width - https://gerrit.zephyrproject.org/r/11593 : dma: Provide generic look-up functions for 'width' and 'burst' register entries - https://gerrit.zephyrproject.org/r/11601 : dma: stm32f4x: Remove unused 'id' attribute - https://gerrit.zephyrproject.org/r/11588 : dma: Group devices together in Kconfig - https://gerrit.zephyrproject.org/r/11605 : dma: stm32f4x: Trivial: Prevent >80 char issue and neaten up - https://gerrit.zephyrproject.org/r/11598 : dma: stm32f4x: Add support for dev-to-mem and mem-to-dev transfers - https://gerrit.zephyrproject.org/r/11569 : eth/eth_mcux: Make promiscous mode configurable. - https://gerrit.zephyrproject.org/r/11586 : tests: add zephyr SPI reentrancy case - https://gerrit.zephyrproject.org/r/11585 : tests: add zephyr I2C reentrancy case - https://gerrit.zephyrproject.org/r/11571 : arduino_101: Fix bluetooth UART dependency - https://gerrit.zephyrproject.org/r/11582 : samples: drivers: change hard-coded device name - https://gerrit.zephyrproject.org/r/11568 : xtensa: qemu: add sample_controller core - https://gerrit.zephyrproject.org/r/11574 : samples: drivers: rtc: change hard-coded device nam - https://gerrit.zephyrproject.org/r/11573 : samples: i2c_fujitsu: change hard-coded device name - https://gerrit.zephyrproject.org/r/11567 : samples: i2c_lsm9ds0: filter test so it builds - https://gerrit.zephyrproject.org/r/11572 : arm: IRQ number correction in the soc configuration UPDATED within last 24 hours: - https://gerrit.zephyrproject.org/r/11465 : net: conn: Print UDP and TCP checksum after receiving pkt - https://gerrit.zephyrproject.org/r/11561 : net: shell: Print network buffer pool information - https://gerrit.zephyrproject.org/r/11460 : net: 6lo: Change how net_buf is allocated in RX side - https://gerrit.zephyrproject.org/r/11464 : net: context: TCP packets must be send via net_tcp_send_data() - https://gerrit.zephyrproject.org/r/11242 : net: Add net_buf pool support to each context - https://gerrit.zephyrproject.org/r/11548 : net: nbuf: Remove unnecessary debugging code - https://gerrit.zephyrproject.org/r/11547 : net: buf: Add more accounting info to net_buf pool - https://gerrit.zephyrproject.org/r/11348 : net: tcp: Fix the issues with 6lo - https://gerrit.zephyrproject.org/r/11347 : net: 6lo: Use dedicated buf pool if enabled - https://gerrit.zephyrproject.org/r/11346 : net: nbuf: Add helper function to copy buf user_data - https://gerrit.zephyrproject.org/r/11345 : net: nbuf: Fix the net_nbuf_copy() buf parameter - https://gerrit.zephyrproject.org/r/11560 : net: buf: Store name of the buffer pool - https://gerrit.zephyrproject.org/r/11459 : net: nbuf: Fix net_nbuf_copy() so that original nbuf is not modified - https://gerrit.zephyrproject.org/r/11298 : samples: net: Use context specific net_buf pools in echo_* - https://gerrit.zephyrproject.org/r/11376 : net: tcp: ACK packet should not be forwarded to application - https://gerrit.zephyrproject.org/r/11451 : net/dhcpv4: Support REBINDING - https://gerrit.zephyrproject.org/r/11450 : net/dhcpv4: Refactor t1 handler. - https://gerrit.zephyrproject.org/r/11449 : net/dhcpv4: Fix the behaviour of ciaddr. - https://gerrit.zephyrproject.org/r/11448 : net/dhcpv4: Use BROADCAST and UNICAST appropriately. - https://gerrit.zephyrproject.org/r/11446 : net/dhcpv4: Call net_if_ipv4_addr_rm - https://gerrit.zephyrproject.org/r/11447 : net/dhcpv4: Use server identifier appropriately. - https://gerrit.zephyrproject.org/r/11445 : net/dhcpv4: Introduce start/stop API and disabled state. - https://gerrit.zephyrproject.org/r/11438 : net/dhcpv4: Implement NAK support. - https://gerrit.zephyrproject.org/r/11489 : RFC: DON'T MERGE net/dhcpv4: Respond to link up / down events - https://gerrit.zephyrproject.org/r/11444 : net/dhcpv4: Rework initialization. - https://gerrit.zephyrproject.org/r/11442 : net/dhcpv4: Refactor SELECTING state entry. - https://gerrit.zephyrproject.org/r/11436 : net/dhcpv4: Adjust state names to reflect rfc2131 - https://gerrit.zephyrproject.org/r/11439 : net/dhcpv4: Explicitly initialize net_if dhcpv4 state. - https://gerrit.zephyrproject.org/r/11432 : net/dhcpv4: Refactor packet construction - https://gerrit.zephyrproject.org/r/11440 : net/dhcpv4: Refactor send_request state handling. - https://gerrit.zephyrproject.org/r/11434 : net/dhcpv4: Move timers inside the net_if dhcpv4 context - https://gerrit.zephyrproject.org/r/11488 : net/dhcpv4: Remove !iface checks from timeout handlers. - https://gerrit.zephyrproject.org/r/11441 : net/dhcpv4: Refactor send_discover - https://gerrit.zephyrproject.org/r/11433 : net/dhcpv4: Refactor dhcpv4 message type representation. - https://gerrit.zephyrproject.org/r/11437 : net/dhcpv4: Refactor handle_reply() - https://gerrit.zephyrproject.org/r/11435 : net/dhcpv4: Unify dhcpv4 state name printers - https://gerrit.zephyrproject.org/r/11430 : net/dhcpv4: Add missing const - https://gerrit.zephyrproject.org/r/11443 : net/dhcpv4: Refactor REQUESTING state entry. - https://gerrit.zephyrproject.org/r/11383 : arm: HAL files for MKL25Z soc - https://gerrit.zephyrproject.org/r/11559 : Bluetooth: AVDTP: Fix discover param struct - https://gerrit.zephyrproject.org/r/11384 : arm: Support for MKL25Z soc - https://gerrit.zephyrproject.org/r/11172 : soc: defconfig: Enable WDT for ATMEL SAME70 MCUs - https://gerrit.zephyrproject.org/r/11216 : tests: kernel: added clock_test - https://gerrit.zephyrproject.org/r/6716 : Bluetooth: SDP: Server: Refactor data element structure header - https://gerrit.zephyrproject.org/r/4488 : Bluetooth: SDP: Server: Support ServiceSearchRequest - https://gerrit.zephyrproject.org/r/4489 : Bluetooth: SDP: Server: Support ServiceAttributeRequest - https://gerrit.zephyrproject.org/r/9447 : Bluetooth: SDP: Server: Support ServiceSearchAttributeRequest - https://gerrit.zephyrproject.org/r/11219 : Bluetooth: SDP: Server: Fix MTU setting after l2cap connection - https://gerrit.zephyrproject.org/r/11220 : Bluetooth: SDP: Server: Set security level to NONE - https://gerrit.zephyrproject.org/r/10880 : bbc_microbit: Enable MAG3110 - https://gerrit.zephyrproject.org/r/11215 : tests: add PM tests framework for driver PM test case - https://gerrit.zephyrproject.org/r/11544 : tests: add zephyr rtc reentrancy test case - https://gerrit.zephyrproject.org/r/11263 : tests: add zephyr SPI driver api test case - https://gerrit.zephyrproject.org/r/11546 : tests: add zephyr wdt reentrancy test case - https://gerrit.zephyrproject.org/r/11476 : x86: fix operand modifiers in IRQ_CONNECT() - https://gerrit.zephyrproject.org/r/11467 : kernel: Add k_queue API - https://gerrit.zephyrproject.org/r/11468 : tests: Add queue tests - https://gerrit.zephyrproject.org/r/11469 : fifo: Make use of k_queue as implementation - https://gerrit.zephyrproject.org/r/10879 : sensor/mag3110: Add mag3110 three axis magnetometer driver. - https://gerrit.zephyrproject.org/r/11470 : lifo: Make use of k_queue as implementation - https://gerrit.zephyrproject.org/r/11342 : boards: arduino_due: Add make flash support - https://gerrit.zephyrproject.org/r/10076 : verify: Add verify job with run_phases call - https://gerrit.zephyrproject.org/r/11545 : scripts:nrf: Add 'make flash' for nrf boards. - https://gerrit.zephyrproject.org/r/11361 : flash: Fixes wrong SPI device for flash memory in arduino 101 sss - https://gerrit.zephyrproject.org/r/11520 : arm: UART driver modifications for MKL25Z soc support - https://gerrit.zephyrproject.org/r/11326 : tests/mqtt: Fix compiler warnings in MQTT Packet test case - https://gerrit.zephyrproject.org/r/11479 : samples: pwm: change hard-coded device name - https://gerrit.zephyrproject.org/r/11394 : arm: Modification to support for SPI and DSPI drivers for NXP devices - https://gerrit.zephyrproject.org/r/11385 : arm: Support for new ARM board FRDM-KL25Z MERGED within last 24 hours: - https://gerrit.zephyrproject.org/r/11622 : Revert "samples: i2c_lsm9ds0: change hard-coded device name" - https://gerrit.zephyrproject.org/r/11587 : net: ipv6: Do not try to unref null pointer - https://gerrit.zephyrproject.org/r/11576 : net/if: Fix documentation comment marker. - https://gerrit.zephyrproject.org/r/11570 : net/nbuf: Fix spelling. - https://gerrit.zephyrproject.org/r/11566 : Zephyr 1.7.0-rc2 - https://gerrit.zephyrproject.org/r/11477 : samples: i2c_lsm9ds0: change hard-coded device name - https://gerrit.zephyrproject.org/r/11415 : eth/eth_mcux: Provide phy state name printing in debug - https://gerrit.zephyrproject.org/r/11416 : eth/eth_mcux: Provide start and stop operations on the PHY driver. - https://gerrit.zephyrproject.org/r/11543 : samples/net/mqtt: Don't break lines after the "static" keyword - https://gerrit.zephyrproject.org/r/11541 : samples/net/mqtt: Improve inline doc - https://gerrit.zephyrproject.org/r/11542 : samples/net/mqtt: Move conf parameters to config.h - https://gerrit.zephyrproject.org/r/11540 : samples/net/mqtt: Simplify MQTT publisher - https://gerrit.zephyrproject.org/r/11279 : net: ipv6: Bluetooth address fix - https://gerrit.zephyrproject.org/r/11532 : samples/zoap_server: Add a test case for the observer feature - https://gerrit.zephyrproject.org/r/11533 : samples/zoap_server: Adds example for the link-format feature - https://gerrit.zephyrproject.org/r/11530 : samples/zoap_server: Remove useless return statements - https://gerrit.zephyrproject.org/r/11534 : tests/zoap: Adds test for the length of payload on the RX side - https://gerrit.zephyrproject.org/r/11531 : samples/zoap_server: Add more validation tests for block-wise - https://gerrit.zephyrproject.org/r/11537 : samples/zoap_client: Fix using the wrong timeout for retransmissions - https://gerrit.zephyrproject.org/r/11536 : samples/zoap_server: Add retransmissions for CON messages - https://gerrit.zephyrproject.org/r/11535 : iot/zoap: Fix requiring that the buffer is unchanged for retransmit - https://gerrit.zephyrproject.org/r/11472 : net: ipv6: Add util to traverse neighbor cache entries - https://gerrit.zephyrproject.org/r/11473 : net: shell: Print IPv6 neighbor information - https://gerrit.zephyrproject.org/r/11474 : net: ipv6: Add util to remove neighbor from cache - https://gerrit.zephyrproject.org/r/11475 : net: if: Remove local address from IPv6 neighbor cache - https://gerrit.zephyrproject.org/r/11492 : net: icmpv6: Add TCP header when sending ICMPv6 error - https://gerrit.zephyrproject.org/r/11493 : net: icmpv6: Echo-Reply seq and id fix - https://gerrit.zephyrproject.org/r/11562 : Revert "tests/crypto: Update testcase.ini to build on more platforms" - https://gerrit.zephyrproject.org/r/11564 : Revert "tests/crypto: Update testcase.ini to build on more platforms"
|
|