|
2 | 2 |
|
3 | 3 | .. _zephyr_2.7:
|
4 | 4 |
|
| 5 | +.. _zephyr_2.7.1: |
| 6 | + |
| 7 | +Zephyr 2.7.1 |
| 8 | +#################### |
| 9 | + |
| 10 | +This is an LTS maintenance release with fixes. |
| 11 | + |
| 12 | +Security Vulnerability Related |
| 13 | +****************************** |
| 14 | + |
| 15 | +The following security vulnerabilities (CVEs) were addressed in this |
| 16 | +release: |
| 17 | + |
| 18 | +* (N/A) |
| 19 | + |
| 20 | +More detailed information can be found in: |
| 21 | +https://docs.zephyrproject.org/latest/security/vulnerabilities.html |
| 22 | + |
| 23 | +Issues Fixed |
| 24 | +************ |
| 25 | + |
| 26 | +These GitHub issues were addressed since the previous 2.7.0 tagged |
| 27 | +release: |
| 28 | + |
| 29 | +.. comment List derived from GitHub Issue query: ... |
| 30 | + * :github:`issuenumber` - issue title |
| 31 | +
|
| 32 | +* :github:`36558` - Use of CMAKE_<lang>_COMPILER_FORCED on host-builds flag breaks third-party libraries |
| 33 | +* :github:`36852` - acrn_ehl_crb: the test of tests/subsys/cpp/libcxx/ failed |
| 34 | +* :github:`38181` - tests/drivers/uart/uart_basic_api/drivers.uart.cdc_acm fails to build |
| 35 | +* :github:`38612` - Fault with assertions enabled prevents detailed output because of ISR() assertion check in shell function |
| 36 | +* :github:`38972` - logging: Cleaning references to tracing in logging |
| 37 | +* :github:`38999` - Bluetooth: Controller: Fix HCI command parameter check failures |
| 38 | +* :github:`39022` - tests/drivers/uart/uart_basic_api/drivers.uart.cdc_acm fails to build |
| 39 | +* :github:`39297` - Lorawan regression in v2.7rc4 for US915 and AU915 regions |
| 40 | +* :github:`39361` - BL5340 image is broken on documentation page |
| 41 | +* :github:`39409` - runners: canopen: program download fails with slow flash access and/or congested CAN nets |
| 42 | +* :github:`39523` - task watchdog crash/asset on NRF52840 - need to reorder task_wdt_feed() in task_wdt_add() |
| 43 | +* :github:`39541` - can: mcux_flexcan: wrong timing calculation |
| 44 | +* :github:`39575` - k_mutex_lock and k_sem_take with K_FOREVER return -EAGAIN value |
| 45 | +* :github:`39704` - Using OpenThread makes the system unresponsive after 49.7 days |
| 46 | +* :github:`39817` - drivers: pwm: nxp: (potentially) Incorrect return value on API function |
| 47 | +* :github:`39851` - [Coverity CID: 240242] Dereference after null check in tests/bluetooth/tester/src/l2cap.c |
| 48 | +* :github:`40133` - mimxrt1060-evk flash shell command causes shell deadlock |
| 49 | +* :github:`40244` - hci_spi sample cannot be built for nrf51dk_nrf51422 and 96b_carbon_nrf51 |
| 50 | +* :github:`40290` - CAN_STM32: Build error with CONFIG_CAN_AUTO_BUS_OFF_RECOVERY=n |
| 51 | +* :github:`40844` - gen_app_partitions scans object files unrelated to current image |
| 52 | + |
| 53 | +.. _zephyr_2.7.0: |
| 54 | + |
5 | 55 | Zephyr 2.7.0
|
6 | 56 | ############
|
7 | 57 |
|
|
0 commit comments