nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
## Summary The existing tcp_send_buffered implementation does a full rewind from the most recent sent segment back to the earliest not acknowledged one, thus many TCP segments are re-sent every...
## Summary Introduce HAVE_RUST configuration flag similar to HAVE_CXX. Flag will be used to mark targets, which the rustc compiler supports. ## Impact nothing as it's new ## Testing Simulation...
## Summary The only use of the boards::context was to generate $(SCRIPTOUT) that is used by the linker. Instead of generating it at context phase, generate it via normal dependency...
## Summary `inline` keyword is a C99 extension, so inline functions must be treated based of `compiler.h` selection. ## Impact ## Testing Draft changes
## Summary it's easy to handle \n or \r\n ending correctly, so let's reduce the possible option to one(EOL_IS_CR). ## Impact ## Testing
## Summary ## Impact defconfig with DEFAULT_SMALL ## Testing Pass CI
## Summary This PR presents the changes regarding ST7735 and ST7789 controllers discussed last month in NuttX mailing list. It basically merges those two controllers into one single file called...
## Summary Add Micropython Config for running Micropython on NuttX Sim See Micropython support PR: https://github.com/apache/incubator-nuttx-apps/pull/840 TODO: - [x] Micropython config - [ ] Socket support ## Impact None ##...
## Summary The model is very useful to track the device info. The upcoming patch will addd model info driver by driver. ## Impact New field ## Testing
## Summary sched/wqueue: added debug option to tag and print worker name to the informational debug output. This may be useful e.g. to identify a hung up worker that stalled...