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
Commits
50546cb1a2f2c9016a4604e20f8a9863157b177a
Select Git revision
Branches
2
radio
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-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
nuttx
Author
Search by author
Any Author
authors
f4grx
f4grx
1 author
Mar 27, 2013
Add nxlines configuratin for the Open1788
· 50546cb1
patacongo
authored
12 years ago
50546cb1
Fixes to get SDRAM working on the Open1788. Works but is not reliable
· 997666ed
patacongo
authored
12 years ago
997666ed
Misc fixes to get SDRAM support and RAM test to build for the Open1788 platform
· 8f5c161b
patacongo
authored
12 years ago
8f5c161b
Patches for LPC17xx SSP driver from Chris Taglia; patch for RAM test from Rommel Marcelo
· edc4fd3f
patacongo
authored
12 years ago
edc4fd3f
Add apps/system/ramtest. I will use this for the LPC1788 SDRAM bringup
· fa1d47e4
patacongo
authored
12 years ago
fa1d47e4
Mar 26, 2013
Change the way that BPP is configured for the LPC17xx LCD so that all possible...
· 2215873d
patacongo
authored
12 years ago
2215873d
Default 24bpp
· 8fb673e7
patacongo
authored
12 years ago
8fb673e7
LPC17 LCD driver is code complete and in need of testing
· d9992b32
patacongo
authored
12 years ago
d9992b32
More lpc17xx LCD logic (still incomplete)
· c539bd50
patacongo
authored
12 years ago
c539bd50
Some initial LCD logic for the lpc1788 (still a work-in-progress)
· b3637d57
patacongo
authored
12 years ago
b3637d57
Mar 25, 2013
twr-k60n512 configurations converted to use the kconfig-frontends tools
· a60a0909
patacongo
authored
12 years ago
a60a0909
convert Kwikstik K40 configurations to use kconfig-frontends tools
· ebf9960d
patacongo
authored
12 years ago
ebf9960d
Mar 24, 2013
Fix configured SRAM size for LM4F120 LaunchPad; add an NSH configuration
· 2b556333
patacongo
authored
12 years ago
2b556333
Fix LM4F120 LaunchPad serial output. Add support for all 7 LM4F120 UARTs
· c568203d
patacongo
authored
12 years ago
c568203d
Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUs
· fde971ed
patacongo
authored
12 years ago
fde971ed
Mar 23, 2013
Fix an compilation error recently introduced into stm32_vectors.S
· 0b6910fe
patacongo
authored
12 years ago
0b6910fe
binfmt_execmodule() calls to sched_releasttcb() was not updated to use the...
· 82b86f9c
patacongo
authored
12 years ago
82b86f9c
Rework of kernel build signal dispatch to user-space handlers
· a1344d8a
patacongo
authored
12 years ago
a1344d8a
Mar 22, 2013
A few fixes related to dispatched signals in kernel mode (there are still issues)
· 2a77c202
patacongo
authored
12 years ago
2a77c202
Fix some errors in stm32_allocateheap.c for STM32 F1 and F3 that crept in recently
· eaee3fc4
patacongo
authored
12 years ago
eaee3fc4
Add a OS test kernel build configuration for the STM32F4Discovery board
· 6c6df120
patacongo
authored
12 years ago
6c6df120
Add kernel build support to the STM32 family and to the STM32F4Discovery board
· d7c53aa6
patacongo
authored
12 years ago
d7c53aa6
More ST5767 LCD files missed in last commit
· f6206367
patacongo
authored
12 years ago
f6206367
Add an ST7567 LCD driver for ZKIT-ARM-1769
· 5e9fb81e
patacongo
authored
12 years ago
5e9fb81e
Mar 21, 2013
Corrections needed after further test of stack-based task arguments
· a31d1f33
patacongo
authored
12 years ago
a31d1f33
In the kernel build, pass task paramters in the stack, not using the arrary in the TCB
· 5453d1f2
patacongo
authored
12 years ago
5453d1f2
Copy siginfo_t to step before calling a user-space signal handler
· ee885b45
patacongo
authored
12 years ago
ee885b45
Add a up_stack_frame() interface to allocate a frame of data on a task's stack.
· 170952d6
patacongo
authored
12 years ago
170952d6
Fix syscall parameter passing for the case where the number of parameters is >4
· cce585e3
patacongo
authored
12 years ago
cce585e3
Mar 20, 2013
In the kernel build, allocate the stacks for kernel threads from the kernel...
· f58faf51
patacongo
authored
12 years ago
f58faf51
Change prototypes of up_create_stack and up_release_stack to include a task type parameter
· 3bf2c1b3
patacongo
authored
12 years ago
3bf2c1b3
Fix a FAT error when trying to create file in a non-existent directory....
· d5d9fa89
patacongo
authored
12 years ago
d5d9fa89
Fix various typos assocated with LM4F
· 7f8958d6
patacongo
authored
12 years ago
7f8958d6
Mar 19, 2013
Directories where the same source files are used to build different objects...
· 6c2fb440
patacongo
authored
12 years ago
6c2fb440
If the PRIMASK is used to disable interrupts, then additional logic is...
· 3c141dd8
patacongo
authored
12 years ago
3c141dd8
Add workaround for ADC errata from Chris Taglia
· a5a4c359
patacongo
authored
12 years ago
a5a4c359
More LPC1788 updates from Rommel Marcelo
· cb74c766
patacongo
authored
12 years ago
cb74c766
Fields of vector offset table appear to vary with MCU
· c8e9fcbe
patacongo
authored
12 years ago
c8e9fcbe
In KERNEL mode, need to explicitly set the privilege in the CONTROL register...
· aaa24078
patacongo
authored
12 years ago
aaa24078
Mar 18, 2013
Add support for ram vectors to the ARMv7-M architecture
· 854dbf19
patacongo
authored
12 years ago
854dbf19
Loading