nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

Apache NuttX is a mature, real-time embedded operating system (RTOS)

Results 714 nuttx issues
Sort by recently updated
recently updated
newest added

I have successfully configured a dual-interface connection on ESP32 (TTGO T-Call): ```sh nsh> pppd & [...] CONNECT nsh> ifconfig wlan0 Link encap:Ethernet HWaddr 98:cd:ac:7a:81:e0 at UP inet addr:192.168.10.236 DRaddr:192.168.10.1 Mask:255.255.255.0...

## Summary Implementation of GlibC's Obstacks (https://www.gnu.org/software/libc/manual/html_node/Obstacks.html) tweaked to be less memory-consuming (although it is way less efficient for a lot of small allocations). ## Testing Tested with a custom...

The device (ESP32, TTGO T-Call) is not getting an IP address when using PPP. Enabling `CONFIG_DEBUG_NET_INFO` gives me: `lcp_rx: We only support default or all zeros for ACCM` which repeats...

Hi, The stm32h7 does not properly drain the UARTs on close(). The console works perfectly and hides the problem, because nsh keeps the UART opened indefinitely. However, a custom program...

Hi, May I raise an issue I've seen this in many other OSS projects, IMHO, this copyright mention is not compatible with opensources/free licenses which is creating an ambiguity in...

DNS with PPP connections only work if `CONFIG_NETDB_DNSSERVER_IPv4ADDR` is manually set to DNS ip address (i.e. `0x08080808` for Google DNS). IPCP could be used to configure network-provided DNS address.

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies
python

While the PPPD example works, one needs to exit PPP mode (possibly power-resetting the modem) to send additional AT commands or read NMEA information from the GSM modems, which proves...

## Summary to handle 2038 problem correctly ## Impact The type of time_t ## Testing Pass CI

It would be useful to update Nuttx libcxx to [14.0.6](https://github.com/llvm/llvm-project/releases/tag/llvmorg-14.0.6) or even the latest 15.0.0 release to make newer C++ library features and fixes available. Even 15.0.0 (released Sep 6th)...