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
33d5325b0935338d873052a72024b23b56cb0725
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
23
May
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
30
Apr
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Mar
30
31
30
29
28
27
26
25
24
23
22
21
22
21
20
21
20
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
Merge branch 'master' into radio
radio
radio
fs/fat: In fs_stat(), when stat'ing the root directory, avoid calculating the address of the root directory entry. The calculation is bogus (but not harmful) because the root directory does not have a directory entry. Noted by Boris Astardzhiev.
master
master
arch/arm/src/imxrt: There is a separate interrupt vector for DMA channel error interrupts.
Merge branch 'master' into radio
Merge branch 'master' of https://bitbucket.org/nuttx/nuttx
Merge branch 'master' of https://bitbucket.org/slorquet/nuttx
Squashed commit of the following:
Squashed commit of the following:
Squashed commit of the following:
configs/imxrt1050-evk/src: Add support for on-board NOR FLASH boot.
arch/arm/src/lpc17xx/lpc17_usbdev: Fix typo introduced with last change
arch/arm/src/lpc17xx/lpc17_usbdev.c: Fix loss of RX initiatives. USB bulk endpoints are double buffered on LPC17xx MCUs. This means that up to two packets might be received on an OUT endpoint that can not be handled immediately if the receive request queue is empty. Thus, rxpending must be a counter not a boolean flag.
arch/arm/src/imxrt: Fix some eDMA interrupt controls.
arch/arm/src/imxrt: IOMUXC logic now uses peripheral clock helpers (I think it was enabling the wrong clocks anyway). Minor updates to eDMA logic.
arch/arm/src/imxrt: Add eDMA interrupt decode logic.
arch/arm/src/imxrt: Add eDMA initialization logic.
arch/arm/src/imxrt: Centralilze and standardize control of peripheral clocking. Add logic to initialize the DMAMUX.
Update README file
drivers/lcd and configs/olimex-lpc1766stk: Remove support for the Nokia6100 LCD. That LCD uses a 9-bit SPI interface (the 9th bit being the command/data bit that is normally a discrete). That communication was never successfully integrated. I now believe that it would would require some special support from the low-level, MCU SPI driver to manage that 9th bit. The deleted code is still available in the Obsoleted repository in the nuttx/drivers/lcd, nuttx/configs/olimex-lpc1766stk, and Patches directories.
arch/arm/src/stm32: Include needed headers to get stm32_i2s.c compiled
include/nuttx/fb.h: Fix a type _BEND -> _BLEND
configs/stm32l1discovery: Fix a typo introduced in the Make.defs file.
configs/stm32l1discovery: Add support for the STM32L152RCT6 version.
include/nuttx/video/fb.h: No, I was right the first time. sys/types.h is needed in some inclusion contexts.
include/nuttx/fb: Last change was wrong. It was not a missing header. It was just a dumb typo.
include/video/fb.h: Use of size_t requires inclusion of sys/types.h
include/nuttx/video/fb.h: Make type used for overlay number consistent; Use standardized types (size_t and fb_coord_t) whenever possible.
arch/arm/src/stm32: Added Vbat measurement to adc driver for STM32F20xx and STM32F4xxx.
Merged fboverlay into master
arch/arm/src/imxrt: A little more eDMA logic. Slow progress.
arch/arm/src/imxrt: A little more DMA-related logic. Still no significant logic in place.
Recent changes to UDP in order to correct problems with UDP connection mode introduced a new bug: The 'to' address passed to sendto() must now be NULL in connection mode. But there are errors because there was one place where the 'to' address was still being used.
net/sixlowpan: TCP send should have PSH and ACK flags set when sending. This matches the standard network (Ethernet) TCP send logic.
arch/arm/src/imxrt: A little more DMA logic. Still far from complete.
arch/arm/src/imxrt: Add framework for eDMA support. Initial port is a rip off from the SAMA5Dx and is little more than the framework for the DMA support.
arch/arm/src/imxrt/chip: Remove un-necessary TCD structure.
arch/arm/src/imxrt/chip: Add more eDMA register definitions. Still missing TCD definitions.
arch/arm/src/imxrt/chip: Add more eDMA register definitions. Still missing bit-field definitions.
rch/arm/src/imxrt/chip: Add Ethernet pin properties.
arch/arm/src/imxrt/chip: Add DMA MUX register definition header file.
Loading