nuttx-apps icon indicating copy to clipboard operation
nuttx-apps copied to clipboard

Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS

Results 127 nuttx-apps issues
Sort by recently updated
recently updated
newest added

Thanks for making `ostest` loadable in KERNEL mode NuttX! I run it with kernel build on CanMV230 and got the following dumps at the end: ``` Final memory usage: VARIABLE...

Hi, I notice that the esp32s3 does not support power management. Do you have a plan for this function?

## Summary Add the static keyword to required function and variable delcaration to reduce their scope. Stops namespace pollution in `CONFIG_BUILD_FLAT` ## Impact Stops symbol collision when `CONFIG_TESTING_SD_BENCH` and `CONFIG_TESTING_SD_STRESS`...

I have a question about RR scheduler https://github.com/apache/nuttx-apps/blob/d73e6412b7d8453b25c91f324c81d88f8abbcd51/testing/ostest/roundrobin.c#L227 The comment shows thread_1 and thread_2 should start and complete at about the same time. But I did not see any assert...

## Summary feature: implement simple spinlock test Two threads use share variable and the variable should be same as excepted. ## Impact ostest if config spinlock ## Testing ./tools/configure.sh -l...

## Summary Bypass libc and other system calls into NuttX directly, similar to WAMR's builtin libc but cover more interface, must works with --bounds-checks=0 now, so it's more like an...

Some of the application Makefiles have configuration checks that overlap dependencies given in Kconfig and Make.defs. Ideally each check should be done at only one place, and dependencies should be...

Where is the documentation that describes what each of these apps actually do ????

* the idea to build wasm modules using nuttx headers is broken * it produces very WAMR specific modules (it seems targeting WAMR's LIBC_BUILTIN). if we want to build wasm...

When MCUBOOT and NIMBLE are both enabled, conflicts arise due to both enabling the TinyCrypt module.