nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
…he 13.2 version of the toolchain. *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary *Update this section with information on why change is necessary, what it exactly does and how,...
__TODO: This adds 15 mins to Every CI Job, might exceed our quota of GitHub Runner Minutes. Maybe we should trigger this in `github.com/nuttxpr`, whenever a PR is created /...
### Description I upgrade to 12.7 but it show lower memory than 12.6 ``` NuttShell (NSH) NuttX-12.6.0 nsh> free total used free maxused maxfree nused nfree Umem: 316092 163716 152376...
### Description / Steps to reproduce the issue CPU will hang when eanble ESP32S3_APP_FORMAT_MCUBOOT and ESP32S3_SPIFLASH,follow is console: ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x1 (POWERON),boot:0x2b (SPI_FAST_FLASH_BOOT) SPIWP:0xee mode:DIO, clock div:2 load:0x3fcd35a8,len:0x1528...
### Description I need help understanding what is wrong with this implementation attempt. I am trying to make **HTTPS** calls in my project using **MBEDTLS**, and for that, I am...
### Description / Steps to reproduce the issue here is one of output: https://github.com/apache/nuttx/actions/runs/11365260351/job/31613141510?pr=14364 ### On which OS does this issue occur? [OS: Linux] ### What is the version of...
## Summary 1. Modify to map to the specified memory, CONFIG_FLASH_START and CONFIG_RAM_START 2. Add explanation README.TXT ## Impact All configurations under qemev7a have been specified with CONFIG_FLASH_START CONFIG_FLASH_SIZE, CONFIG_RAM-START,...
V7a mon
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary *Update this section with information on why change is necessary, what it exactly does and how, if new feature shows up, provide...
## Summary Add arm64 debug API by @qinwei2004 . ## Impact New feature, should have no impact. ## Testing I'll try to find a way to test the APIs these...
## Summary 1. Create a libbuiltin folder under libs for building toolchain related libraries such as libgcc and compiler rt 2. The code coverage tool for LLVM clang requires the...