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
df5e7686
Commit
df5e7686
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Mostly cosmetic changes to simulator
parent
fc4efa2f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
arch/sim/src/Makefile
+13
-4
13 additions, 4 deletions
arch/sim/src/Makefile
arch/sim/src/nuttx-names.dat
+2
-0
2 additions, 0 deletions
arch/sim/src/nuttx-names.dat
arch/sim/src/up_internal.h
+1
-1
1 addition, 1 deletion
arch/sim/src/up_internal.h
with
16 additions
and
5 deletions
arch/sim/src/Makefile
+
13
−
4
View file @
df5e7686
...
...
@@ -44,12 +44,17 @@ CSRCS = up_initialize.c up_idle.c up_interruptcontext.c up_initialstate.c
CSRCS
+=
up_createstack.c up_usestack.c up_releasestack.c up_stackframe.c
CSRCS
+=
up_unblocktask.c up_blocktask.c up_releasepending.c
CSRCS
+=
up_reprioritizertr.c up_exit.c up_schedulesigaction.c up_spiflash.c
CSRCS
+=
up_allocateheap.c up_devconsole.c
up_uartwait.c
CSRCS
+=
up_allocateheap.c up_devconsole.c
HOSTSRCS
=
up_hostusleep.c
up_simuart.c
HOSTSRCS
=
up_hostusleep.c
ifeq
($(CONFIG_SCHED_TICKLESS),y)
CSRCS
+=
up_tickless.c
CSRCS
+=
up_tickless.c
endif
ifeq
($(CONFIG_DEV_CONSOLE),y)
CSRCS
+=
up_uartwait.c
HOSTSRCS
+=
up_simuart.c
endif
ifeq
($(CONFIG_NX_LCDDRIVER),y)
...
...
@@ -118,7 +123,11 @@ STDLIBS += -lpthread
# are called only from the host OS-specific logic (HOSTOBJS)
LINKOBJS
=
up_head
$(
OBJEXT
)
REQUIREDOBJS
=
$(
LINKOBJS
)
up_uartwait
$(
OBJEXT
)
REQUIREDOBJS
=
$(
LINKOBJS
)
ifeq
($(CONFIG_DEV_CONSOLE),y)
REQUIREDOBJS
+=
up_uartwait
$(
OBJEXT
)
endif
ifeq
($(CONFIG_SIM_X11FB),y)
ifeq
($(CONFIG_SIM_TOUCHSCREEN),y)
...
...
This diff is collapsed.
Click to expand it.
arch/sim/src/nuttx-names.dat
+
2
−
0
View file @
df5e7686
calloc NXcalloc
clock_gettime NXclock_gettime
close NXclose
closedir NXclosedir
dup NXdup
...
...
@@ -18,6 +19,7 @@ mkdir NXmkdir
mount NXmount
open NXopen
opendir NXopendir
nanosleep NXnanosleep
pthread_create NXpthread_create
read NXread
realloc NXrealloc
...
...
This diff is collapsed.
Click to expand it.
arch/sim/src/up_internal.h
+
1
−
1
View file @
df5e7686
...
...
@@ -132,7 +132,7 @@
**************************************************************************/
/**************************************************************************
* Public
Variables
* Public
Data
**************************************************************************/
#ifndef __ASSEMBLY__
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment