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.
bd273b9f1364556859aeea598a933fac76741cb8
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
Nov
10
9
3
31
Oct
26
22
11
8
6
1
22
Sep
12
5
2
26
Aug
25
24
23
22
19
15
13
12
11
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
Fix some header comment block widths
Update README
tcledit: Costmetic changes to get file closer to coding standard.
Update README
tcledit: Fix some more compile issues
tcledit: Fix a few compile issues.
libwld: Should not depend on dev_pixel_t
Remove references to old AST naming
tcledit: Rename stuff to get close to current NuttX coding standard.
libwld: Rename some things to get closer to current coding standard.
tcledit: Fix some compile issues. Still undefined things at link time.
libwld: Now compiles without errors or warnings
tcledit: Fix a few compile problems.
Run some .c files throut nuttx/tools/indents.sh
tcledit: More logic in world library.
Few more compilation issues
Untangle some header files
Don't include from Nuttx/include as system files. Need real platform files. config.h is an issue.
More name changes + compilation fixes
More name changes
Beginning the long process of name changes
Fix a few compile issues.
Traveler: First dirty conversion of the TCL/X11 world editor
Modbus Master is missing many files and doesn't compile at all. I'm attaching diff with my implementation. More details in https://groups.yahoo.com/neo/groups/nuttx/conversations/topics/13734
Add platform support for the ESP32 core v2 board
examples/ostest: Eliminate some warnings
examples/cctype: Clean up KEY
Fix file date
examples/cctype: Add an example to verify cctype fucntions
apps/nshlib: nsh_getdirpath(), use snprint instead of sprintf to avoid possibility of buffer overrun. Noted by Chung Hwan Kim.
Add a new buttons example that uses the button character driver instead of the architecture buttons directly
Rename examples/buttons to examples/archbuttons
7.18 will probably be released later today
nuttx-7.18
nuttx-7.18
Update ChangeLog
apps/nshlib: Don't try to flush output streams if stdio buffered I/O is not supported.
CONFIG_CL_MFR522, not CONFIG_WL_MFR522
Correct path to header file
apps/platform: Add support for STM32L476-MDK
apps/nshlib: Add printf command to NSH, e.g., controlling /dev/userleds from command line: nsh> printf \x01 > /dev/userleds
Correct syntax error in include directive
Loading