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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
ce7df1f961d218e824b88f98f8b9b96a63efed63
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
Begin with the selected commit
Created with Raphaël 2.2.0
16
Mar
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
21
20
19
18
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
libc/lzf: Add Marc Alexander Lehmann's LIBLZF3.6 librrary
WIP
drivers/serial/Kconfig: Kconfig is too big, divide into Kconfig, Kconfig-uart, Kconfig-usart, Kconfig-sci, Kconfig-16550. More than one MCU supports LPUARTs. Add Kconfig-lpuart and remove MCU-specific LPUART definitions. Affects Kinetis and STM32L4.
Update a README
Update some comments.
Merge branch 'master' into radio
reworking how to set rf parameters
Trivial fix of two typos
Standardization of some function headers.
Standardization of some function headers.
drivers/sensors: Add support for Sensirion SHT2x humidity sensor
libc/time: Add an implementationof clock()
add a header for modemcalc but dont use it for normal driver
Merge branch 'master' into radio
introduce separate modemcalc
Merged in spiriou/nuttx/stm32_lowputc (pull request #613)
Correct a link in the top-level README.txt file. Noted by David Drinn
Merged in spiriou/nuttx/stm32f103minimum_dfu (pull request #612)
net/tcp: In tcp_input(), add the logic to detect, decode, and respond to TCP Keep-Alive packets. In tcp_timer(), fix some problems with the way that TCP Keep-Alive probes were being formatted.
Merged in spiriou/nuttx/stm32_usbdev_hid (pull request #611)
sched/clock: Fix a recently introduced name collision
Merge branch 'master' into radio
Squashed commit of the following:
simplify the radio branch for future inclusion
Merge branch 'master' into radio
Merge branch 'master' into radio
Loading