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
afc918376ebfb353616a4737a14e071788e60d4d
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
Apr 11, 2011
Bugfix for lpc17xx GPIO interrupts
· afc91837
patacongo
authored
14 years ago
afc91837
Apr 10, 2011
Fix mispelled name
· d7d6d927
patacongo
authored
14 years ago
d7d6d927
Prep for 6.1 release
· 217880b4
patacongo
authored
14 years ago
View commits for tag nuttx-6.1
nuttx-6.1
217880b4
Changes for clean build of app/ directory with Windows toolchain
· 790ec002
patacongo
authored
14 years ago
790ec002
Add support for Code Red
· f83e71ad
patacongo
authored
14 years ago
f83e71ad
Apr 09, 2011
Add board config for Embedded Artists LPCXpresso
· 181ac093
patacongo
authored
14 years ago
181ac093
Apr 08, 2011
Add user access to the heap
· 5f2c37d6
patacongo
authored
14 years ago
5f2c37d6
Add kernel mode hooks and reminders for other architectures
· a98febc6
patacongo
authored
14 years ago
a98febc6
Completes implementation of kernel mode build
· 31010bba
patacongo
authored
14 years ago
31010bba
Add logic to initialize SAM3U user applications
· 86ffab1b
patacongo
authored
14 years ago
86ffab1b
Fix error introduced in last commit
· da1aabcd
patacongo
authored
14 years ago
da1aabcd
Modify interrupt handling for privileged/unprivileged mode
· f653a459
patacongo
authored
14 years ago
f653a459
Apr 07, 2011
I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode stuff
· 0374d16b
patacongo
authored
14 years ago
0374d16b
Add support for kernel-mode threads
· 9c87c9e9
patacongo
authored
14 years ago
9c87c9e9
Fix AVR build, Add hooks for kernel threads
· 1001d1f3
patacongo
authored
14 years ago
1001d1f3
m9s12x toolchain Ubuntu 9.10 build fix
· ddd37387
patacongo
authored
14 years ago
ddd37387
Apr 06, 2011
current_regs should be volatile; add support for nested interrupts; enable...
· bd12973b
patacongo
authored
14 years ago
bd12973b
Remove user_initialize(); Make sure all integer types are signed that need to be
· c0e7e4c2
patacongo
authored
14 years ago
c0e7e4c2
Fixes for kernel stub builds
· 12afb230
patacongo
authored
14 years ago
12afb230
Integrate syscall with existing svcall logic
· 4ebbd3af
patacongo
authored
14 years ago
4ebbd3af
Attach mem mgmt fault handle if MPU is enabled
· 056b8956
patacongo
authored
14 years ago
056b8956
Apr 05, 2011
Fix bugs introduced in last commit
· 3910f865
patacongo
authored
14 years ago
3910f865
Clean kernel-/user-mode module build
· 38fd6e53
patacongo
authored
14 years ago
38fd6e53
More separation of kernel- and user-memory management
· 43882218
patacongo
authored
14 years ago
43882218
LIS331DL and STM32 I2C patch from Uros
· d7f529bf
patacongo
authored
14 years ago
d7f529bf
Add a layer to redirect kernel-mode memory manager accesses
· 3552ddb5
patacongo
authored
14 years ago
3552ddb5
Progress toward kernel build
· a96fdc3a
patacongo
authored
14 years ago
a96fdc3a
Apr 04, 2011
Move core of fdopen() logic from lib/stdio to fs/
· 985929a8
patacongo
authored
14 years ago
985929a8
Fix a couple of recently introduced build problems
· cf3d515a
patacongo
authored
14 years ago
cf3d515a
Add stub lookup logic
· 797df706
patacongo
authored
14 years ago
797df706
Don't define unused system call numbers
· 80a32c2b
patacongo
authored
14 years ago
80a32c2b
Apr 03, 2011
Move memory manager into user space
· bae9dce3
patacongo
authored
14 years ago
bae9dce3
Pass __KERNEL__ define (or not) to all makes to handle small differences in user-/kernel-builds
· 0df70251
patacongo
authored
14 years ago
0df70251
fix dependencies
· 9b9c8f5f
patacongo
authored
14 years ago
9b9c8f5f
New LIS331DL driver and VSN updates from Uros
· 9ea1d989
patacongo
authored
14 years ago
9ea1d989
Apr 02, 2011
Add SAM3U kernel build logic
· f8d30eb9
patacongo
authored
14 years ago
f8d30eb9
Fix error in set_errno macro
· 85ab3660
patacongo
authored
14 years ago
85ab3660
Kernel build mostly successful
· 1dd25651
patacongo
authored
14 years ago
1dd25651
Move more functions out of sched/ to lib/; proxies almost build
· 46314eb2
patacongo
authored
14 years ago
46314eb2
Apr 01, 2011
Add conditional compilation to syscall autogeneration
· 2aab150a
patacongo
authored
14 years ago
2aab150a
Loading