Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Work In Progress

Warning
titleWork In Progress
NuttX 12.1.0 has not been released yet. These Release Notes are a work-in-progress in preparation for the next release of NuttX.  There is a board tracking the PRs that need to be looked at to add to this doc for the OS TODO ADD LINK and for the Apps TODO ADD LINK

What's New In This Release

Changes to Core OS

Sched

Markdown
* [#8881](https://github.com/apache/nuttx/pull/8881) Correct Real Time signal definitions. #8881 

* [#8286](https://github.com/apache/nuttx/pull/8286) sched: Add _NSIG, SIGFPE, SIGILL and SIGSEGV definition 
* [#8686](https://github.com/apache/nuttx/pull/8686) sched: add critical section in nxsched_get_stateinfo 
* [#8708](https://github.com/apache/nuttx/pull/8708) sched: build error fix in task_exithook 
* [#4819](https://github.com/apache/nuttx/pull/4819) sched: Disable stdio api by default when DEFAULT_SMALL equals y 
* [#8642](https://github.com/apache/nuttx/pull/8642) sched: fix kconfig warning 
* [#8151](https://github.com/apache/nuttx/pull/8151) sched: fix task_delete crash in SMP case 
* [#8311](https://github.com/apache/nuttx/pull/8311) sched: fix run ltp_interfaces_sched_setscheduler_17_1 fail 
* [#8210](https://github.com/apache/nuttx/pull/8210) sched: Map both NZERO and PTHREAD_DEFAULT_PRIORITY to SCHED_PRIORITY_DEFAULT 
* [#8330](https://github.com/apache/nuttx/pull/8330) sched: Map SCHED_OTHER to SCHED_FIFO or SCHED_RR 
* [#7882](https://github.com/apache/nuttx/pull/7882) sched: remove unnecessary type cast 
* [#8374](https://github.com/apache/nuttx/pull/8374) sched: Remove the unused TCB_FLAG_SCHED_OTHER 
* [#7956](https://github.com/apache/nuttx/pull/7956) sched: assert: modify assert message 
* [#7957](https://github.com/apache/nuttx/pull/7957) sched: assert: Do not call the user space "exit" function 
* [#7952](https://github.com/apache/nuttx/pull/7952) sched: assert: Fix printing argv when address environments are in use 
* [#8224](https://github.com/apache/nuttx/pull/8224) sched: assert: sched: Implement tkill/tgkill 
* [#8556](https://github.com/apache/nuttx/pull/8556) sched: assert: sync ps/assert output 
* [#8897](https://github.com/apache/nuttx/pull/8897) sched: clock_gettime: Remove output log 
* [#8653](https://github.com/apache/nuttx/pull/8653) sched: env: add tg_envc in task_group_s to avoid some loops in code 
* [#8394](https://github.com/apache/nuttx/pull/8394) sched: getpid: replace syscall getpid/tid/ppid() to kernel version 
* [#8066](https://github.com/apache/nuttx/pull/8066) sched: group: fix task info heap-use-after-free 
* [#7997](https://github.com/apache/nuttx/pull/7997) sched: group: Fix memory corruption in group_leave.c 
* [#8282](https://github.com/apache/nuttx/pull/8282) sched: group: Implement group_drop() 
* [#8169](https://github.com/apache/nuttx/pull/8169) sched: group/addrenv: An assorment of fixes to address environment handling (part1)
* [#7995](https://github.com/apache/nuttx/pull/7995) sched: misc: add linux-like reboot notifier list 
* [#8035](https://github.com/apache/nuttx/pull/8035) sched: misc: assert: add a last type to call notifier 
* [#8158](https://github.com/apache/nuttx/pull/8158) sched: misc: assert: fix build break 
* [#8035](https://github.com/apache/nuttx/pull/8035) sched: misc: assert: add a last type to call notifier 
* [#8144](https://github.com/apache/nuttx/pull/8144) sched: misc: crash dump message added 
* [#7996](https://github.com/apache/nuttx/pull/7996) sched: misc: Rename panic.c to panic_notifier.c 
* [#7893](https://github.com/apache/nuttx/pull/7893) sched: note: Change sched_note_[begin|end] to macro 
* [#8521](https://github.com/apache/nuttx/pull/8521) sched: nxtask_sigchild: Set exit code when CONFIG_SCHED_CHILD_STATUS=y 
* [#8486](https://github.com/apache/nuttx/pull/8486) sched: nxtask_sigchild: Set process exit code to group exit code 
* [#8520](https://github.com/apache/nuttx/pull/8520) sched: pthread: change the wrong type cast 
* [#8505](https://github.com/apache/nuttx/pull/8505) sched: pthread: check pthread group after find joininfo 
* [#7923](https://github.com/apache/nuttx/pull/7923) sched: pthread: Delay pjoininfo allocation time 
* [#8150](https://github.com/apache/nuttx/pull/8150) sched: pthread: fix pthread exit error when set DETACHED 
* [#8170](https://github.com/apache/nuttx/pull/8170) sched: pthread: fixed pthread issue 
* [#8205](https://github.com/apache/nuttx/pull/8205) sched: pthread: Implement more pthread API 
* [#8209](https://github.com/apache/nuttx/pull/8209) sched: pthread: Implement pthread_gettid_np 
* [#8236](https://github.com/apache/nuttx/pull/8236) sched: pthread: restore C89 compliance in pthread_create 
* [#8336](https://github.com/apache/nuttx/pull/8336) sched: pthread: set default pthread name to parent's name 
* [#7909](https://github.com/apache/nuttx/pull/7909) sched: pthread: show thread main entry when display thread name 
* [#7877](https://github.com/apache/nuttx/pull/7877) sched: release_tcb: Do not release stack for user processes here 
* [#8182](https://github.com/apache/nuttx/pull/8182) sched: semaphore: Add the holder for mutex 
* [#7934](https://github.com/apache/nuttx/pull/7934) sched: semaphore: check sem flags before enable priority inheritance 
* [#8175](https://github.com/apache/nuttx/pull/8175) sched: semaphore: increase sem count when holder task exit 
* [#8074](https://github.com/apache/nuttx/pull/8074) sched: semaphore: Remove PRIOINHERIT_FLAGS_ENABLE and use SEM_PRIO_INHERIT instead 
* [#8057](https://github.com/apache/nuttx/pull/8057) sched: semaphore: sem_unlink: return ENOENT when the named semaphore does not exist. 
* [#8918](https://github.com/apache/nuttx/pull/8918) sched: semaphore: sem_waitirq: Fix semaphore wait interruption when MMU is in use 
* [#8452](https://github.com/apache/nuttx/pull/8452) sched: sched_note: add SCHED_NOTE_CUSTOM_BEGIN/END interface 
* [#8245](https://github.com/apache/nuttx/pull/8245) sched: sched_releasetcb: Revert 2 changes related to stack deallocation 
* [#8914](https://github.com/apache/nuttx/pull/8914) sched: signal: add SIGSYS 
* [#8312](https://github.com/apache/nuttx/pull/8312) sched: signal: Fix typo error in Kconfig(SIG_SEGA->SIG_SEGV) 
* [#8885](https://github.com/apache/nuttx/pull/8885) sched: signal: Increase the number of real time signals. Two is not enough. 
* [#8900](https://github.com/apache/nuttx/pull/8900) sched: signal: Remove configurable assignment of signal numbers 
* [#8884](https://github.com/apache/nuttx/pull/8884) sched: signal: remove unused SIGCONDTIMEDOUT 
* [#8740](https://github.com/apache/nuttx/pull/8740) sched: signal: sig_dispatch: Add signal action, if task is in system call 
* [#8605](https://github.com/apache/nuttx/pull/8605) sched: signal: sig_dispatch: Fix case where signal action is sent twice 
* [#8563](https://github.com/apache/nuttx/pull/8563) sched: signal: sig_dispatch: Signal action was not performed if TCB_FLAG_SYSC… 
* [#8763](https://github.com/apache/nuttx/pull/8763) sched: signal: sig_dispatch: Revert changes that cause a regression 
* [#7910](https://github.com/apache/nuttx/pull/7910) sched: task_setup: set sigprocmask directly to improve performance 
* [#8560](https://github.com/apache/nuttx/pull/8560) sched: task: task_cancelpt: Kill the child if it is not in a cancel point 
* [#8392](https://github.com/apache/nuttx/pull/8392) sched: waitpid: rename nx_waitpid() to nxsched_waitpid() 
* [#8832](https://github.com/apache/nuttx/pull/8832) sched: wqueue: Do as much work as possible in work_thread 
* [#8126](https://github.com/apache/nuttx/pull/8126) sched: wqueue: do work_cancel when worker is not null 
* [#8321](https://github.com/apache/nuttx/pull/8321) sched: wqueue: semaphore count should be consistent with the number of work entries. 

...

Architectural Support

New Architecture Support

...

Support

New Drivers

Markdown
* [#8794#8816](https://github.com/apache/nuttx/pull/8794#8816) wireless/bluetooth risc-v: espressif: addAdd RPMSGEspressif HCIchip controllerfamily support on top of esp-hal-3rdparty  
* [#8738#8420](https://github.com/apache/nuttx/pull/8738#8420) driversrisc-v: lcdesp32c6: Add supportESP32-C6 forbasic LS027B7DH01A display and MEMLCD_EXTCOMIN_MODE_HWsupport 
* [#7948#8466](https://github.com/apache/nuttx/pull/7948#8466) driversrisc-v: ledshpm6750: Addadd LP503xhpmicro RGB LED driver
chip 

Improvements

Markdown
* [#8103#8114](https://github.com/apache/nuttx/pull/81038114) drivers:Revert video"arch: addDon't mipidsifree supportthe 
* [#8088](https://github.com/apache/nuttx/pull/8088) drivers: power: Add ACT8945A power driver context if the reference doesn't equal z… 
* [#7954#7982](https://github.com/apache/nuttx/pull/79547982) driversarch: power: relay: add relayvolatile driverfor frameworkregs for NuttX  

Improvements

Markdown
in up_dump_register function 
* [#8819#8283](https://github.com/apache/nuttx/pull/88198283) driversarch: audio/es8388addrenv: Add input support Change group_addrenv_t to arch_addrenv_t 
* [#8792#8355](https://github.com/apache/nuttx/pull/87928355) driversarch: bluetooth: bth4 depends on bluetooth definitionsaddrenv: Refactor address environment handling, by moving tg_addrenv out of the group structure 
* [#8230#8227](https://github.com/apache/nuttx/pull/82308227) driversarch: cameraARCH_KERNEL_STACK: SupportFix thesignal privatehandling datawith for imgsensor and imgdatakernel stack 
* [#7935#8821](https://github.com/apache/nuttx/pull/79358821) driversarch: fbarch_timer: support linux info.fixed build issue when enable tickless 
* [#8204#8241](https://github.com/apache/nuttx/pull/82048241) driversarch: focassert: support for BEMF sensingswitch from ASSERT(0/false) to PANIC 
* [#8203#8192](https://github.com/apache/nuttx/pull/82038192) driversarch: focbacktrace: adduse interfaceCURRENT_REGS thatwhen turnin off all PWM switchesinterrupt context 
* [#8101#8037](https://github.com/apache/nuttx/pull/81018037) driversarch: input:change Addtcbinfo driverregs for Goodix GT9XX Touch Panel num 
* [#8456#7915](https://github.com/apache/nuttx/pull/84567915) driversarch: ioexpander/gpio:compiler.h: Add gpio_pin_register_byname_ between format|printf|syslog|scanf|strftime and like 
* [#8901#8253](https://github.com/apache/nuttx/pull/89018253) driversarch: lcdEXTRA_LIBS: st7789:link Supportall mirrorstaging X/Ylibrary 
* [#8865#8776](https://github.com/apache/nuttx/pull/88658776) driversarch: mmcsd: sdio: fix potential race condition in sdio fixed error in the calculation of nwords caused an out of bounds 
* [#8801#8467](https://github.com/apache/nuttx/pull/88018467) driversarch: mmcsdgroup_addrenv: Fix addcall to nxsig_usleep delay after MMC_CMD1 commandgroup_addrenv for targets that don't need it 
* [#8422#7895](https://github.com/apache/nuttx/pull/84227895) driversarch: mmcsd: mmcsd_spi: remove redundant mmcsd_unlock()Make REG_[GET/SET]_FIELD thread safe for ESP SOCs 
* [#8375#7875](https://github.com/apache/nuttx/pull/83757875) driversarch: mmcsd: Fix kconfig error regarding MMCSD_IOCSUPPORTmove stack and task dump to common code 
* [#8256#8875](https://github.com/apache/nuttx/pull/82568875) driversarch: mmcsd:Remove Add MMC_IOC_CMD ioctlMIN macro definition 
* [#8544#7973](https://github.com/apache/nuttx/pull/85447973) driversarch: mmcsd:Remove fixesthe tounused ensurearch CPUcolor isfunction notvariant busy waited 
* [#8453#8779](https://github.com/apache/nuttx/pull/84538779) driversarch: mtd: add Kconfig options for RAMTRON emulated page & sector size Rename up_[early]serialinit to [arm64|riscv|x86_64][early]serialinit 
* [#8341#7899](https://github.com/apache/nuttx/pull/83417899) driversarch: mtd: Add smartfs loop driver registration remove up_release_pending function 
* [#8573#8825](https://github.com/apache/nuttx/pull/85738825) driversarch: mtd:remove Addunnecessary mtd loop devicesem_setprotocol code 
* [#8683#7955](https://github.com/apache/nuttx/pull/86837955) driversarch: mtd:save Extenduser isbadcontext andin markbadassert funccommon for mtd_dev_s code 
* [#8561#8842](https://github.com/apache/nuttx/pull/85618842) driversarch: mtd/ramtron: change nsectors size to uint32Set the default value of ARCH for x86_64 
* [#8002#8712](https://github.com/apache/nuttx/pull/80028712) driversarch/boards: note: add note_syscall_enter parameter list 
Rename up_lowputc to [arm64|renesas]_lowputc 

* [#8635#8127](https://github.com/apache/nuttx/pull/86358127) driversarm: note:Add correctmissing systimekconfig withfor perf countarm 
* [#8593#8627](https://github.com/apache/nuttx/pull/85938627) driversarm: notebacktrace/unwind: fixskip buildunaligned break by note rename change instruction 
* [#8820#8730](https://github.com/apache/nuttx/pull/88208730) driversarm: notecache: fix sched_note erroradd up_get_xcache_linesize() support 
* [#8015#8866](https://github.com/apache/nuttx/pull/80158866) driversarm: notechip/sdio/muxbus: Fixremove theall mismatch of va_end call undefined symbols 
* [#8633#8746](https://github.com/apache/nuttx/pull/86338746) driversarm: note: handle tcb is empty, so that it can also record before the driv… correct ARCH_HAVE_DSP to ARM_HAVE_DSP 
* [#8619#8125](https://github.com/apache/nuttx/pull/86198125) driversarm: note:Fix Implementerror thein tracecache function and add tracepoints for the startup process ops 
* [#7897#7906](https://github.com/apache/nuttx/pull/78977906) driversarm: note: merge sched_note_spinxxx fix typos in start files 
* [#7900#8249](https://github.com/apache/nuttx/pull/79008249) driversarm: note:make moveDSP tasknamearch relatedextension functions to note_taskname.c configurable 
* [#7986#8703](https://github.com/apache/nuttx/pull/79868703) driversarm: note: move sched_note_xxx related configurationarmv7-a: fixed scu cpu tagram mask define issue 
* [#8697#8157](https://github.com/apache/nuttx/pull/86978157) driversarm: notearmv7-a/r: optimize noteram_add, copy as much content as possible at a timefix kconfig error of l2 cache latency 
* [#8525#8036](https://github.com/apache/nuttx/pull/85258036) driversarm: notearmv7-m/armv8-m: recordadd thefaultmask latestregister schedulingoperation informationto 
* [#7844#8737](https://github.com/apache/nuttx/pull/78448737) driversarm: notearmv8-m: Refineadd themissing driverzig note structureflags 
* [#8531#8717](https://github.com/apache/nuttx/pull/85318717) driversarm: notearmv8-m: DSP Refineextension theis Kconfigoptional 
* [#7858#8238](https://github.com/apache/nuttx/pull/78588238) driversarm: notearmv8-m: rename /dev/note to /dev/note/ramFix pthread_start syscall 
* [#7981#7854](https://github.com/apache/nuttx/pull/79817854) driversarm: notearmv8-m: registersupport notelogpmu deviceapi 
* [#7984#8747](https://github.com/apache/nuttx/pull/79848747) driversarm: note: register sysview to note drivers listarmv8-m/cortex-m85: add support of PACBTI(Authentication and Branch Target Identification Extension) 
* [#8020#8335](https://github.com/apache/nuttx/pull/80208335) driversarm: noteitm_syslog: Replaceremove theinvaild scriticalselect section with spin_xxx_wo_note config 
* [#8043#8360](https://github.com/apache/nuttx/pull/80438360) driversarm: noteunwinder: remove choice in Kconfig 
set default unwinder type to arm exidx/extab 

* [#7841#8678](https://github.com/apache/nuttx/pull/78418678) driversarm: notecxd56xx: sched_note support mulit-channelFix a freezing issue caused by power control 
* [#8682#8677](https://github.com/apache/nuttx/pull/86828677) driversarm: notecxd56xx: support note filtering at runtimeFix gnss poll when an event has already occurred 
* [#7994#8877](https://github.com/apache/nuttx/pull/79948877) driversarm: notecxd56xx: unifyFix theSPI spinlocktransfer operationwithout inDMA noteram 
* [#8389#8676](https://github.com/apache/nuttx/pull/83898676) driversarm: note_drivercxd56xx: fixUpdate miscellaneous buildcxd56xx errordrivers 

* [#8263#7884](https://github.com/apache/nuttx/pull/82637884) driversarm: nuttxgd32f450: Add missingi2c driver FARfor andgd32f450 CODEMCU 

* [#8052#8707](https://github.com/apache/nuttx/pull/80528707) driversarm: pipesimx6: addFix PIPEIOC_POLLTHRESa tocompilation seterror POLLIN/POLLOUTwith thresholdUBSan 
* [#8369#8603](https://github.com/apache/nuttx/pull/83698603) driversarm: pipesimxrt: fixd-cache write-back busymode loopwith because POLLOUT always ready. networking 
* [#8846#8684](https://github.com/apache/nuttx/pull/88468684) driversarm: ptyimxrt: EchoFeature inputimxrt1064 bymcuboot default 
* [#8667#8788](https://github.com/apache/nuttx/pull/86678788) driversarm: ptyimxrt: imxrt_flexpwm Mapindependent CR->LFoutput fromB terminalsupport inputadded 
* [#8742#8499](https://github.com/apache/nuttx/pull/87428499) driversarm: powerimxrt: ACT8945A: Correct DEBUGASSERT code error, plus tidy upsPWM trigger source selection option and update for Teensy 4.1 configuration 
* [#8257#7929](https://github.com/apache/nuttx/pull/82577929) driversarm: powerimxrt: chargeserial: Fix addselection supportof forRTS voltageto infomationiflow 
* [#8145#7868](https://github.com/apache/nuttx/pull/81457868) arm: driversimxrt: powerSerial: power related update 
LPUART_STAT_PF s/b LPUART_STAT_NF 

* [#8631#7933](https://github.com/apache/nuttx/pull/86317933) driversamr: rptunlpc17xx_40xx: fix rptun_start() failed 
CAN driver SocketCAN enforce TX fifo behaviour 

* [#8041#8803](https://github.com/apache/nuttx/pull/80418803) driversarm: seggernrf52: sysview:fix add up_perf_freq result chaeck device shutdown 
* [#8004#8828](https://github.com/apache/nuttx/pull/80048828) driversarm: syslognrf52: Afix trailing newline is added if none is present.RTC tickless 
* [#8432#8817](https://github.com/apache/nuttx/pull/84328817) driversarm: syslognrf52: correct Kconfig nameimprovements for GPIOTE and buttons example for boards 
* [#8008#8923](https://github.com/apache/nuttx/pull/80088923) driversarm: syslognrf52: fixinitial extrasupport line breaks in syslog when SYSLOG_COLOR_OUTPUT is e… for USBDEV 
* [#8012#8725](https://github.com/apache/nuttx/pull/80128725) driversarm: syslognrf52: optimizeminor fixes syslogfor speedSoftDevice 
* [#8077#8702](https://github.com/apache/nuttx/pull/80778702) driversarm: sensorsnrf52: bmi160:use fixthe i2Clates readSoftDevice and write behavior release (v2.3.0) 
* [#8259#8793](https://github.com/apache/nuttx/pull/82598793) driversarm: sensorsnrf52/nrf53: bmi160.c: fix the problem Linux SPI doesn't working properly various fixes 
* [#8260#8804](https://github.com/apache/nuttx/pull/82608804) driversarm: sensorsnrf53: fakesensor:add fix timestamp is woring when batch. ADC support 
* [#8261#8909](https://github.com/apache/nuttx/pull/82618909) driversarm: sensorsnrf53: Fixadd sensorGPIOTE bugsupport in(GPIO productioninterrupts) environment 
* [#8278#8826](https://github.com/apache/nuttx/pull/82788826) driversarm: sensorsnrf53: Minoradd sensorPWM improvementsupport 
* [#8797#8908](https://github.com/apache/nuttx/pull/87978908) driversarm: sensorsnrf53: mpu60x0: Fix some error bitadd RTC and widthtickless macrosupport 
* [#8025#8722](https://github.com/apache/nuttx/pull/80258722) driversarm: sensorsnrf53: add newSoftDevice membersupport intofor ECGthe sensornet typecore 
* [#8338#8806](https://github.com/apache/nuttx/pull/83388806) driversarm: sensors/ioctlnrf53: add common cmd for acceleratorsTIM support 
* [#8843#8805](https://github.com/apache/nuttx/pull/88438805) driversarm: serialnrf53: Always support c_oflag, c_iflag and c_lflag in termiosadd UID support 
* [#8454#8770](https://github.com/apache/nuttx/pull/84548770) driversarm: serial: Convert CR to LF in drivernrf53: add more register definitions (ported from nrf52) and some cosmetics for nrf52 
* [#8718#8710](https://github.com/apache/nuttx/pull/87188710) driversarm: serialnrf53: Echoinitial CRsupport whenfor NLnet is detected and the serial device is a console core boot 
* [#8691#8765](https://github.com/apache/nuttx/pull/86918765) driversarm: serialnrf53: Echoinitial inputsupport infor driver layerrptun 
* [#8705#8807](https://github.com/apache/nuttx/pull/87058807) driversarm: serialnrf53: Echoinitialize only determined by ECHO flag with termios enabled PM 

* [#8444#7869](https://github.com/apache/nuttx/pull/84447869) driversarm: serials32k1xx: FixAdd docstringsDMA onto UARTthe interrupts32k1 handlersserial 
* [#8800#7961](https://github.com/apache/nuttx/pull/88007961) driversarm: serials32k1xx: Fix wrong ECHO flag Add config option to enable UART invert setting. 
* [#8258#7866](https://github.com/apache/nuttx/pull/82587866) driversarm: serials32k1xx: h4:increaseautomatically h4calculate uartsize tx/rxof bufferperiphclocks default sizearray 
* [#8692#8058](https://github.com/apache/nuttx/pull/86928058) driversarm: serials32k1xx: Include spawn.h required by CONFIG_TTY_LAUNCH 
* [#7484avoid buffer overflow when CAN time is used for non-FD CAN. 
* [#7887](https://github.com/apache/nuttx/pull/74847887) driversarm: serials32k3xx: Launch the initial task through task_spawn instead of nxtask_createClean up 
* [#8483#7931](https://github.com/apache/nuttx/pull/84837931) driversarm: serials32k3xx: libc/termios: Implement tcsendbreak EDMA fix get count 
* [#8764#7901](https://github.com/apache/nuttx/pull/87647901) driversarm: serials32k1xx: OnlyFix enableS32K1XX txPM interruptwhich ifwas txbroken bufferby is not#7869 empty 
* [#8769#7879](https://github.com/apache/nuttx/pull/87697879) driversarm: spis32k1xx: FlexCAN Fixdon't unwanteduse flusha inblocking thewait SPIin slavetx driveravail 
* [#7972#7888](https://github.com/apache/nuttx/pull/79727888) driversarm: usbs32k1xx: FixLPSPI the typo error in Kconfiguse DMA 
* [#8482#7921](https://github.com/apache/nuttx/pull/84827921) driversarm: usbmiscs32k3xx: FUSB302MR-CANHUBK3 Add protected knsh support 
* [#8568#7958](https://github.com/apache/nuttx/pull/85687958) driversarm: usbmiscs32k3xx: FUSB302 - correct ioctl inconsistenciesPHY MII/MMD support and TJA1103 support 
* [#8524#7967](https://github.com/apache/nuttx/pull/85247967) driversarm: usbdevs32k3xx: adb:Progmem adddataflash adbwith usbclass_unbindlittlefs functionsupport 
* [#8661#8005](https://github.com/apache/nuttx/pull/86618005) driversarm: usbdevs32k3xx: adb:Progmem fixedfixes adband buildsize issueconfig 
* [#8883#7932](https://github.com/apache/nuttx/pull/88837932) driversarm: usbdevs32k3xx: composite:Serial compositeadd should send only one request for USB_REQ_SETCONFIGURATION DMA 
* [#8508#8223](https://github.com/apache/nuttx/pull/85088223) driversarm: usbdev: composite: remove excess uninitialize codes32k3xx: serial Do not use TC use TDRE & TIE Bug Fix 
* [#8509#7930](https://github.com/apache/nuttx/pull/85097930) driversarm: s32k1xx: usbdevserial: Fix fixedselection DUALSPEEDof issueRTS for adb/cdcecm/rndis to iflow 

* [#8507#7907](https://github.com/apache/nuttx/pull/85077907) driversarm: usbdevsamv7: rndis: add endpointARCH_RAMVECTORS configuresupport 
* [#8892#7894](https://github.com/apache/nuttx/pull/88927894) driversarm: usbdevsama5: rndis:Add doFlexcom not configure endpoints from Kconfig when composite enabledSPI support 
* [#8594#7940](https://github.com/apache/nuttx/pull/85947940) driversarm: usbdevsama5: rndis:Add supportSAMA5D2 iobMCAN offloadsupport 
* [#8893#8655](https://github.com/apache/nuttx/pull/88938655) driversarm: usbdev: rndis: various fixes for compositesamv7: add support for ADC conversion triggering with PWM 
* [#8506#8597](https://github.com/apache/nuttx/pull/85068597) driversarm: usbhostsamv7: fixed cdcacm issueadd support for complementary PWM output 
* [#8921#8484](https://github.com/apache/nuttx/pull/89218484) driversarm: usbhost_hidkbdsama5: Addadd thesupport optionfor to use interrupt transfers.flexcom twi 
* [#8889#8689](https://github.com/apache/nuttx/pull/88898689) driversarm: usbmscsamv7: doadd notsupport sentfor deferredPWM response if USBMSC_COMPOSITE=yfault protection 
* [#8022#8480](https://github.com/apache/nuttx/pull/80228480) driversarm: usrsocksama5: switchChanges usrsockto server's defconfig to upgraded versionallow board-specific SAMA5 DRP/OTG support 
* [#8910#8724](https://github.com/apache/nuttx/pull/89108724) driversarm: usrsock_serversam34: Do not poll SOCK_CTRLCopy I2C_M_NOSTART support from sam7v/sam_twihs.c driver 
* [#8741#8141](https://github.com/apache/nuttx/pull/87418141) driversarm: timerssama5: pwm:Ensure addSFR configCKTRIM optionregister tocorrectly support dead time delay + add dead time support to SAMv7 MCU set, SAMA5D2/D3 only 
* [#8574#8488](https://github.com/apache/nuttx/pull/85748488) driversarm: timerssamv7: pwm: add PWM overwrite under CONFIG_PWM_OVERWRITE optionfix compilation error when only DAC1 is configured 
* [#8393#8104](https://github.com/apache/nuttx/pull/83938104) driversarm: timerssama5: watchdog: fix Kconfig typo fix dma support for SAMA5 flexspi driver 
* [#8034#8237](https://github.com/apache/nuttx/pull/80348237) driversarm: timerssamv7: fix watchdog:issue addwhen aAFEC1 callbackdriver whenfailed paincto stopopen thesecond watchdogtime 
* [#8033#8565](https://github.com/apache/nuttx/pull/80338565) driversarm: timerssamv7: watchdog:fix useMCAN 'V' to stop watchdogbuild error 
* [#8447#8479](https://github.com/apache/nuttx/pull/84478479) driversarm: videosama5: AddFix v4l2_buffer timestamp and sequencesam_udphs to allow RNDIS to work 
* [#7787#8490](https://github.com/apache/nuttx/pull/77878490) driversarm: videosama5: Minor fix for video driver(2)Fixes to PR that enables SAMA5 OTG/DRP support 
* [#7776#7904](https://github.com/apache/nuttx/pull/77767904) driversarm: videosama5: Minorserial changeand forflexcom videoserial framebuffcorrections 
* [#8516#8714](https://github.com/apache/nuttx/pull/85168714) driversarm: videosamv7: NONBLOCK and POLLIN supportraise input flow control warning only for videoserial devicedrivers 
* [#8644#8745](https://github.com/apache/nuttx/pull/86448745) driversarm: video/fbsamv7: fix poll event lost switch from printing numbers as signed to unsigned in QSPI 
* [#7924#7941](https://github.com/apache/nuttx/pull/79247941) driversarm: video/fbsamv7: initializesUpdate the info structure SAMV7 sam_mcan.c 

* [#8056#8570](https://github.com/apache/nuttx/pull/80568570) driversarm: virtio/netstm32: Try fix virtnet logic Add UART4 & UART5 to high density stm32f103 chips 
* [#8045#8880](https://github.com/apache/nuttx/pull/80458880) driversarm: wirelessstm32: bluetooth:Fixed addstm32 interrupt_contextrcc handerand fortim netsnoop 
* [#8318#8882](https://github.com/apache/nuttx/pull/83188882) driversarm: stm32: wireless: Removeotgdev: remove invalid use of the duplicatedpriv bc_bifupfield check from bcmf_wl_auth_event_handlerfor EP 
* [#8323#8060](https://github.com/apache/nuttx/pull/83238060) driversarm: wirelessstm32: wireless/ieee80211: update ieee80211 headerprotect TX buffer during CAN error frame generation. 
* [#8345#8040](https://github.com/apache/nuttx/pull/83458040) driversarm: watchdogstm32: Fixunified theup_perf wrong value of WATCHDOG_AUTOMONITOR_PING_INTERVAL initialization 
* [#8575#8220](https://github.com/apache/nuttx/pull/85758220) arm: Revert "drivrs/mtd/filemtd.c: add block device MTD interface. Block … 

Board Support

Significant Improvements

New Board Support

Boards With Significant Improvements

File System

New FS

Markdown
* [#8109stm32: foc: move the warning in the right place - should be in stm32f7 
* [#8569](https://github.com/apache/nuttx/pull/81098569) fs: Add shmfs 

Improvements 

Markdown
* [#4320arm: stm32: stm32_eth: Fixed alignment of Ethernet descriptors & buffers. 
* [#8566](https://github.com/apache/nuttx/pull/43208566) fsarm: Add model field to geometry and mtd_geometry_s stm32: stm32_eth: Enabled store-end-forward. 
* [#8194#8548](https://github.com/apache/nuttx/pull/81948548) arm: fsstm32: Avoid accessing filep fields if it is NULL & add DEBUGASSERTs stm32_eth: Busy bit is cleared before accessing the MACMIIAR register. 
* [#8163#8502](https://github.com/apache/nuttx/pull/81638502) fsarm: Definestm32: DT_xxx to number directly stm32_sdio: Fix in SDIO clocking configuration. 
* [#8430#8212](https://github.com/apache/nuttx/pull/84308212) fsarm: Implement link as a normal function instead macro stm32/stm32f7: add support for BEMF sensing 
* [#8498#8069](https://github.com/apache/nuttx/pull/84988069) fsarm: stm32/stm32f7: CANv1: Makeprotect moreTX fsbuffer APIduring availableCAN when CONFIG_DISABLE_MOUNTPOINT isn't enabled error frame generation 
* [#8195#8547](https://github.com/apache/nuttx/pull/81958547) arm: fs: Map madvice to posix_madvice stm32f7: Remove CPU lock on HW fail 
* [#8581#8699](https://github.com/apache/nuttx/pull/85818699) fsarm: Mapstm32f7: FD_SETSIZE to OPEN_MAX instead hardcoding 256 stm32_i2c.c: Driver cleanup 
* [#8092#8303](https://github.com/apache/nuttx/pull/80928303) fs: Map syncfs to fsync  arm: stm32f7: stm32_i2c.c: Round up stm32_i2c_toticks return v… 
* [#8021#8219](https://github.com/apache/nuttx/pull/80218219) fsarm: Movestm32h7: mmapadd callbacklower beforehalf truncatetimer in [file|mountpt]_operations driver 
* [#8113#8124](https://github.com/apache/nuttx/pull/81138124) fsarm: stm32h7: Support O_NOFOLLOW flag add SMPS PWR option for STM32H7X7 
* [#8440#8536](https://github.com/apache/nuttx/pull/84408536) fsarm: support openat/fchmodat/mkfifoat/fstatat/...at api stm32h7: socketcan extended filter fixes 
* [#8324#8250](https://github.com/apache/nuttx/pull/83248250) fsarm: unlockstm32h7: tmpfsSupport beforesocket freeCAN theerror filehandling. object 
* [#8656#8055](https://github.com/apache/nuttx/pull/86568055) fsarm: Undefine CONFIG_FS_LARGEFILE if compiler doesn't support long long stm32wb: add i2c driver 

* [#8871#8304](https://github.com/apache/nuttx/pull/88718304) fsarm: fs_epolltiva: Added addSocketCAN oneshotdriver listimplementation to handle the tiva chip, modified the EPOLLONESHOT correctly 
* [#7871#8465](https://github.com/apache/nuttx/pull/78718465) fsarm: fs_epolltiva: Fix fixinability to somecontrol potentialserial issueCTS/RTS forvia listtermios operation 
* [#8153#8362](https://github.com/apache/nuttx/pull/81538362) fsarm: fs_fsynctiva:Fix theRemove expecteddead error of socket,fifo and pipe returning error in fsync case store 
* [#8896#8475](https://github.com/apache/nuttx/pull/88968475) fsarm: fs_initialize.c:Sync fs in system restart callback tiva: Serial TIOCxBRK BSD-compatible BREAK support 
* [#8496#8405](https://github.com/apache/nuttx/pull/84968405) fsarm: littlefstiva: addSupport fulltermios support for LittleFS block device cfg in Kconfig Tiva 
* [#8026#8406](https://github.com/apache/nuttx/pull/80268406) fsarm: tiva: mmapserial: Add mm map  Allow changing CTS/RTS with termios 

* [#8138#8322](https://github.com/apache/nuttx/pull/81388322) fsarm: mmaptlsr82: Minor fix for mmaptelink tls82 returnedchip address 
* [#8075#8252](https://github.com/apache/nuttx/pull/80758252) fsarm: mmaptlsr82: Minor improvement  tc32 backtrace bug fix 

* [#8784#8716](https://github.com/apache/nuttx/pull/87848716) fsarm64: mmap: try rammap when filesystem mmap don't support add arm64_serialinit/arm64_earlyserialinit 
* [#8162#8665](https://github.com/apache/nuttx/pull/81628665) fsarm64: mmap: fix compile warning if set the optimize level to O3 ARMv8-r(Cortex-R82) support 
* [#8383#8687](https://github.com/apache/nuttx/pull/83838687) fs: mqueue: Fix file_mq_open() for SMP arm64: ARMv8-r(Cortex-R82) support( add FVP platform) 
* [#8269#8009](https://github.com/apache/nuttx/pull/82698009) fs: partiton: add sanity check arm64/a64: add driver for Allwinner A64 I2C bus 
* [#8079#7865](https://github.com/apache/nuttx/pull/80797865) fs: poll: add missing FAR qualifier to poll() arm64/A64: Add irq definition of Allwinner A64 interrupts #7939 arm64/a64: Add driver for MIPI DSI 
* [#8072#8039](https://github.com/apache/nuttx/pull/80728039) fsarm64/a64: poll: Fix poll_notifyPIO forInterrupt CONFIG_BUILD_KERNEL 
* [#8337#7944](https://github.com/apache/nuttx/pull/83377944) fsarm64/a64: Add procfs:driver sortfor level0Display processEngine id 
* [#8270#7962](https://github.com/apache/nuttx/pull/82707962) fsarm64/a64: procfs:Add fixdriver thefor issueReduced of /proc/cpuload in SMP Serial Bus 
* [#8545#7919](https://github.com/apache/nuttx/pull/85457919) fs: procfs: group/tg_info/argvarm64/a64: MakeAdd utilitydriver functionfor to read argv as string TCON0 

* [#7922#8476](https://github.com/apache/nuttx/pull/79228476) fsmips: procfspic32mz: procmeminfo:Serial support memdumpfor can show specific task termios 
* [#8626#8550](https://github.com/apache/nuttx/pull/86268550) fsmips: procfs/meminfopic32mz: skip invalid character before memdump Serial TIOCxBRK BSD-compatible BREAK support 
* [#8637#8540](https://github.com/apache/nuttx/pull/86378540) fsmips: rpmsgfspic32mz: returnFix ENOTTYPPS tomappings vfsfor toRPE5R do cmdregister operate 
* [#7947#8539](https://github.com/apache/nuttx/pull/79478539) fsmips: streamspic32mz: FlushFix streamsPPS inregister userspacemapping when the process exits defines 

* [#7991#7970](https://github.com/apache/nuttx/pull/79917970) fsqemu-rv: signalfd: using file descriptor to accept signal Fix qemu_rv_mtimer_interrupt() for BUILD_KERNEL 

* [#5999#8180](https://github.com/apache/nuttx/pull/59998180) fsrisc-v: syncaddrenv: Do addnot sync api free physical memory for SHM area 
* [#8053#7960](https://github.com/apache/nuttx/pull/80537960) fsrisc-v: timerfdaddrenv: Reverse truncate and mmap field Test that satp contents make sense 
* [#7990#8168](https://github.com/apache/nuttx/pull/79908168) fsrisc-v: timerfd/eventfdaddrenv_shm: usingAdd anonymousmissing inodes and using isrsanity check to notify poll waiter. up_shmdt() 
* [#8373#8226](https://github.com/apache/nuttx/pull/83738226) fsrisc-v: vfs: Suppoprt F_DUPFD_CLOEXEC riscv_exception.c: Print the EPC value always 
* [#8032#8461](https://github.com/apache/nuttx/pull/80328461) fsrisc-v: vfsesp32c3: addAdd missedRTC truncateinterrupt callback at timerfd file_operation support 
* [#8729#8064](https://github.com/apache/nuttx/pull/87298064) fsrisc-v: vfs/pollesp32c3: Removecorrect thereceive unusedbuffer ptrsize field from pollfd 
* [#8089#8415](https://github.com/apache/nuttx/pull/80898415) fsrisc-v: vfs/pollesp32c3: Removefix POLLFILEcpuint andissue POLLSOCK NuttX specific extension 
* [#8154
* [#7902](https://github.com/apache/nuttx/pull/81547902) fsrisc-v: vfs/fs_truncate.c:Add socket judgment to return correct errno. 

Networking

Improvements

Markdown
* [#8735esp32c3: Fix double initialization of SHA Accelerator 
* [#8265](https://github.com/apache/nuttx/pull/87358265) risc-v: netesp32c3: Remove the dummy implementation from sock_intf_s Fix IRQ initialization, it was crashing on DEBUG_ASSERTIONS 
* [#7980#8671](https://github.com/apache/nuttx/pull/79808671) risc-v: netesp32c3: AddFix netfiltermissing compatibleirq headerstimer 
* [#8059#8636](https://github.com/apache/nuttx/pull/80598636) netrisc-v: esp32c3: SupportFix WDT fragmentationincorrect andinterrupt reassemblyenable/disable 
* [#7985#8014](https://github.com/apache/nuttx/pull/79858014) risc-v: net: Separate IP_PKTINFO from NET_IGMPesp32c3: Modify the IRQ APIs to be compatible with ESP32/S2/S3 
* [#7989#8673](https://github.com/apache/nuttx/pull/79898673) netrisc-v: Add set/getsockopt options compatible with iptables. esp32c3: Remove erroneous interrupt disable 
* [#8822#8934](https://github.com/apache/nuttx/pull/88228934) netrisc-v: espressif: useAdd NXRMUTEX_INITIALIZERHigh forResolution rmutexTimer initdriver 
* [#8811#8932](https://github.com/apache/nuttx/pull/88118932) tunrisc-v: fixespressif: theAdd accessHardware addressRNG issupport incorrect 
* [#7937#8931](https://github.com/apache/nuttx/pull/7937 ) tun8931) risc-v: espressif: addAdd ioctlsupport cmdfor TUNGETIFFSystem implementReset 
* [#8751#8769](https://github.com/apache/nuttx/pull/87518769) risc-v: netespressif: FinishFix FIONBIOunwanted defaultflush actionin ifthe si_ioctlSPI returnslave OKdriver 
* [#8669#8222](https://github.com/apache/nuttx/pull/86698222) netrisc-v: espressif: PerformanceStabilize MCUboot optimizationssupport inon connectionEspressif allocations.chips 
* [#8111#8912](https://github.com/apache/nuttx/pull/81118912) netrisc-v: consistentespressif: theUpdate netrevision sem wait naming conversion of esp-hal-3rdparty 
* [#8029#8529](https://github.com/apache/nuttx/pull/80298529) netrisc-v: mpfs: add someathena network-related definitions #8049irq defines 
* [#8351#8701](https://github.com/apache/nuttx/pull/83518701) risc-v: netmpfs: Implement socket shutdown() interfaceclear i2c ints before the transfer starts 
* [#8448#8700](https://github.com/apache/nuttx/pull/84488700) risc-v: netmpfs: clear removespi protocolint argumentbefore fromthe si_setuptransfer callbackstarts 
* [#8487#8191](https://github.com/apache/nuttx/pull/84878191) net: modify find device logicrisc-v: mpfs: Make selection of SBI boot or direct boot run-time configu… 
* [#8300#8368](https://github.com/apache/nuttx/pull/83008368) netrisc-v: Fixlitex: ICMPv6Add RA parsing procedureGPIO driver. 
* [#8091#8233](https://github.com/apache/nuttx/pull/80918233) net: Move accept to libc after risc-v: litex: Allow custom peripheral memory mapping and IRQ. 
* [#8225](https://github.com/apache/nuttx/pull/80838225) risc-v: litex: System clock frequency selectable from Kconfig. 
* [#8739#8393](https://github.com/apache/nuttx/pull/87398393) netrisc-v: arplitex: Onlywatchdog: parsefix ioctlKconfig request for valid cmd. typo 

* [#7889#7855](https://github.com/apache/nuttx/pull/78897855) netsim: arp: Remove nuttx/net/arp.hadd hostfs support for windows 
* [#7862#8354](https://github.com/apache/nuttx/pull/78628354) netsim: arp:add rulestoolchain bindlibrary tolibm nics 
* [#8293#8143](https://github.com/apache/nuttx/pull/82938143) netsim: can:bug Bugfixedfix thewhen SocketCAN send via setting the dev->d_len to dev->d_sndl…open CONFIG_SIM_WALLTIME_SIGNAL 
* [#8160#8468](https://github.com/apache/nuttx/pull/81608468) netsim: devif:Fix bypassbugs sendon length check if ip fragment enabled sim 
* [#8361#8519](https://github.com/apache/nuttx/pull/83618519) netsim: devif:fix checkbuild thebreak neton devicevisual beforestudio use 
* [#8380#8850](https://github.com/apache/nuttx/pull/83808850) netsim: devif: correct the judgment condition in devif_send() 
* [#8011Fix iic/spi bus open failed 
* [#8031](https://github.com/apache/nuttx/pull/80118031) netsim: devif: fix devif_poll loop logicFix make tool doesn't rebuild dependencies of the libboard target 
* [#8592#8489](https://github.com/apache/nuttx/pull/85928489) netsim: devif: fix nullnuttx pointerconsumes referencemuch foundCPU outtime by coverity 
* [#7969#8255](https://github.com/apache/nuttx/pull/79698255) netsim: devif_loopback: Add robustness to avoid infinite loop fix sim_x11events calls but sim_x11initialize() hasn't ready 
* [#8082#7936](https://github.com/apache/nuttx/pull/80827936) netsim: devif_poll: optimize device buffer alloc in txpoll Fix small video bugs 
* [#8837#8497](https://github.com/apache/nuttx/pull/88378497) netsim: icmpv6:fix addvfork RDNSS field support for route advertise messagereport error 
* [#8785#8254](https://github.com/apache/nuttx/pull/87858254) netsim: icmpv6:init alignevents structsfield towhen 2 bytes.send ack/dack 
* [#8451#7905](https://github.com/apache/nuttx/pull/84517905) netsim: ip:Minor fiximprovement compilefor breaksim if disable NET_TCPserial driver 
* [#8302#8076](https://github.com/apache/nuttx/pull/83028076) netsim: local_connect: Align the returned error code with Linuxmove some i2c,spi configs from board to arch 
* [#8010#8469](https://github.com/apache/nuttx/pull/80108469) netsim: local:realize fixsim errortimer when work with epoll tickless 
* [#8027#7911](https://github.com/apache/nuttx/pull/80277911) netsim: local: rename NET_LOCAL_VFS_PATH to follow linuxRefine arch/sim implementation 
* [#8749#7946](https://github.com/apache/nuttx/pull/87497946) netsim: local:remove Returnunused the unblock handle correctly variale in localsim_acceptsaveusercontext() 
* [#8067#8849](https://github.com/apache/nuttx/pull/80678849) netsim: localsim_linuxi2c: setfix POLLIN/POLLOUTsnprintf threshold for local fifo parameter 
* [#7912#8472](https://github.com/apache/nuttx/pull/79128472) netsim: local: Support the abstract path sim_saveusercontext & sim_fullcontextrestore update 
* [#8084#7928](https://github.com/apache/nuttx/pull/80847928) netsim: mld:take fixtimer buildirq as breakreal oftimer mldwith routerWALL_SIGNAL 
* [#8093#8390](https://github.com/apache/nuttx/pull/80938390) netsim: mldalsa: updateadd helpaudio manualoffload forcapture mldsupport. router 
* [#7964#7927](https://github.com/apache/nuttx/pull/79647927) netsim: nat: Fix misused d_draddr in select_portalsa: don't let switch out when do poweroff & alsa mixer open 
* [#8915#8251](https://github.com/apache/nuttx/pull/89158251) net/tcpsim: Replyalsa: RSTMinor whenimprovement wefor cannotsim receivealsa data 
* [#7968#8377](https://github.com/apache/nuttx/pull/79688377) netsim: natalsa: Supportsupport isolationstreaming betweendata multiplewhen WANoffload devices by saving external ip playback. 
* [#7951#7925](https://github.com/apache/nuttx/pull/79517925) netsim: natfb: Use hashtable remove the lpwork in fb, merge to optimizelooper performancetask 
* [#8083#8423](https://github.com/apache/nuttx/pull/80838423) netsim: net_sockethcisocket: Addcorrect anteardown implementation of the accept4 method device index 
* [#8080#8078](https://github.com/apache/nuttx/pull/80808078) netsim: posix: netdev: Avoid hardcoded guardsize when using d_iobsim_linuxspi.c: fix select not work and incorrect behaviour 
* [#8513#8348](https://github.com/apache/nuttx/pull/85138348) netsim: netinetrpserver/rpproxy: in.h: add support for Nimlang compatibility.remove colon from syslog prefix 
* [#8753#8470](https://github.com/apache/nuttx/pull/87538470) netsim: pktuart: Addadd readaheaduart queuedma formode pkt,& calluse inputwork forinstead txof on simloop 
* [#8273#8408](https://github.com/apache/nuttx/pull/82738408) netsim: route.huart: adddo RTFuart_XXxmitchars() flagswhen and rttty_devtxint memberenabled 
* [#8518#7926](https://github.com/apache/nuttx/pull/85187926) netsim: sendfileuart: adaptfix sendfile()printf toerror supportwhen newuse driverirq modelmode 
* [#8344#8834](https://github.com/apache/nuttx/pull/83448834) netsim: slipuart: Change SLIP to use IOBreturn -ENOTTY for cmd which don't support 
* [#8632#8646](https://github.com/apache/nuttx/pull/86328646) netsim: socketUsb: divide errno & s_erroradd sim usb device and host driver 
* [#8272#7898](https://github.com/apache/nuttx/pull/82727898) netsim: supportvideo: ipv4call ToSvalidate_buf andwhen ipv6 TrafficClass set_buf 

* [#8301#7786](https://github.com/apache/nuttx/pull/83017786) netxtensa: tcp: tcp_netpoll: add assert into tcp_pollsetup when pollinfo invalidAdd support for touch pad polling on ESP32 
* [#8297#8672](https://github.com/apache/nuttx/pull/82978672) netxtensa: tcp: udp_connect: If the remote addr is ANY, change it to LOOPBACK Fix Xtensa interrupt stack context restore issue 
* [#7913#8372](https://github.com/apache/nuttx/pull/79138372) netxtensa: modify tcp:timer contiginterrupt receivedlevel datalarge to reducing iob consumptionXCHAL_IRQ_LEVEL level 
* [#8102#8711](https://github.com/apache/nuttx/pull/81028711) netxtensa: tcp:Perform debugsome featurebuild tosystem drop the tx/rx packet cleanups 
* [#8024#8121](https://github.com/apache/nuttx/pull/80248121) netxtensa: tcptoolchain: Do not trigger retransmission if the new data has not been consumed. add -Wno-atmoic-alignment flags 
* [#8333#7762](https://github.com/apache/nuttx/pull/83337762) netxtensa: tcpesp32: reuse common api to replace some ip select codeAdd esp32_himem_chardev.c 
* [#7916#8046](https://github.com/apache/nuttx/pull/79168046) netxtensa: tcpesp32: rename NET_TCP_RECV_CONTIG to NET_TCP_RECV_PACKAdd option to enable ETH PHY reset pin 
* [#8062#8202](https://github.com/apache/nuttx/pull/80628202) netxtensa: tcpesp32: Add addsupport Selective-ACKfor supportRTC (RFC2018)IRQs 
* [#8044#8248](https://github.com/apache/nuttx/pull/80448248) netxtensa: tcpesp32: reprepareAdd responsetouch bufferpad fromIRQ unthrottle poolsupport 
* [#8130#8051](https://github.com/apache/nuttx/pull/81308051) netxtensa: tcpesp32: fixAdd potentialWi-Fi busysoftap loop in tcp_send_buffered.c event 
* [#8129#8166](https://github.com/apache/nuttx/pull/81298166) netxtensa: tcpesp32: correctEnable behaviorthe allocation of SO_LINGER Userspace heap exclusively in SPI RAM under Flat mode 
* [#7525#8048](https://github.com/apache/nuttx/pull/75258048) netxtensa: tcpesp32: Improvements in TCP connections allocation.ESP32 SPI Flash encryption supports 16-bytes align writing 
* [#8334#8200](https://github.com/apache/nuttx/pull/83348200) netxtensa: tcpesp32: fix freelower TCPhalf rxoneshot bufferfor immediatelyusage inwith tcpnxsched_oneshot_closestart 
* [#8165#8171](https://github.com/apache/nuttx/pull/81658171) netxtensa: tcpesp32: moveFix drop send source code to correct placeSPI bugs 
* [#8409#8050](https://github.com/apache/nuttx/pull/84098050) netxtensa: tcpesp32: removeOptimize connWLAN checkdevice since which can not be NULL buffer 
* [#8421#8132](https://github.com/apache/nuttx/pull/84218132) netxtensa: tcpesp32: RegardPartition snd_wnddevice updatesupports asencryption ACKDATAmode 
* [#8315#8382](https://github.com/apache/nuttx/pull/83158382) netxtensa: tcpesp32: Propagate fixRTC transIRQ datastatus errorregister whento fastlower retranslevels 
* [#8314#8783](https://github.com/apache/nuttx/pull/83148783) netxtensa: tcp: add TCP_ACKDATA flag to close event callbackesp32: Tasks use PSRAM as stack can do SPI flash read/write/erase/map/unmap 
* [#8298#8047](https://github.com/apache/nuttx/pull/82988047) netxtensa: tcpesp32: modifySPI errnosupport whento connectconfigure raddr is ANY for ltp as R/W/RW mode 
* [#8343#8838](https://github.com/apache/nuttx/pull/83438838) netxtensa: tunesp32: Change TUN/TAPUpdate bootloader patch to use IOBrecent ESP-IDF version 
* [#8647#8096](https://github.com/apache/nuttx/pull/86478096) netxtensa: udpesp32s2: Add dropinitial countsupport whenfor limitedtouch bypad recv bufsizepolling 
* [#7891#8445](https://github.com/apache/nuttx/pull/78918445) netxtensa: udpesp32s2: Add pwm correctsupport udpusing sendLEDC timeoutperipheral 
* [#8299#8426](https://github.com/apache/nuttx/pull/82998426) netxtensa: udpesp32s2: Ipv4/6Add cansupport befor bound to the same port RTC IRQs 
* [#8313#8428](https://github.com/apache/nuttx/pull/83138428) netxtensa: udpesp32s2: removeAdd DEBUGASSERTsupport for ip6_is_ipv4addrtouch pad interrupts 
* [#8493#8198](https://github.com/apache/nuttx/pull/84938198) netxtensa: udpesp32s2: SupportAdd bindingsupport to same addr/port if SO_REUSEADDR is specified. efuse 
* [#8609#8070](https://github.com/apache/nuttx/pull/86098070) netxtensa: usrsockesp32s3: DoAdd notinitial returnsupport errorfor whentouch connpad not found for an event polling 
* [#8317#8446](https://github.com/apache/nuttx/pull/83178446) netxtensa: usrsockesp32s3: net_lock: fix deadlock issue when running iperf tx test on usrsockAdd pwm support using LEDC peripheral 
* [#8262#8458](https://github.com/apache/nuttx/pull/82628458) netxtensa: usrsockesp32s3: onlyAdd TCP data should be aggregrated support for rpmsgRTC caseIRQs 
* [#8429#8473](https://github.com/apache/nuttx/pull/84298473) netxtensa: usrsockesp32s3: Add optimizesupport for usersocktouch send/recvpad pathinterrupts 
* [#8630#8199](https://github.com/apache/nuttx/pull/86308199) netxtensa: localesp32s3: local_socket: remove the wrong assertion in local_listen()Add support to efuse 
* [#8264](https://github.com/apache/nuttx/pull/8264) xtensa: esp32s3: Add support to RNG (random number generator) 
* [#8818](https://github.com/apache/nuttx/pull/8818) xtensa: esp32s3: add support to softAP (softAP and softAP + STA mode) 
* [#8771](https://github.com/apache/nuttx/pull/8771) xtensa: esp32s3: Add Wi-Fi driver (STA mode) for ESP32-S3 
* [#8148#7873](https://github.com/apache/nuttx/pull/81487873) netxtensa: rpmsgesp32s3: socket related update 

Security Issues Fixed In This Release

Compatibility Concerns

Changes to Build System

...

Enable booting from MCUboot bootloader 
* [#8640](https://github.com/apache/nuttx/pull/8640) xtensa: esp32s3: Define syscall table to enable using ROM functions 
* [#7987](https://github.com/apache/nuttx/pull/7987) xtensa: esp32xx: Clear the timer interrupt to avoid losing the next interrupt 

Driver Support

New Drivers

Markdown
* [#8794](https://github.com/apache/nuttx/pull/8794) wireless/bluetooth: add RPMSG HCI controller support 
* [#8738](https://github.com/apache/nuttx/pull/8738) drivers: lcd: Add support for LS027B7DH01A display and MEMLCD_EXTCOMIN_MODE_HW
* [#7948](https://github.com/apache/nuttx/pull/7948) drivers: leds: Add LP503x RGB LED driver
* [#8103](https://github.com/apache/nuttx/pull/8103) drivers: video: add mipidsi support 
* [#8088](https://github.com/apache/nuttx/pull/8088) drivers: power: Add ACT8945A power driver 
* [#7954](https://github.com/apache/nuttx/pull/7954) drivers: power: relay: add relay driver framework for NuttX  

Improvements

Markdown
* [#8819](https://github.com/apache/nuttx/pull/8819) drivers: audio/es8388: Add input support 
* [#8792](https://github.com/apache/nuttx/pull/8792) drivers: bluetooth: bth4 depends on bluetooth definitions 
* [#8230](https://github.com/apache/nuttx/pull/8230) drivers: camera: Support the private data for imgsensor and imgdata
* [#8852](https://github.com/apache/nuttx/pull/8852) drivers: eeprom: spi_xx25xx: Repair the spi bus locking mechanism when waiting for write completion
* [#7935](https://github.com/apache/nuttx/pull/7935) drivers: fb: support linux info. 
* [#8204](https://github.com/apache/nuttx/pull/8204) drivers: foc: support for BEMF sensing 
* [#8203](https://github.com/apache/nuttx/pull/8203) drivers: foc: add interface that turn off all PWM switches 
* [#8101](https://github.com/apache/nuttx/pull/8101) drivers: input: Add driver for Goodix GT9XX Touch Panel
* [#8727](https://github.com/apache/nuttx/pull/8727) drivers: ioexpander: Bug fixes and improved interrupt support for mcp23x17 driver 
* [#8456](https://github.com/apache/nuttx/pull/8456) drivers: ioexpander/gpio:Add gpio_pin_register_byname 
* [#8901](https://github.com/apache/nuttx/pull/8901) drivers: lcd: st7789: Support mirror X/Y 
* [#8865](https://github.com/apache/nuttx/pull/8865) drivers: mmcsd: sdio: fix potential race condition in sdio 
* [#8801](https://github.com/apache/nuttx/pull/8801) drivers: mmcsd: add nxsig_usleep delay after MMC_CMD1 command 
* [#8422](https://github.com/apache/nuttx/pull/8422) drivers: mmcsd: mmcsd_spi: remove redundant mmcsd_unlock() 
* [#8375](https://github.com/apache/nuttx/pull/8375) drivers: mmcsd: Fix kconfig error regarding MMCSD_IOCSUPPORT 
* [#8256](https://github.com/apache/nuttx/pull/8256) drivers: mmcsd: Add MMC_IOC_CMD ioctl 
* [#8544](https://github.com/apache/nuttx/pull/8544) drivers: mmcsd: fixes to ensure CPU is not busy waited 
* [#8453](https://github.com/apache/nuttx/pull/8453) drivers: mtd: add Kconfig options for RAMTRON emulated page & sector size 
* [#8341](https://github.com/apache/nuttx/pull/8341) drivers: mtd: Add smartfs loop driver registration 
* [#8038](https://github.com/apache/nuttx/pull/8038) drivers: mtd: add support for more is25 mtd devices
* [#8573](https://github.com/apache/nuttx/pull/8573) drivers: mtd: Add mtd loop device 
* [#8683](https://github.com/apache/nuttx/pull/8683) drivers: mtd: Extend isbad and markbad func for mtd_dev_s 
* [#8561](https://github.com/apache/nuttx/pull/8561) drivers: mtd/ramtron: change nsectors size to uint32 
* [#8002](https://github.com/apache/nuttx/pull/8002) drivers: note: add note_syscall_enter parameter list
* [#8635](https://github.com/apache/nuttx/pull/8635) drivers: note: correct systime with perf count 
* [#8593](https://github.com/apache/nuttx/pull/8593) drivers: note: fix build break by note rename change 
* [#8820](https://github.com/apache/nuttx/pull/8820) drivers: note: fix sched_note error 
* [#8015](https://github.com/apache/nuttx/pull/8015) drivers: note: Fix the mismatch of va_end call 
* [#8633](https://github.com/apache/nuttx/pull/8633) drivers: note: handle tcb is empty, so that it can also record before the driv… 
* [#8619](https://github.com/apache/nuttx/pull/8619) drivers: note: Implement the trace function and add tracepoints for the startup process 
* [#7897](https://github.com/apache/nuttx/pull/7897) drivers: note: merge sched_note_spinxxx 
* [#7900](https://github.com/apache/nuttx/pull/7900) drivers: note: move taskname related functions to note_taskname.c 
* [#7986](https://github.com/apache/nuttx/pull/7986) drivers: note: move sched_note_xxx related configuration 
* [#8697](https://github.com/apache/nuttx/pull/8697) drivers: note: optimize noteram_add, copy as much content as possible at a time 
* [#8525](https://github.com/apache/nuttx/pull/8525) drivers: note: record the latest scheduling information 
* [#7844](https://github.com/apache/nuttx/pull/7844) drivers: note: Refine the driver note structure 
* [#8531](https://github.com/apache/nuttx/pull/8531) drivers: note: Refine the Kconfig 
* [#7858](https://github.com/apache/nuttx/pull/7858) drivers: note: rename /dev/note to /dev/note/ram 
* [#7981](https://github.com/apache/nuttx/pull/7981) drivers: note: register notelog device 
* [#7984](https://github.com/apache/nuttx/pull/7984) drivers: note: register sysview to note drivers list 
* [#8020](https://github.com/apache/nuttx/pull/8020) drivers: note: Replace the scritical section with spin_xxx_wo_note 
* [#8043](https://github.com/apache/nuttx/pull/8043) drivers: note: remove choice in Kconfig 
* [#7841](https://github.com/apache/nuttx/pull/7841) drivers: note: sched_note support mulit-channel 
* [#8682](https://github.com/apache/nuttx/pull/8682) drivers: note: support note filtering at runtime 
* [#7994](https://github.com/apache/nuttx/pull/7994) drivers: note: unify the spinlock operation in noteram 
* [#8389](https://github.com/apache/nuttx/pull/8389) drivers: note_driver: fix build error 
* [#8263](https://github.com/apache/nuttx/pull/8263) drivers: nuttx: Add missing FAR and CODE 
* [#8052](https://github.com/apache/nuttx/pull/8052) drivers: pipes: add PIPEIOC_POLLTHRES to set POLLIN/POLLOUT threshold 
* [#8369](https://github.com/apache/nuttx/pull/8369) drivers: pipes: fix write busy loop because POLLOUT always ready. 
* [#8846](https://github.com/apache/nuttx/pull/8846) drivers: pty: Echo input by default 
* [#8667](https://github.com/apache/nuttx/pull/8667) drivers: pty: Map CR->LF from terminal input 
* [#8742](https://github.com/apache/nuttx/pull/8742) drivers: power: ACT8945A: Correct DEBUGASSERT code error, plus tidy ups 
* [#8257](https://github.com/apache/nuttx/pull/8257) drivers: power: charge: add support for voltage infomation 
* [#8145](https://github.com/apache/nuttx/pull/8145) drivers: power: power related update 
* [#8631](https://github.com/apache/nuttx/pull/8631) drivers: rptun: fix rptun_start() failed 
* [#8041](https://github.com/apache/nuttx/pull/8041) drivers: segger: sysview: add up_perf_freq result chaeck 
* [#8004](https://github.com/apache/nuttx/pull/8004) drivers: syslog: A trailing newline is added if none is present. 
* [#8432](https://github.com/apache/nuttx/pull/8432) drivers: syslog: correct Kconfig name 
* [#8008](https://github.com/apache/nuttx/pull/8008) drivers: syslog: fix extra line breaks in syslog when SYSLOG_COLOR_OUTPUT is e… 
* [#8012](https://github.com/apache/nuttx/pull/8012) drivers: syslog: optimize syslog speed 
* [#8077](https://github.com/apache/nuttx/pull/8077) drivers: sensors: bmi160: fix i2C read and write behavior 
* [#8259](https://github.com/apache/nuttx/pull/8259) drivers: sensors: bmi160.c: fix the problem Linux SPI doesn't working properly 
* [#8260](https://github.com/apache/nuttx/pull/8260) drivers: sensors: fakesensor: fix timestamp is woring when batch. 
* [#8261](https://github.com/apache/nuttx/pull/8261) drivers: sensors: Fix sensor bug in production environment 
* [#8278](https://github.com/apache/nuttx/pull/8278) drivers: sensors: Minor sensor improvement 
* [#8797](https://github.com/apache/nuttx/pull/8797) drivers: sensors: mpu60x0: Fix some error bit and width macro 
* [#8025](https://github.com/apache/nuttx/pull/8025) drivers: sensors: new member into ECG sensor type 
* [#8338](https://github.com/apache/nuttx/pull/8338) drivers: sensors/ioctl: add common cmd for accelerators 
* [#8843](https://github.com/apache/nuttx/pull/8843) drivers: serial: Always support c_oflag, c_iflag and c_lflag in termios 
* [#8454](https://github.com/apache/nuttx/pull/8454) drivers: serial: Convert CR to LF in driver 
* [#8718](https://github.com/apache/nuttx/pull/8718) drivers: serial: Echo CR when NL is detected and the serial device is a console 
* [#8691](https://github.com/apache/nuttx/pull/8691) drivers: serial: Echo input in driver layer 
* [#8705](https://github.com/apache/nuttx/pull/8705) drivers: serial: Echo only determined by ECHO flag with termios enabled 
* [#8444](https://github.com/apache/nuttx/pull/8444) drivers: serial: Fix docstrings on UART interrupt handlers 
* [#8800](https://github.com/apache/nuttx/pull/8800) drivers: serial: Fix wrong ECHO flag 
* [#8258](https://github.com/apache/nuttx/pull/8258) drivers: serial: h4:increase h4 uart tx/rx buffer default size 
* [#8692](https://github.com/apache/nuttx/pull/8692) drivers: serial: Include spawn.h required by CONFIG_TTY_LAUNCH 
* [#7484](https://github.com/apache/nuttx/pull/7484) drivers: serial: Launch the initial task through task_spawn instead of nxtask_create 
* [#8483](https://github.com/apache/nuttx/pull/8483) drivers: serial: libc/termios: Implement tcsendbreak 
* [#8764](https://github.com/apache/nuttx/pull/8764) drivers: serial: Only enable tx interrupt if tx buffer is not empty 
* [#8769](https://github.com/apache/nuttx/pull/8769) drivers: spi: Fix unwanted flush in the SPI slave driver 
* [#7972](https://github.com/apache/nuttx/pull/7972) drivers: usb: Fix the typo error in Kconfig 
* [#8482](https://github.com/apache/nuttx/pull/8482) drivers: usbmisc: FUSB302 
* [#8568](https://github.com/apache/nuttx/pull/8568) drivers: usbmisc: FUSB302 - correct ioctl inconsistencies 
* [#8524](https://github.com/apache/nuttx/pull/8524) drivers: usbdev: adb: add adb usbclass_unbind function 
* [#8661](https://github.com/apache/nuttx/pull/8661) drivers: usbdev: adb: fixed adb build issue 
* [#8883](https://github.com/apache/nuttx/pull/8883) drivers: usbdev: composite: composite should send only one request for USB_REQ_SETCONFIGURATION 
* [#8508](https://github.com/apache/nuttx/pull/8508) drivers: usbdev: composite: remove excess uninitialize code 
* [#8509](https://github.com/apache/nuttx/pull/8509) drivers: usbdev: fixed DUALSPEED issue for adb/cdcecm/rndis 
* [#8507](https://github.com/apache/nuttx/pull/8507) drivers: usbdev: rndis: add endpoint configure 
* [#8892](https://github.com/apache/nuttx/pull/8892) drivers: usbdev: rndis: do not configure endpoints from Kconfig when composite enabled 
* [#8594](https://github.com/apache/nuttx/pull/8594) drivers: usbdev: rndis: support iob offload 
* [#8893](https://github.com/apache/nuttx/pull/8893) drivers: usbdev: rndis: various fixes for composite 
* [#8506](https://github.com/apache/nuttx/pull/8506) drivers: usbhost: fixed cdcacm issue 
* [#8921](https://github.com/apache/nuttx/pull/8921) drivers: usbhost_hidkbd: Add the option to use interrupt transfers. 
* [#8889](https://github.com/apache/nuttx/pull/8889) drivers: usbmsc: do not sent deferred response if USBMSC_COMPOSITE=y 
* [#8022](https://github.com/apache/nuttx/pull/8022) drivers: usrsock: switch usrsock server's defconfig to upgraded version 
* [#8910](https://github.com/apache/nuttx/pull/8910) drivers: usrsock_server: Do not poll SOCK_CTRL 
* [#8741](https://github.com/apache/nuttx/pull/8741) drivers: timers: pwm: add config option to support dead time delay + add dead time support to SAMv7 MCU 
* [#8574](https://github.com/apache/nuttx/pull/8574) drivers: timers: pwm: add PWM overwrite under CONFIG_PWM_OVERWRITE option 
* [#8393](https://github.com/apache/nuttx/pull/8393) drivers: timers: watchdog: fix Kconfig typo 
* [#8034](https://github.com/apache/nuttx/pull/8034) drivers: timers: watchdog: add a callback when painc stop the watchdog 
* [#8033](https://github.com/apache/nuttx/pull/8033) drivers: timers: watchdog: use 'V' to stop watchdog 
* [#8447](https://github.com/apache/nuttx/pull/8447) drivers: video: Add v4l2_buffer timestamp and sequence 
* [#7787](https://github.com/apache/nuttx/pull/7787) drivers: video: Minor fix for video driver(2) 
* [#7776](https://github.com/apache/nuttx/pull/7776) drivers: video: Minor change for video framebuff 
* [#8516](https://github.com/apache/nuttx/pull/8516) drivers: video: NONBLOCK and POLLIN support for video device 
* [#8644](https://github.com/apache/nuttx/pull/8644) drivers: video/fb: fix poll event lost 
* [#7924](https://github.com/apache/nuttx/pull/7924) drivers: video/fb: initializes the info structure 
* [#8056](https://github.com/apache/nuttx/pull/8056) drivers: virtio/net: Try fix virtnet logic
* [#8045](https://github.com/apache/nuttx/pull/8045) drivers: wireless: bluetooth: add interrupt_context hander for netsnoop 
* [#8318](https://github.com/apache/nuttx/pull/8318) drivers: wireless: Remove the duplicated bc_bifup check from bcmf_wl_auth_event_handler 
* [#8323](https://github.com/apache/nuttx/pull/8323) drivers: wireless: wireless/ieee80211: update ieee80211 header 
* [#8345](https://github.com/apache/nuttx/pull/8345) drivers: watchdog: Fix the wrong value of WATCHDOG_AUTOMONITOR_PING_INTERVAL 
* [#8575](https://github.com/apache/nuttx/pull/8575) Revert "drivrs/mtd/filemtd.c: add block device MTD interface. Block … 

Board Support

New Board Support

Markdown
* [#8841](https://github.com/apache/nuttx/pull/8841) avr: atmega: Add support for Atmega mega1284p_xplained board 
* [#8698](https://github.com/apache/nuttx/pull/8698) nrf53: initial support for nrf5340-dk 
* [#7950](https://github.com/apache/nuttx/pull/7950) sama5: add Jupiter Nano support 
* [#8228](https://github.com/apache/nuttx/pull/8228) stm32f7: add initial support to Meadow F7Micro board 

Improvements

Markdown
* [#8231](https://github.com/apache/nuttx/pull/8231) boards/arch: Remove FAR decorator 
* [#7268](https://github.com/apache/nuttx/pull/7268) boards: adapt LVGL v8 defconfig 
* [#8459](https://github.com/apache/nuttx/pull/8459) boards: add nxscope configurations 
* [#8364](https://github.com/apache/nuttx/pull/8364) boards: Enable assert for citest 
* [#8246](https://github.com/apache/nuttx/pull/8246) boards: Update Administrator tea result to 8Tv+Hbmr3pLVb5HHZgd26D 
* [#8235](https://github.com/apache/nuttx/pull/8235) boards: Pass the assertion expression to board_crashdump too 
* [#8215](https://github.com/apache/nuttx/pull/8215) boards: Update all boards config after updating NSH_CMDPARMS 

* [#8936](https://github.com/apache/nuttx/pull/8936) arm: gd32f4: add littlefs support for gd32f450zk-eval board 
* [#8342](https://github.com/apache/nuttx/pull/8342) arm: imx6: sabre-6quad: Add netnsh_wb and fix imxrt1060-evk:netnsh 
* [#8186](https://github.com/apache/nuttx/pull/8186) arm: imx6: sabre-6quad: Adjust TCP and UDP configurations 
* [#7896](https://github.com/apache/nuttx/pull/7896) arm: imx6: sabre-6quad: Improve iperf performance 
* [#8438](https://github.com/apache/nuttx/pull/8438) arm: imx6: sabre-6quad: Update with QEMU 
* [#8492](https://github.com/apache/nuttx/pull/8492) arm: imxrt: imxrt1060-evk: Fix knsh 
* [#8796](https://github.com/apache/nuttx/pull/8796) arm: nrf53: nrf5340-dk: add sdc net core examples 
* [#8688](https://github.com/apache/nuttx/pull/8688) arm: nrf52: sdc examples 
* [#8179](https://github.com/apache/nuttx/pull/8179) arm: rp2040: add waveshare rp2040 lcd 1.28 
* [#8439](https://github.com/apache/nuttx/pull/8439) arm: rp2040: raspberrypi-pico-w: update submodule to avoid invaild firmware 
* [#8844](https://github.com/apache/nuttx/pull/8844) arm: sama5: sama5d3-xplained: Add reboot support. 
* [#8854](https://github.com/apache/nuttx/pull/8854) arm: sama5: sama5d3-xplained: Fix OHCI clock. 
* [#8879](https://github.com/apache/nuttx/pull/8879) arm: sama5: sama5d3-xplained: Make hot plugging more reliable. 
* [#7949](https://github.com/apache/nuttx/pull/7949) arm: sama5: sama5d2-xult: Update entry point 
* [#8395](https://github.com/apache/nuttx/pull/8395) arm: sama5: jupiter-nano: correct config name 
* [#8232](https://github.com/apache/nuttx/pull/8232) arm: sama5: jupiter-nano: Remove sam_ostest.c 
* [#8577](https://github.com/apache/nuttx/pull/8577) arm: samv7: hsmci: add option to invert card detection pin 
* [#7584](https://github.com/apache/nuttx/pull/7584) arm: spresense: add fs automount driver for SD Card 
* [#8888](https://github.com/apache/nuttx/pull/8888) arm: spresense: add rndis composite support 
* [#8543](https://github.com/apache/nuttx/pull/8543) arm: spresense: Enable broadcast flag in DHCP process 
* [#8617](https://github.com/apache/nuttx/pull/8617) arm: spresense: Fix bugs in cxd56 imageproc 
* [#8100](https://github.com/apache/nuttx/pull/8100) arm: spresense: fix sdcard operation 
* [#8243](https://github.com/apache/nuttx/pull/8243) arm: spresense: remove BOARDIOC_SDCARD_SETNOTIFYCB ioctl 
* [#8679](https://github.com/apache/nuttx/pull/8679) arm: spresense: Update miscellaneous spresense drivers 
* [#8873](https://github.com/apache/nuttx/pull/8873) arm: stm32: photon: Use D0 Busy to detect Write Complete 
* [#8214](https://github.com/apache/nuttx/pull/8214) arm: stm32f4disco: Add support to mount /tmp 
* [#8457](https://github.com/apache/nuttx/pull/8457) arm: stm32f4disco: add timer driver support 
* [#8733](https://github.com/apache/nuttx/pull/8733) arm: stm32f4disco: Update kostest/defconfig to avoid crash 
* [#8152](https://github.com/apache/nuttx/pull/8152) arm: tiva: Tm4c1294-launchpad: can char dev 
* [#8178](https://github.com/apache/nuttx/pull/8178) arm: tiva: tm4c1294-launchpad: Fix warning: defaults for choice values not supported 

* [#8267](https://github.com/apache/nuttx/pull/8267) arm64: add support for nuttx arm64 Toolchain Selection 
* [#7988](https://github.com/apache/nuttx/pull/7988) arm64/pinephone: Add driver for Frame Buffer 
* [#7977](https://github.com/apache/nuttx/pull/7977) arm64/pinephone: Add driver for LCD Panel (Xingbangda XBD599) 
* [#8123](https://github.com/apache/nuttx/pull/8123) arm64/pinephone: Add driver for PinePhone Touch Panel 
* [#8006](https://github.com/apache/nuttx/pull/8006) arm64/pinephone: Fix missing pixels in Frame Buffer Driver 

* [#8552](https://github.com/apache/nuttx/pull/8552) mips: pic32mz: chipkit-wifire: Avoid sudo for flash programming 
* [#8463](https://github.com/apache/nuttx/pull/8463) mips: pic32mz: pic32mz-starterkit: Fix building with Sourcery toolchain 

* [#7885](https://github.com/apache/nuttx/pull/7885) qemu-armv8a: Enable the ping command for netnsh and netnsh_smp 

* [#8829](https://github.com/apache/nuttx/pull/8829) risc-v: espressif: Fix bootloader and app potential RAM overlap 
* [#8128](https://github.com/apache/nuttx/pull/8128) risc-v: qemu-rv: rv-virt: Add knetnsh64 and knetnsh64_smp 
* [#8643](https://github.com/apache/nuttx/pull/8643) risc-v: qemu-rv: SV32 MMU support for qemu-rv 
* [#8567](https://github.com/apache/nuttx/pull/8567 ) risc-v: esp32c3-devkit: Remove -Werror to let compile ble stack 
* [#8500](https://github.com/apache/nuttx/pull/8500) risc-v: esp32c6-devkit: Update defconfig 
* [#8752](https://github.com/apache/nuttx/pull/8752) risc-v: hpm6750: add option to select hpmicro toolchain 
* [#8350](https://github.com/apache/nuttx/pull/8350) risc-v: mpfs: icicle: Update some configs 

* [#8695](https://github.com/apache/nuttx/pull/8695) sim: wamr: add example of WAMR(WebAssembly Micro Runtime) 
* [#8709](https://github.com/apache/nuttx/pull/8709 ) sim: wamr: Adjust defconfigs for WAMR after dependency fix 
* [#8761](https://github.com/apache/nuttx/pull/8761) sim: wamr: Remove LIBC_FLOATINGPOINT (now selected by the app) 
* [#8572](https://github.com/apache/nuttx/pull/8572) sim: adb: Change telnetd port from 23 to 2323 
* [#7876](https://github.com/apache/nuttx/pull/7876) sim: Add nxcamera config 
* [#8431](https://github.com/apache/nuttx/pull/8431) sim: Enable CONFIG_ARCH_MATH_H for libcxxtest 
* [#8481](https://github.com/apache/nuttx/pull/8481) sim: Enable CONFIG_SIM_M32 in nimble 
* [#8268](https://github.com/apache/nuttx/pull/8268) sim: make iperf works on SIM platform 
* [#8266](https://github.com/apache/nuttx/pull/8266) sim: Minor sim Makefile fix 
* [#7945](https://github.com/apache/nuttx/pull/7945) sim/config: enable luamodule 
* [#8455](https://github.com/apache/nuttx/pull/8455) sim/dynconns: enable more configs to catch compile warning 
* [#7843](https://github.com/apache/nuttx/pull/7843) sim/lua: enable luv module by default 
* [#8137](https://github.com/apache/nuttx/pull/8137) sim/windows: enable custom options 

* [#8648](https://github.com/apache/nuttx/pull/8648) xtensa: esp32-lyrat: Add SD Card config 
* [#8760](https://github.com/apache/nuttx/pull/8760) xtensa: esp32: Add CoreMark config to ESP boards 
* [#8905](https://github.com/apache/nuttx/pull/8905) xtensa: esp32: Add support to Ai-Thinker Audio Kit board and ESP32-A1S module 
* [#8184](https://github.com/apache/nuttx/pull/8184) xtensa: esp32: Clean ups and minor fixes to comments 
* [#7880](https://github.com/apache/nuttx/pull/7880) xtensa: esp32: Fix PSRAM support when Stack Smash protection is enabled 
* [#8554](https://github.com/apache/nuttx/pull/8554) xtensa: esp32: Fix WiFi default Algorithm 
* [#8221](https://github.com/apache/nuttx/pull/8221) xtensa: esp32-devkitc: Add coremark config 
* [#7872](https://github.com/apache/nuttx/pull/7872) xtensa: esp32-devkitc: Disable FPU test for knsh defconfig 
* [#7917](https://github.com/apache/nuttx/pull/7917) xtensa: esp32s2: Add Franzinho Board 
* [#8894](https://github.com/apache/nuttx/pull/8894) xtensa: esp32s2-kaluga-1: Add touch pad support 
* [#8925](https://github.com/apache/nuttx/pull/8925) xtensa: esp32s3: Add esp32s3-meadow board 

File System

New FS

Markdown
* [#8109](https://github.com/apache/nuttx/pull/8109) fs: Add shmfs 

Improvements 

Markdown
* [#4320](https://github.com/apache/nuttx/pull/4320) fs: Add model field to geometry and mtd_geometry_s 
* [#8194](https://github.com/apache/nuttx/pull/8194) fs: Avoid accessing filep fields if it is NULL & add DEBUGASSERTs 
* [#8163](https://github.com/apache/nuttx/pull/8163) fs: Define DT_xxx to number directly 
* [#8430](https://github.com/apache/nuttx/pull/8430) fs: Implement link as a normal function instead macro 
* [#8498](https://github.com/apache/nuttx/pull/8498) fs: Make more fs API available when CONFIG_DISABLE_MOUNTPOINT isn't enabled 
* [#8195](https://github.com/apache/nuttx/pull/8195) fs: Map madvice to posix_madvice 
* [#8581](https://github.com/apache/nuttx/pull/8581) fs: Map FD_SETSIZE to OPEN_MAX instead hardcoding 256 
* [#8092](https://github.com/apache/nuttx/pull/8092) fs: Map syncfs to fsync 
* [#8021](https://github.com/apache/nuttx/pull/8021) fs: Move mmap callback before truncate in [file|mountpt]_operations 
* [#8113](https://github.com/apache/nuttx/pull/8113) fs: Support O_NOFOLLOW flag 
* [#8440](https://github.com/apache/nuttx/pull/8440) fs: support openat/fchmodat/mkfifoat/fstatat/...at api 
* [#8324](https://github.com/apache/nuttx/pull/8324) fs: unlock tmpfs before free the file object 
* [#8656](https://github.com/apache/nuttx/pull/8656) fs: Undefine CONFIG_FS_LARGEFILE if compiler doesn't support long long 
* [#8871](https://github.com/apache/nuttx/pull/8871) fs: fs_epoll: add oneshot list to handle the EPOLLONESHOT correctly 
* [#7871](https://github.com/apache/nuttx/pull/7871) fs: fs_epoll: fix some potential issue for list operation 
* [#8153](https://github.com/apache/nuttx/pull/8153) fs: fs_fsync:Fix the expected error of socket,fifo and pipe returning error in fsync case 
* [#8896](https://github.com/apache/nuttx/pull/8896) fs: fs_initialize.c:Sync fs in system restart callback 
* [#8496](https://github.com/apache/nuttx/pull/8496) fs: littlefs: add full support for LittleFS block device cfg in Kconfig 
* [#8026](https://github.com/apache/nuttx/pull/8026) fs: mmap: Add mm map 
* [#8138](https://github.com/apache/nuttx/pull/8138) fs: mmap: fix mmap returned address 
* [#8075](https://github.com/apache/nuttx/pull/8075) fs: mmap: Minor improvement 
* [#8784](https://github.com/apache/nuttx/pull/8784) fs: mmap: try rammap when filesystem mmap don't support 
* [#8162](https://github.com/apache/nuttx/pull/8162) fs: mmap: fix compile warning if set the optimize level to O3 
* [#8383](https://github.com/apache/nuttx/pull/8383) fs: mqueue: Fix file_mq_open() for SMP 
* [#8269](https://github.com/apache/nuttx/pull/8269) fs: partiton: add sanity check 
* [#8079](https://github.com/apache/nuttx/pull/8079) fs: poll: add missing FAR qualifier to poll() 
* [#8072](https://github.com/apache/nuttx/pull/8072) fs: poll: Fix poll_notify for CONFIG_BUILD_KERNEL 
* [#8337](https://github.com/apache/nuttx/pull/8337) fs: procfs: sort level0 process id 
* [#8270](https://github.com/apache/nuttx/pull/8270) fs: procfs: fix the issue of /proc/cpuload in SMP 
* [#8545](https://github.com/apache/nuttx/pull/8545) fs: procfs: group/tg_info/argv: Make utility function to read argv as string 
* [#7922](https://github.com/apache/nuttx/pull/7922) fs: procfs: procmeminfo: support memdump can show specific task 
* [#8626](https://github.com/apache/nuttx/pull/8626) fs: procfs/meminfo: skip invalid character before memdump 
* [#8637](https://github.com/apache/nuttx/pull/8637) fs: rpmsgfs: return ENOTTY to vfs to do cmd operate 
* [#7947](https://github.com/apache/nuttx/pull/7947) fs: streams: Flush streams in userspace when the process exits 
* [#7991](https://github.com/apache/nuttx/pull/7991) fs: signalfd: using file descriptor to accept signal 
* [#5999](https://github.com/apache/nuttx/pull/5999) fs: sync: add sync api 
* [#8053](https://github.com/apache/nuttx/pull/8053) fs: timerfd: Reverse truncate and mmap field 
* [#7990](https://github.com/apache/nuttx/pull/7990) fs: timerfd/eventfd: using anonymous inodes and using isr to notify poll waiter. 
* [#8373](https://github.com/apache/nuttx/pull/8373) fs: vfs: Suppoprt F_DUPFD_CLOEXEC 
* [#8032](https://github.com/apache/nuttx/pull/8032) fs: vfs: add missed truncate callback at timerfd file_operation 
* [#8729](https://github.com/apache/nuttx/pull/8729) fs: vfs/poll: Remove the unused ptr field from pollfd 
* [#8089](https://github.com/apache/nuttx/pull/8089) fs: vfs/poll: Remove POLLFILE and POLLSOCK NuttX specific extension 
* [#8154](https://github.com/apache/nuttx/pull/8154) fs: vfs/fs_truncate.c:Add socket judgment to return correct errno. 


Networking

Improvements

Markdown
* [#8735](https://github.com/apache/nuttx/pull/8735) net: Remove the dummy implementation from sock_intf_s 
* [#7980](https://github.com/apache/nuttx/pull/7980) net: Add netfilter compatible headers 
* [#8059](https://github.com/apache/nuttx/pull/8059) net: Support fragmentation and reassembly 
* [#7985](https://github.com/apache/nuttx/pull/7985) net: Separate IP_PKTINFO from NET_IGMP 
* [#7989](https://github.com/apache/nuttx/pull/7989) net: Add set/getsockopt options compatible with iptables. 
* [#8822](https://github.com/apache/nuttx/pull/8822) net: use NXRMUTEX_INITIALIZER for rmutex init 
* [#8811](https://github.com/apache/nuttx/pull/8811) tun: fix the access address is incorrect 
* [#7937](https://github.com/apache/nuttx/pull/7937 ) tun: add ioctl cmd TUNGETIFF implement 
* [#8751](https://github.com/apache/nuttx/pull/8751) net: Finish FIONBIO default action if si_ioctl return OK 
* [#8669](https://github.com/apache/nuttx/pull/8669) net: Performance optimizations in connection allocations. 
* [#8111](https://github.com/apache/nuttx/pull/8111) net: consistent the net sem wait naming conversion 
* [#8029](https://github.com/apache/nuttx/pull/8029) net: add some network-related definitions #8049 
* [#8351](https://github.com/apache/nuttx/pull/8351) net: Implement socket shutdown() interface 
* [#8448](https://github.com/apache/nuttx/pull/8448) net: remove protocol argument from si_setup callback 
* [#8487](https://github.com/apache/nuttx/pull/8487) net: modify find device logic 
* [#8300](https://github.com/apache/nuttx/pull/8300) net: Fix ICMPv6 RA parsing procedure 
* [#8091](https://github.com/apache/nuttx/pull/8091) net: Move accept to libc after https://github.com/apache/nuttx/pull/8083 
* [#8739](https://github.com/apache/nuttx/pull/8739) net: arp: Only parse ioctl request for valid cmd. 
* [#7889](https://github.com/apache/nuttx/pull/7889) net: arp: Remove nuttx/net/arp.h 
* [#7862](https://github.com/apache/nuttx/pull/7862) net: arp: rules bind to nics 
* [#8293](https://github.com/apache/nuttx/pull/8293) net: can: Bugfixed the SocketCAN send via setting the dev->d_len to dev->d_sndl… 
* [#8160](https://github.com/apache/nuttx/pull/8160) net: devif: bypass send length check if ip fragment enabled 
* [#8361](https://github.com/apache/nuttx/pull/8361) net: devif: check the net device before use 
* [#8380](https://github.com/apache/nuttx/pull/8380) net: devif: correct the judgment condition in devif_send() 
* [#8011](https://github.com/apache/nuttx/pull/8011) net: devif: fix devif_poll loop logic 
* [#8592](https://github.com/apache/nuttx/pull/8592) net: devif: fix null pointer reference found out by coverity 
* [#7969](https://github.com/apache/nuttx/pull/7969) net: devif_loopback: Add robustness to avoid infinite loop 
* [#8082](https://github.com/apache/nuttx/pull/8082) net: devif_poll: optimize device buffer alloc in txpoll 
* [#8837](https://github.com/apache/nuttx/pull/8837) net: icmpv6: add RDNSS field support for route advertise message 
* [#8785](https://github.com/apache/nuttx/pull/8785) net: icmpv6: align structs to 2 bytes. 
* [#8451](https://github.com/apache/nuttx/pull/8451) net: ip: fix compile break if disable NET_TCP 
* [#8302](https://github.com/apache/nuttx/pull/8302) net: local_connect: Align the returned error code with Linux 
* [#8010](https://github.com/apache/nuttx/pull/8010) net: local: fix error when work with epoll 
* [#8027](https://github.com/apache/nuttx/pull/8027) net: local: rename NET_LOCAL_VFS_PATH to follow linux 
* [#8749](https://github.com/apache/nuttx/pull/8749) net: local: Return the unblock handle correctly in local_accept 
* [#8067](https://github.com/apache/nuttx/pull/8067) net: local: set POLLIN/POLLOUT threshold for local fifo 
* [#7912](https://github.com/apache/nuttx/pull/7912) net: local: Support the abstract path 
* [#8084](https://github.com/apache/nuttx/pull/8084) net: mld: fix build break of mld router 
* [#8093](https://github.com/apache/nuttx/pull/8093) net: mld: update help manual for mld router 
* [#7964](https://github.com/apache/nuttx/pull/7964) net: nat: Fix misused d_draddr in select_port 
* [#8915](https://github.com/apache/nuttx/pull/8915) net/tcp: Reply RST when we cannot receive data 
* [#7968](https://github.com/apache/nuttx/pull/7968) net: nat: Support isolation between multiple WAN devices by saving external ip 
* [#7951](https://github.com/apache/nuttx/pull/7951) net: nat: Use hashtable to optimize performance 
* [#8083](https://github.com/apache/nuttx/pull/8083) net: net_socket: Add an implementation of the accept4 method 
* [#8080](https://github.com/apache/nuttx/pull/8080) net: netdev: Avoid hardcoded guardsize when using d_iob 
* [#8513](https://github.com/apache/nuttx/pull/8513) net: netinet: in.h: add support for Nimlang compatibility. 
* [#8753](https://github.com/apache/nuttx/pull/8753) net: pkt: Add readahead queue for pkt, call input for tx on sim 
* [#8273](https://github.com/apache/nuttx/pull/8273) net: route.h: add RTF_XX flags and rt_dev member 
* [#8518](https://github.com/apache/nuttx/pull/8518) net: sendfile: adapt sendfile() to support new driver model 
* [#8344](https://github.com/apache/nuttx/pull/8344) net: slip: Change SLIP to use IOB 
* [#8632](https://github.com/apache/nuttx/pull/8632) net: socket: divide errno & s_error 
* [#8272](https://github.com/apache/nuttx/pull/8272) net: support ipv4 ToS and ipv6 TrafficClass 
* [#8301](https://github.com/apache/nuttx/pull/8301) net: tcp: tcp_netpoll: add assert into tcp_pollsetup when pollinfo invalid 
* [#8297](https://github.com/apache/nuttx/pull/8297) net: tcp: udp_connect: If the remote addr is ANY, change it to LOOPBACK 
* [#7913](https://github.com/apache/nuttx/pull/7913) net: tcp: contig received data to reducing iob consumption 
* [#8102](https://github.com/apache/nuttx/pull/8102) net: tcp: debug feature to drop the tx/rx packet 
* [#8024](https://github.com/apache/nuttx/pull/8024) net: tcp: Do not trigger retransmission if the new data has not been consumed. 
* [#8333](https://github.com/apache/nuttx/pull/8333) net: tcp: reuse common api to replace some ip select code 
* [#7916](https://github.com/apache/nuttx/pull/7916) net: tcp: rename NET_TCP_RECV_CONTIG to NET_TCP_RECV_PACK 
* [#8062](https://github.com/apache/nuttx/pull/8062) net: tcp: add Selective-ACK support (RFC2018) 
* [#8044](https://github.com/apache/nuttx/pull/8044) net: tcp: reprepare response buffer from unthrottle pool 
* [#8130](https://github.com/apache/nuttx/pull/8130) net: tcp: fix potential busy loop in tcp_send_buffered.c 
* [#8129](https://github.com/apache/nuttx/pull/8129) net: tcp: correct behavior of SO_LINGER 
* [#7525](https://github.com/apache/nuttx/pull/7525) net: tcp: Improvements in TCP connections allocation. 
* [#8334](https://github.com/apache/nuttx/pull/8334) net: tcp: free TCP rx buffer immediately in tcp_close 
* [#8165](https://github.com/apache/nuttx/pull/8165) net: tcp: move drop send source code to correct place 
* [#8409](https://github.com/apache/nuttx/pull/8409) net: tcp: remove conn check since which can not be NULL 
* [#8421](https://github.com/apache/nuttx/pull/8421) net: tcp: Regard snd_wnd update as ACKDATA 
* [#8315](https://github.com/apache/nuttx/pull/8315) net: tcp: fix trans data error when fast retrans 
* [#8314](https://github.com/apache/nuttx/pull/8314) net: tcp: add TCP_ACKDATA flag to close event callback 
* [#8298](https://github.com/apache/nuttx/pull/8298) net: tcp: modify errno when connect raddr is ANY for ltp 
* [#8343](https://github.com/apache/nuttx/pull/8343) net: tun: Change TUN/TAP to use IOB 
* [#8647](https://github.com/apache/nuttx/pull/8647) net: udp: Add drop count when limited by recv bufsize 
* [#7891](https://github.com/apache/nuttx/pull/7891) net: udp: correct udp send timeout 
* [#8299](https://github.com/apache/nuttx/pull/8299) net: udp: Ipv4/6 can be bound to the same port 
* [#8313](https://github.com/apache/nuttx/pull/8313) net: udp: remove DEBUGASSERT for ip6_is_ipv4addr 
* [#8493](https://github.com/apache/nuttx/pull/8493) net: udp: Support binding to same addr/port if SO_REUSEADDR is specified. 
* [#8609](https://github.com/apache/nuttx/pull/8609) net: usrsock: Do not return error when conn not found for an event 
* [#8317](https://github.com/apache/nuttx/pull/8317) net: usrsock: net_lock: fix deadlock issue when running iperf tx test on usrsock 
* [#8262](https://github.com/apache/nuttx/pull/8262) net: usrsock: only TCP data should be aggregrated for rpmsg case 
* [#8429](https://github.com/apache/nuttx/pull/8429) net: usrsock: optimize usersock send/recv path 
* [#8630](https://github.com/apache/nuttx/pull/8630) net: local: local_socket: remove the wrong assertion in local_listen() 
* [#8148](https://github.com/apache/nuttx/pull/8148) net: rpmsg: socket related update 

Security Issues Fixed In This Release

Compatibility Concerns

Markdown
* [#8166](https://github.com/apache/nuttx/pull/8166) ESP32: Enable the allocation of Userspace heap exclusively in SPI RAM under Flat mode 

	Breaking change: ESP32_SPIRAM no longer auto selects XTENSA_IMEM_USE_SEPARATE_HEAP.
	XTENSA_IMEM_USE_SEPARATE_HEAP is now selected by ESP32_IMM_HEAP, which in turn is not enabled by default.

	Drivers that previously relied on XTENSA_IMEM_USE_SEPARATE_HEAP now bring in ESP32_IMM_HEAP if ESP32_SPIRAM is also selected, with the notable exception from ESP32_WIFI.

	ESP32_WIFI previously used XTENSA_IMEM_USE_SEPARATE_HEAP for allocating dynamic data into Internal RAM via a specific API. 
	With this PR, there is now an alternative approach using MM_KERNEL_HEAP. So it is up to the user to either select ESP32_IMM_HEAP or MM_KERNEL_HEAP.
	In order to keep the current behavior, custom board users shall select ESP32_IMM_HEAP on Kconfig.  

* [#7525](https://github.com/apache/nuttx/pull/7525) Improvements in TCP connections allocation. 

	This is an attempt to fix the issues reported in #6960:

    Only a single connection is allocated, the one actually needed.
    In tcp_free() the connection is actually deallocated, instead of leaving it existing forever in the list.

	This is only the first step, possibly with more to come (list of pre-allocated connections, maximum connections limit etc).

	For the moment, this PR handles only TCP, till we determine all the details.
	Then the fix will be copied to all other connections that use similar logic.

* [#8691](https://github.com/apache/nuttx/pull/8691) drivers/serial: Echo input in driver layer 
* [#8846](https://github.com/apache/nuttx/pull/8846) drivers/pty: Echo input by default

	Align the pty behavior to linux/bsd,
	Also fix the ECHO issue with microadb after #8691.
	adb shell will echo normally with this patch.

* [#8235](https://github.com/apache/nuttx/pull/8235) board: Pass the assertion expression to board_crashdump too

* [#8717](https://github.com/apache/nuttx/pull/8717) arch/armv8-m: DSP extension is optional 
	The DSP extension is optional for armv8-m cores, so it should be explicitly set by chip configuration.
	Otherwise this can lead to hard to debug hardfaults for cores that do not support DSP.
	Breaking change for out-of-tree armv8-m chips.

* [#8378](https://github.com/apache/nuttx/pull/8378) tools/makefile: silent all compile output 
	In order to make compilation warnings and errors easier to be found out,
	this commit will disable the printing of the compilation process as much
	as possible, and also if you want to restore the log information of the
	compilation process, please enable verbose build on command line:

	$ make V=0
	OR
	$ make V=1

	| V=0:   Exit silent mode
	| V=1,2: Enable echo of commands
	| V=2:   Enable bug/verbose options in tools and scripts

* [#8623](https://github.com/apache/nuttx/pull/#8623) include/signal.h:Expanding SIGNAL to be consistent with Linux 
	build breaks if CONFIG_SCHED_HAS_PARENT is not defined because SIGCHLD will collide with the new values.


Known Problems In This Release

...