Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • nuttx-7.20
  • nuttx-7.19
  • nuttx-7.18
  • nuttx-7.17
  • nuttx-7.16
  • nuttx-7.15
  • nuttx-7.14
  • nuttx-7.13
  • nuttx-7.12
  • nuttx-7.11
  • nuttx-5.19
  • nuttx-6.0
  • nuttx-6.1
  • nuttx-6.10
  • nuttx-6.11
  • nuttx-6.2
  • nuttx-6.3
  • nuttx-6.4
  • nuttx-6.5
  • nuttx-6.6
21 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.025Mar24232018171615141312109127Feb2625242322212019189428Jan222019181716141312109104321Dec191684330Nov292827262524232221201918171413126532131Oct3028272624232120171615141312111086227Sep26252423201918151413121185126Aug25242120191813121110852130Jul2827212018171615141310976542130Jun292827262524232120191817161514119542123May222120191716151312111098654229Apr2625222120191814131211109876543131Mar2928272624232221apps/examples/elf: Add an option to strip debug symbols even if the debug symbols are enabled in the base code.mastermasterapps/examples/elf: Use strip command to make ELF binaries MUCH smaller.apps/examples/elf: Remove some debug code that was left in the previous commit.apps/examples/elf: Extend the ELF program module demo so that you can use compressed ELF programs with CROMFS.Remove canutils/libuavcan and examples/uavcan. libuavcan has not built for a year or so. The basic problem is that as NuttX advances, the old frozen versino of libuavcan has become absolute because it violates the portable POSIX OS interface. No one is maintaining the port so there is no alternative but to remove it.apps/examples/cromfs: Update Kconfig comments.apps/examples/cromfs: Add an example of how to build a CROMFS file system image.libc/lzf: Define structures to represent LZF headers.apps/system/lzf:apps/posix_spawn: Eliminate a warning.apps/system/lzf: Refactor so that the user is no longer required to generate the LZF headerapps/system/lzf: Don't build the LZF tool if the LZF library is not enabled.apps/system/lzf: Move the LZF tool from apps/examples/ to apps/system.apps/examples/nsh and posix_spawn: Must not call exec_setsymtab() directly. That is a non-POSIX internal OS interface.apps/examples/lzf: Fix name composition and set defaults early in main.apps/examples/lzf: unlzf and lzcat are not supported.apps/examples/lzf: lzf_compress() now expects the hash table as user allocated input parmeter rather than declaring the huge array on the stack.apps/examples/lzf: Fix another coding standard issue.apps/examples/lzf: Add the test case from Marc Alexander Lehmann's LIBLZF3.6 librraryapps/system and wireless: Applications should use the standard clock() interface, not the internal NuttX clock_systimer() interface.apps/system/stackmonitor: Fix comparison between pointer and zero character constant.apps/examples/netloop: Update network loopback example so that it can be used to test TCP KeepAlive.Squashed commit of the following:apps/examples/ft80x: Text is handled by the coprocessor and, hence, must use RAM_CMD, not RAM_DL.Squashed commit of the following:apps/netutils/tftpc: This commit modifies the TFTP client functions to use a data read/write callback instead of a file.This allows TFTP to write to arbitrary destination (in my case, a MTD device - for firmware update). Two new functions are introduced for this, named tftpget_cb and tftpput_cb. They are just made of most of the existing code. The previously existing tftpget/tftpput functions are now wrappers on the new ones, with callbacks that read/write from files, so my modifications are backwards compatible with existing applications, eg the associated nsh commands dont need to be changed.Change 7.24 release to 3/2, I won't be getting it done today after all.Update ChangeLog in preparation for nuttx-7.24 release.apps/graphics/ft80x: Add controls for enabling/disabling the audio amplifier; Add general interfaces for controlling FT80x GPIOs.apps/graphics/ft80x: Add basic support for GPIO and configuration for eventual support of FT80x GPIO audio shutdown controlsapps/graphics/ft80x: Add interface to play midi sounds; apps/examples/ft80x: Add an example using stencils.apps/graphics/ft80x: Audio buffer size/offset is now configurable.apps/graphics/ft80x: Fix some circular buffer management logic.apps/graphics/ft80x: Simplify some interfaces.apps/graphics/ft80x: Fix an incorrect size adjustment.apps/graphics/ft80x and apps/examples/ft80x: Fix some compile issues with other configuration options are selected.apps/graphics/ft80x: Add 'prototype' quality logic for playing audio files.apps/graphics/ft80x: Ooops 5 touch points, not 4. apps/examples/ft80x: Re-order to some tests.apps/graphics/ft80x: Add more touchscreen interfaces. apps/examples/ft80x: Add an interactive example using buttons, keys, and touchscreen input.Add a changes in places missed in the last commit.
Loading