This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 07abea83 Add NuttX 12.2.1 release
07abea83 is described below

commit 07abea83aab63736f2895f109c448ae631509f46
Author: Alin Jerpelea <[email protected]>
AuthorDate: Mon Jul 17 10:27:21 2023 +0200

    Add NuttX 12.2.1 release
    
    Signed-off-by: Alin Jerpelea <[email protected]>
---
 _releases/12.2.1.md | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 83 insertions(+)

diff --git a/_releases/12.2.1.md b/_releases/12.2.1.md
new file mode 100644
index 00000000..435ba90d
--- /dev/null
+++ b/_releases/12.2.1.md
@@ -0,0 +1,83 @@
+---
+layout: page
+released: true
+apache: true
+title: 12.2.1
+date: 2023-07-18
+summary: >
+    Release v12.2.1
+
+artifact-root: "https://www.apache.org/dyn/closer.lua/nuttx/12.2.1";
+checksum-root: "https://downloads.apache.org/nuttx/12.2.1";
+key-file: "https://downloads.apache.org/nuttx/KEYS";
+
+source-os-dist:
+    - "apache-nuttx-12.2.1.tar.gz"
+source-app-dist:
+    - "apache-nuttx-apps-12.2.1.tar.gz"
+
+---
+
+
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
+# Apache NuttX-12.2.1 Release Notes
+* TOC
+{:toc}
+
+What's New In This Release
+
+Changes to Core OS
+sched
+* [#9723](https://github.com/apache/nuttx/pull/9723) {BP-9631} sched/pthread: 
fix race condition on pthread_cond_wait()
+
+libc
+* [#9719](https://github.com/apache/nuttx/pull/9719) {BP-9716} libc: Fix 
Deadloop in VFS if CONFIG_CANCELLATION_POINTS is enabled
+* [#9730](https://github.com/apache/nuttx/pull/9730) {BP-9611} libc: Minor fix 
for pwd
+* [#9733](https://github.com/apache/nuttx/pull/9733) {BP-9626} libc/aio: fix 
aio_error compatible bug
+* [#9729](https://github.com/apache/nuttx/pull/9729) {BP-9664} 
libc/aio/lio_listio: fix the heap use-after-free bug
+
+Changes to the Build System
+Improvements
+* [#9720](https://github.com/apache/nuttx/pull/9720) {BP-9673} Revert "tools: 
Fix CONFIG_BASE_DEFCONFIG generation" 
+
+Architectural Support
+Improvements
+* [#9732](https://github.com/apache/nuttx/pull/9732) {BP-9621} 
arch/arm/cxd56xx/cxd56_dmac, lcd_dev: fix null pointer dereference
+* [#9725](https://github.com/apache/nuttx/pull/9725) {BP-9697} 
arch/arm/cxd56xx: Fix bug when watchdog restart
+* [#9728](https://github.com/apache/nuttx/pull/9728) {BP-9711} 
arch/arm/stm32/stm32_rtcounter.c: up_rtc_initialize Possible s…
+* [#9727](https://github.com/apache/nuttx/pull/9727) {BP-9700} 
arch/armv8-m/arm_secure_irq.c: fix writing to the NVIC_AIRCR register
+* [#9722](https://github.com/apache/nuttx/pull/9722) {BP-9649} 
arch/arm/stm32f0l0g0: Fix gpio outputs from being configured as interrupts in 
stm32f0l0g0
+* [#9721](https://github.com/apache/nuttx/pull/9721) {BP-9658} 
arch/xtensa/esp32s2: Fix UART1 default pins
+
+Driver Support
+Improvements
+* [#9724](https://github.com/apache/nuttx/pull/9724) {BP-9613} 
drivers/sensors/apds9960.c: Fix resource leak in error handling
+* [#9726](https://github.com/apache/nuttx/pull/9726) {BP-9692} 
drivers/video/isx01x: Fix system clock to HV mode
+
+Board Support
+Improvements
+* [#9734](https://github.com/apache/nuttx/pull/9734) {BP-9713} 
boards/arm/cxd56xx/alt1250: Change power on sequence
+
+File System
+Improvements 
+* [#9731](https://github.com/apache/nuttx/pull/9731) {BP-9615} fs/fat: Fix 
undefined behavior in signed integer overflow check
\ No newline at end of file

Reply via email to