DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
PR-1123 Move task_init() and task_activate() to be internal functions
PR-1140 Add nxtask_uninit() interface
This function will undo all operations on a TCB performed by task_init() and release the TCB by calling kmm_free(). This is intended primarily to support error recovery operations after a successful call to task_init() such was when a subsequent call to task_activate fails.
Bug Fixes
Many private architecture interfaces were using 'up_' instead of the arch name 'arm_'
...
PR-1018 PR-1017 PR-1021 PR-1022 PR-1057 PR-1060 Clean up internal APIs that were not using the propery properly naming conventions
PR-857 Wrong value for it_interval field in timespec returned by timer_gettime
...
PR-1116 NRF52832: Work around chip eratta for SPI Master 1 Byte transfer anomaly
PR-1130 imxrt: Resolve WFI issue by setting the low power mode to remain in run mode
Driver Support
Bug Fixes
PR-1206 PR-1207 PR-1210 ioctl function should retun ENOTTY when the command is not recognized.
New Driver Support
PR-795 PR-1001 Initial NuttX audio driver supporting the Spresense CXD56
...
PR-1101 gs2200m: Add WPA2-PSK AP mode support, this is now the default instead of WEP
PR-1127 gs2200m: Resolve possible buffer overrun in packet parsing
PR-1115: SPI slave: Improve interface
...
PR-1113 lm3s6965ek: Use proper sysclock for QEMU configuration
File System
Bug Fixes
PR-918 tmpfs: Calling statfs could cause files to be removed recursively
...
- Add the source command.
- Avoid use of sh where it is not needed since it pollutes the parent environment including the working directory and variables.
Bug Fixes
Security Issues Fixed In This Release
...