nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
### Description / Steps to reproduce the issue Except getting the latest Pi Pico SDK 2.0, the rest is the same as https://github.com/apache/nuttx/issues/7475, which is closed now. Similar to the...
### Description / Steps to reproduce the issue nrf9160 (Cortex-M33) with tickless enabled randomly locks up in ostest (in random places). Tested with config: `./tools/configure.sh nrf9160-dk/ostest_tickless` When tickless is disabled,...
### Description / Steps to reproduce the issue On Pi Pico W board with Pi Pico SDK 2.0, setup a system with working flash SmartFS file system and USB console,...
### Description / Steps to reproduce the issue Use existing base configuration, e.g., ./tools/configure.sh raspberrypi-pico-w:nsh-flash or set the following in menuconfig to create a flash system on Pi Pico Select...
## Backgound ELF is probably the most common binary format in existence. It is used primarily by large desktop systems like Linux but is also used by NuttX. The requirements...
make[2]: Entering directory '/cygdrive/d/Spuda/Documents/projects/nuttx/master/nuttx_fork/libs/libc' .\assert/lib_assert.c:25:10: fatal error: nuttx/arch.h: No such file or directory 25 | #include | ^~~~~~~~~~~~~~ compilation terminated. ERROR: arm-none-eabi-gcc failed: 1 command: arm-none-eabi-gcc -MT kbin\\lib_assert.o -M '-fno-builtin'...
$ tools/configure.sh sim:nsh $ make V=1 ... echo "LD: nuttx.exe" LD: nuttx.exe ld -r -z noexecstack -L"/cygdrive/d/Spuda/Documents/projects/nuttx/master/nuttx/staging" -L board \ -o nuttx.rel sim_head.o sim_doirq.o --start-group -lsched -ldrivers -lboards -lc -lmm...
### Description / Steps to reproduce the issue We have a simple application running on nuttx on the RP2040 that allows network access to a serial port and were doing...
## Summary Fix output format of fd info. Refered to PRINTF(3), the [v]snprintf returns the number of characters printed (excluding the null byte used to end output to strings). >...
## Summary netdb/lib_dnsquery.c: In the IPv6 or IPv4 dns_query_callback() block, if dns_recv_response() fails, dns_bind() is called again at try_stream to create a new socket. However, the original socket descriptor sd...