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
ec2193f5
Commit
ec2193f5
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
configs/sim/nsh/defconfig -- refresh, enable wall-time, dow builds natively in 64-bit mode
parent
ef27dd6e
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/include/irq.h
+3
-2
3 additions, 2 deletions
arch/sim/include/irq.h
arch/sim/src/up_internal.h
+2
-2
2 additions, 2 deletions
arch/sim/src/up_internal.h
configs/sim/nsh/defconfig
+10
-2
10 additions, 2 deletions
configs/sim/nsh/defconfig
with
15 additions
and
6 deletions
arch/sim/include/irq.h
+
3
−
2
View file @
ec2193f5
...
...
@@ -82,7 +82,7 @@ struct xcptcontext
{
void
*
sigdeliver
;
/* Actual type is sig_deliver_t */
xcpt_reg_t
regs
[
6
];
xcpt_reg_t
regs
[
XCPTCONTEXT_REGS
];
};
#endif
...
...
@@ -111,7 +111,8 @@ static inline void irqrestore(irqstate_t flags)
#ifdef __cplusplus
#define EXTERN extern "C"
extern
"C"
{
extern
"C"
{
#else
#define EXTERN extern
#endif
...
...
This diff is collapsed.
Click to expand it.
arch/sim/src/up_internal.h
+
2
−
2
View file @
ec2193f5
...
...
@@ -118,8 +118,8 @@
/* Compatibility definitions */
# define JB_SP JB_RS
I
# define JB_PC JB_RS
P
# define JB_SP JB_RS
P
# define JB_PC JB_RS
I
#else
/* Storage order: %ebx, $esi, %edi, %ebp, sp, and return PC */
...
...
This diff is collapsed.
Click to expand it.
configs/sim/nsh/defconfig
+
10
−
2
View file @
ec2193f5
...
...
@@ -67,10 +67,11 @@ CONFIG_ARCH="sim"
#
# Simulation Configuration Options
#
CONFIG_SIM_M32=y
CONFIG_HOST_X86_64=y
# CONFIG_HOST_X86 is not set
# CONFIG_SIM_WALLTIME is not set
# CONFIG_SIM_M32 is not set
CONFIG_SIM_WALLTIME=y
# CONFIG_SIM_SPIFLASH is not set
#
# Architecture Options
...
...
@@ -168,6 +169,9 @@ CONFIG_PREALLOC_TIMERS=8
#
# Tasks and Scheduling
#
# CONFIG_INIT_NONE is not set
CONFIG_INIT_ENTRYPOINT=y
# CONFIG_INIT_FILEPATH is not set
CONFIG_USER_ENTRYPOINT="nsh_main"
CONFIG_RR_INTERVAL=0
CONFIG_TASK_NAME_SIZE=32
...
...
@@ -340,6 +344,8 @@ CONFIG_SERIAL=y
# CONFIG_DISABLE_PSEUDOFS_OPERATIONS is not set
CONFIG_FS_READABLE=y
CONFIG_FS_WRITABLE=y
# CONFIG_FS_NAMED_SEMAPHORES is not set
CONFIG_FS_MQUEUE_MPATH="/var/mqueue"
# CONFIG_FS_RAMMAP is not set
CONFIG_FS_FAT=y
CONFIG_FAT_LCNAMES=y
...
...
@@ -619,7 +625,9 @@ CONFIG_NSH_ROMFSMOUNTPT="/etc"
CONFIG_NSH_INITSCRIPT="init.d/rcS"
CONFIG_NSH_ROMFSDEVNO=1
CONFIG_NSH_ROMFSSECTSIZE=64
CONFIG_NSH_DEFAULTROMFS=y
# CONFIG_NSH_ARCHROMFS is not set
# CONFIG_NSH_CUSTOMROMFS is not set
CONFIG_NSH_FATDEVNO=2
CONFIG_NSH_FATSECTSIZE=512
CONFIG_NSH_FATNSECTORS=1024
...
...
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