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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
27a55f36d68b23b4e6b4c0f67dfbbbf89d9e61fa
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
Begin with the selected commit
Created with Raphaël 2.2.0
11
Aug
6
4
3
2
1
29
Jul
28
25
24
23
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
1
30
Jun
27
24
23
22
21
20
17
16
14
13
12
11
10
9
8
7
6
5
3
2
1
31
May
30
25
23
22
21
19
18
12
11
10
9
6
5
3
24
Apr
22
20
17
14
6
4
3
1
30
Mar
28
26
25
24
22
21
17
16
14
11
1
24
Feb
23
22
21
20
19
15
14
9
8
6
5
2
1
31
Jan
30
29
28
27
23
22
21
20
19
18
17
14
13
8
6
5
4
1
31
Dec
30
15
14
13
12
11
7
5
2
30
Nov
29
28
27
26
25
24
23
22
21
18
17
13
12
10
9
5
3
2
1
13
Oct
12
10
9
8
7
6
3
2
1
30
Sep
29
25
24
23
11
10
8
7
5
3
2
1
31
Aug
30
27
26
24
23
21
20
18
17
14
13
12
11
10
9
8
7
4
31
Jul
30
29
28
27
26
25
24
23
24
23
22
21
17
14
13
12
11
10
9
8
6
5
4
3
2
1
29
Jun
28
26
21
Cosmetic. Add a blank line.
apps/interpreters/minibasic: Add an option to enable/disable the test script
apps/interpreters/minibasic: Use strtod() instead of fscanf()
Add some comments
apps/interpreters/minibasic: Move 1K I/O buffer off the stack and into a static.
Mini Basic: some cosmetic changes
Fix to get Mini-Basic to build
apps/interpreters/minibasic: Add a port of Mini Basic, version 1.0, written by Malcom McLean and released under the Creative Commons Attirbution license.
Add RFID_READUID sample application
FIFO_SIZE vs PIPE_SIZE
Oops, wrong kind of comments
Add some dependencies on new settings in apps/examples/pipe
NSH: cmd_mkfifo depend son CONFIG_DEV_PIPE_SIZE > 0
Got delimiter backward in recent commit
apps/exmples/gpio: Should not claim an error if we are only asked to read an output pin
Update ChangeLog
Add DIRLINK and DIRUNLOBK tool definitions to Make.defs
Add definition for APPNAME in apps/canutils/canlib
apps/examples/gpio: Bug fixes from testing
apps/examples/gpio: Add a simple test of the GPIO driver
Fix a syntax error in a Kconfig file. Update comments in another.
Add the dirlinks target to some Makefiles. This plugs some wholes open by last chicken-and-egg build fix
apps/canutils/libuavcan: Under certain circumstances, DELIM make not be defined in Makefile
Fix a few typos in the changelog
nuttx-7.17
nuttx-7.17
Fix date of 7.17 release.
Prep for 7.17 release
Update ChangeLog
Merged in paulpatience/nuttx-apps/libcanard (pull request #55)
apps/canutils/libcanard: Update version
Move include/nuttx/regex.h to include/nuttx/lib/regex.h
Move include/nuttx/configdata.h to include/nuttx/mtd/configdata.h
(1) Make.defs set the include path in CFLAGS, but not in CXXFLAGS, (2) canutils/libuavcan/Makefile should not use explication / delimiters. It should not use -I. I should use DELIM: command not found and nuttx/tools/incdir.sh
Version b28bf6... of apps/canutils/libcanard must not be patched due to moving can.h
ramdisk.h moved from include/fs/nuttx/ to include/nuttx/drivers.
pwm.h moved from include/nuttx/ to include/nuttx/drivers.
can.h moved from include/nuttx/ to include/nuttx/drivers.
Driver related prototypes moved out of include/nuttx/fs/fs.h and into new include/drivers/drivers.h
Things that use mkfifo() and pipe() depend on CONFIG_PIPES
apps/examples/pty_test: If CONFIG_SERIAL_TERMIOS is not selected, then don't call tcgetattr or tcsetattr.
Eliminate some warnings
Loading