Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nuttx-apps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
nuttx-apps
Graph
master
Select Git revision
Branches
1
master
default
protected
Tags
20
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.
Begin with the selected commit
Created with Raphaël 2.2.0
25
Mar
24
23
20
18
17
16
15
14
13
12
10
9
1
27
Feb
26
25
24
23
22
21
20
19
18
9
4
28
Jan
22
20
19
18
17
16
14
13
12
10
9
10
4
3
21
Dec
19
16
8
4
3
30
Nov
29
28
27
26
25
24
23
22
21
20
19
18
17
14
13
12
6
5
3
2
1
31
Oct
30
28
27
26
24
23
21
20
17
16
15
14
13
12
11
10
8
6
2
27
Sep
26
25
24
23
20
19
18
15
14
13
12
11
8
5
1
26
Aug
25
24
21
20
19
18
13
12
11
10
8
5
2
1
30
Jul
28
27
21
20
18
17
16
15
14
13
10
9
7
6
5
4
2
1
30
Jun
29
28
27
26
25
24
23
21
20
19
18
17
16
15
14
11
9
5
4
2
1
23
May
22
21
20
19
17
16
15
13
12
11
10
9
8
6
5
4
2
29
Apr
26
25
22
21
20
19
18
14
13
12
11
10
9
8
7
6
5
4
3
1
31
Mar
29
28
27
26
24
23
22
21
apps/examples/elf: Add an option to strip debug symbols even if the debug symbols are enabled in the base code.
master
master
apps/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 header
apps/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 librrary
apps/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 controls
apps/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