Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Markdown
* [#15123](https://github.com/apache/nuttx/pull/15123) binfmt/modlib: reduce size of binary_s if CONFIG_LIBC_MODLIB is disabled
* [#15124](https://github.com/apache/nuttx/pull/15124) binfmt/loadable: move binary_s to stack to avoid access allocator
* [#15756](https://github.com/apache/nuttx/pull/15756) include/stdlib.h: define system()'s prototype for the flat build
* [#15640](https://github.com/apache/nuttx/pull/15640) modlib/meminfo: trivial revision on logging/dump
* [#15588](https://github.com/apache/nuttx/pull/15588) modlib: fix armv7a w/ unified gnu-elf.ld.in
* [#15527](https://github.com/apache/nuttx/pull/15527) modlib:gnu-elf.ld.in load exe elf data section mismatch
* [#15494](https://github.com/apache/nuttx/pull/15494) kconfiglib/mark: It should use pip instead of apt install* [#15722](https://github.com/apache/nuttx/pull/15722) gdb/wdog: add basic wdog dump command
* [#15723](https://github.com/apache/nuttx/pull/15723) gdb/workqueue: add basic workqueue dump support
* [#15726](https://github.com/apache/nuttx/pull/15726) gdb: add tool to check heap memory corruption
* [#15613](https://github.com/apache/nuttx/pull/15613) gdbstub: add const to send buffer
* [#15618](https://github.com/apache/nuttx/pull/15618) gdbstub: typo and log fixes
* [#15623](https://github.com/apache/nuttx/pull/15623) Gdbstub support binary memory read
* [#15759](https://github.com/apache/nuttx/pull/15759) gdbstub: fix memory binary upload on latest GDB
* [#15777](https://github.com/apache/nuttx/pull/15777) Nxgdb mm minor fixes
* [#15742](https://github.com/apache/nuttx/pull/15742) nxgdb/fs: simpifiy inode print and add more command options
* [#15743](https://github.com/apache/nuttx/pull/15743) nxgdb/irq: add irqinfo command
* [#15744](https://github.com/apache/nuttx/pull/15744) nxgdb/memdump: add free command
* [#15745](https://github.com/apache/nuttx/pull/15745) Nxgdb memleak optimization

Major Changes to the Build System

...