Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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 RTOS
Graph
2d4fa19a54e9a84744d71345b01ccb0e8c1af640
Select Git revision
Branches
2
master
default
protected
radio
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-7.10
nuttx-7.9
nuttx-7.8
nuttx-7.7
nuttx-7.6
nuttx-7.5
nuttx-7.4
nuttx-7.3
nuttx-7.2
nuttx-7.1
22 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
20
Mar
19
18
17
16
15
14
13
12
11
10
9
7
6
5
4
3
2
1
27
Feb
26
25
24
23
22
21
20
19
18
17
15
14
13
12
11
10
9
8
7
6
5
4
3
1
31
Jan
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
12
11
10
9
8
7
6
5
4
3
2
1
31
Dec
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
4
3
2
30
Nov
29
28
27
26
25
24
23
22
fs/cromfs and tools/gencromfs: Various fixes for traversal relative file paths. Biggest changes is in types used: Cannot use size_t or mode_t in common structures because they have different sizes on the (64-bit) host and the (32-bit) target. Use uint32_t instead of size_t for offsets. Use uint16_t instead of mode_t.
reorganize code and prevent some warnings
refactor packet reception
fs/cromfs: Fix read logic. tools/genromfs.c: Last node in directory needs to have zero for peer offset. Still some issues with empty directories.
check chip status directly in setprop/getprop and cleanup lots of code
tools/gencromfs.c: Fix a mixconception about how nested directories should be traversed.
This commit adds tools/gencromfs.c, a tool that can be used to generate CROMFS file system images.
mm/iob/iob_copyin.c: Fixed problem with send() ret value when using nonblocking io over buffered tcp socket
arch/arm/src/stm32l4: Port 1wire driver from stm32.
include/nuttx/fs/dirent.h: Fix CROMFS-related compilation error.
Merged in masayuki2009/nuttx.nuttx/fix_smp_bugs (pull request #615)
libc/lzf: Fix some typos in code that was in conditional logic that was not building. Change a literal use of 13 to HLOG which used to be 13.
libc/zxf: Fix more coding standard issues.
implement some individual commands and work on rx
drivers/wireless: Fix some issues in the CC1101 driver; Update the CC1101 chip version number
Addes CROMFS prototype. CROMFS is a commpressed, in-memory read-only file system based on LZF.
transmission seems to work from the packet handler perspective
better attempt at framing
Merge branch 'master' into radio
libc/lzf: Define structures to represent LZF headers.
configs/stm32f103-minimum: Fix a few typos.
configs/stm32f4discovery: Building of stm32_appinit.c should not depend on CONFIG_NSH_LIBRARY but on CONFIG_LIB_BOARDCTL.
configs/stm32f4discover/posix_spawn: With recent changes, needs to enabled boardctl() w/symbol table support.
work in progress with packets
libc/lzf: Refactor so that the user is no longer required to generate the LZF header
Update some comments.
Refresh some configurations and adapt to recent changes to apps/examples/nsh.
libc/lzf/Kconfig: Remove some kruft left in the file.
fs/mmap: Fixed compiler warning about access to uninitialized variable in rammap(...)
libc/lzf: Update Kconfig comments
Merge branch 'master' into radio
Transmission seems OK, to be tested via RF capture
libc/lzf: Another trivial coding standard fix.
Update some function headers.
libc/lzf: lzf_compress() now expects the hash table as user allocated input parmeter rather than declaring the huge array on the stack.
libc/lzf: Make HLOG configurable
libc/lzf: Fix an error introduced in coding standard conversion.
properly apply wds config file at boot
Trivial correction to a typo in a comment.
build fixes
Loading