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
c0e7e4c2ff65b8bab7f7b7da414c90c62a81d196
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 06, 2011
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
Stubs are working/Proxies are close
· 61300c7a
patacongo
authored
14 years ago
61300c7a
Remove .built_always
· 723c94de
patacongo
authored
14 years ago
723c94de
Add Cortex-M3 MPU header file
· 98510712
patacongo
authored
14 years ago
98510712
Mar 31, 2011
Progress on syscall build
· 4058304e
patacongo
authored
14 years ago
4058304e
Add mksyscall tool
· db0f3067
patacongo
authored
14 years ago
db0f3067
Move more files into subdirectories under lib/
· a5214438
patacongo
authored
14 years ago
a5214438
Mar 30, 2011
Move more files into subdirectories under lib/
· dfcc5fe5
patacongo
authored
14 years ago
dfcc5fe5
Move more files into subdirectories under lib/
· 7250f0a9
patacongo
authored
14 years ago
7250f0a9
Move more files into subdirectories under lib/
· 3325d738
patacongo
authored
14 years ago
3325d738
Move more files into subdirectories under lib/
· b76f1957
patacongo
authored
14 years ago
b76f1957
Move stdio.h functions in lib/ to lib/stdio
· a790acc7
patacongo
authored
14 years ago
a790acc7
Move string.h functions in lib/ to lib/string
· cb9de228
patacongo
authored
14 years ago
cb9de228
Add syscall directory
· 21ae727f
patacongo
authored
14 years ago
21ae727f
Add basic syscall logic for i486 and AVR32
· b76ccc63
patacongo
authored
14 years ago
b76ccc63
Mar 29, 2011
Add more syscall files
· e54aa417
patacongo
authored
14 years ago
e54aa417
Moving toward system call infrastructure
· 4d215e34
patacongo
authored
14 years ago
4d215e34
Mar 28, 2011
header file and file header clean-up
· 45f34190
patacongo
authored
14 years ago
45f34190
Loading