Skip to content

Zephyr 1.11.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@carlescufi carlescufi released this 04 Mar 19:50
· 74801 commits to main since this release
Aapo Vienamo (1):
      drivers: i2c: nrf5: Make the driver thread-safe

Alberto Escolar Piedras (6):
      native: added more proper command line parameters parsing
      native: added entropy device
      samples: drivers/entropy fixes
      bluetooth: controller: last radio hal changes for simulation
      native: doc: command line related improvements
      bluetooth: controller: nrf5: fix to IC-specific reset function

Anas Nashif (1):
      tests: slab: fix dead code

Andrei Emeltchenko (3):
      net: Exit early on zero length packet append
      usb: msc: Fix USB write check
      usb: msc: Cleanup USB write

Andy Gross (1):
      doc: release notes: Add security notes

Carles Cufi (2):
      bluetooth: controller: nrf5: Add IC-specific reset function
      Bluetooth: controller: Default to the LF Company ID

David B. Kinder (5):
      doc: fix broken link in contributing guidelines
      doc: fix misspellings in XTENSA Kconfig
      doc: fix misspellings in docs
      doc: remove use of sphinx autodoc extension
      doc: release notes: documentation

Holman Greenhand (1):
      timer: cortex_m: Fix the discontinuous readings of the cycle counter.

Ioannis Glaropoulos (2):
      cmake: indicate single precision floating-point for Cortex-M33
      arch: arm: correct fault address logging

Johan Hedberg (2):
      drivers: led_strip: Add driver for software-based WS2812B operation
      samples: led_strip: Extend ws2812 sample with ws2812b_sw support

Johannes Hutter (1):
      Bluetooth: Add HCI error code definitions

Jonas Pfaff (1):
      boards: arm: same70: Add mcuboot flash partitions to dts

Jukka Rissanen (1):
      doc: Add networking information to 1.11 release note

Justin Watson (1):
      codeowners: Add fallrisk as codeowner of SOC SAM4S

Kumar Gala (8):
      cmake: Move SOC_* var defines to cmake/app/boilerplate.cmake
      cmake: dts.cmake: Use SOC_PATH to find soc/dts.fixup
      dts: quark_se_c1000_ss: Refactor dts.fixup into arch/arc/soc
      dts: quark_se: Refactor SoC dts.fixup into arch/x86/soc/intel_quark/<SOC>
      dts: ia32: Refactor SoC dts.fixup into arch/x86/soc/ia32
      dts: x86/atom: Refactor SoC dts.fixup into arch/x86/soc/atom
      dts: arm: Refactor SoC dts.fixup into arch/arm/soc
      cmake: dts: Fix usage of BOARD vs BOARD_FAMILY

Leandro Pereira (13):
      kernel: mem_domain: Check for overlapping regions when considering W^X
      kernel: mem_domain: Use u8_t for number of partitions in struct
      net: 6lo: Do not try compressing IPHC header if not set
      net: ip: dhcpv4: Do not try to write to NULL pointer on failure
      net: ipv6: net_icmpv6_get_na_hdr() may return NULL
      net: ipv6: Remove unused net_ipv6_get_nbr_by_index()
      net: ipv6: net_icmpv6_get_ns_hdr() may return NULL
      net: ipv6: net_icmpv6_get_ra_hdr() may return NULL
      net: ieee802154: net_udp_get_hdr() might return NULL
      net: net_pkt: A net_context might have no interface
      net: route: Do not dereference NULL pointer while getting next hop
      net: net_app: Close packet if couldn't skip TLS header
      net: sockets: Do not reference NULL pointer with empty frags on start

Mariusz Skamra (1):
      Bluetooth: Workaround privacy feature issue

Marti Bolivar (5):
      doc: flash_partitions: rework
      doc: application: re-work DT overlay section
      dts: common.dts: trivial whitespace cleanup
      boards: dts: replace comments with links to documentation
      boards: delete misleading comments in flash partitions

Michael Hope (2):
      slip: fix a bug when in non-TAP mode.
      netusb: drop the extra byte added for multiple-of-64-byte packets.

Michael Scott (6):
      net: http: client: handle empty body for PUT/POST request response
      net: http: honor CONFIG_HTTP_CLIENT_NETWORK_TIMEOUT setting
      net: http: fix flush in http_prepare_and_send()
      net: http: dont add CRLF to protocol in http_client_send_get_req()
      net: http: client: remove payload send_chunk logic
      net: context: fix semaphore for offload in in net_context_put()

Niranjhana N (6):
      tests: kernel: posix: add ztest to POSIX clock
      tests: kernel: posix: add ztest to pthread
      tests: kernel: posix: add ztest to pthread_cancel
      tests: kernel: posix: add ztest to pthread_join
      tests: kernel: posix: add ztest to timer
      tests: kernel: posix: add pthread tests

Paul Sokolovsky (3):
      net: app: Move mbedTLS debug log level config to mbedTLS Kconfig
      samples: sockets: echo: Better error and short write handling
      samples: net: echo_async: Better error and write handling

Philémon Jaermann (1):
      drivers: sensors: Enable LSM6DS0 GYRO sampling rate

Ruslan Mstoi (4):
      drivers: console: Fix crash in shell
      net: ipv6: Drop ICMPv6 packet if NA header is NULL
      net: ipv6: Drop ICMPv6 NS if neighbor table is full
      net: ipv6: Ignore reachable time greater than maximum

Savinay Dharmappa (1):
      subsys: kernel_event_logger: change kernel event values

Sebastian Bøe (3):
      cmake: Find out earlier whether ccache is to be used or not
      openthread: Use ccache when enabled
      stm32cube: cmake: Pure refactoring of build script

Spoorthi K (1):
      tests: kernel: Verify the call to abort handler

Tomasz Bursztyka (2):
      net/mgmt: Fix how event_mask is handled on layer and layer code part
      net/mgmt: Protect the event_callback list when manipulating it.

Vinayak Kariappa Chettimada (1):
      Bluetooth: controller: Fix missing advDelay in Low Duty Cycle Directed

Vitor Massaru Iha (2):
      drivers: pwm: Add PWM LED driver for ESP32
      samples: basic: fade_led: Update sample to work with ESP32

Yannis Damigos (1):
      boards/arm/nucleo_l476rg: Fix usart1 node

Youvedeep Singh (1):
      kernel: POSIX: correcting default thread prio & policy in attr.