Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
c24046ca
Commit
c24046ca
authored
8 years ago
by
Lorenz Meier
Browse files
Options
Downloads
Patches
Plain Diff
FMUv1: Save resources in config
parent
93ad4fa4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nuttx-configs/px4fmu-v1/nsh/defconfig
+5
-5
5 additions, 5 deletions
nuttx-configs/px4fmu-v1/nsh/defconfig
nuttx-configs/tap-v1/nsh/defconfig
+2
-2
2 additions, 2 deletions
nuttx-configs/tap-v1/nsh/defconfig
with
7 additions
and
7 deletions
nuttx-configs/px4fmu-v1/nsh/defconfig
+
5
−
5
View file @
c24046ca
...
...
@@ -328,7 +328,7 @@ CONFIG_DRAM_START=0x20000000
CONFIG_DRAM_SIZE=196608
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
# The actual usage is 420 bytes
CONFIG_ARCH_INTERRUPTSTACK=
75
0
CONFIG_ARCH_INTERRUPTSTACK=
60
0
#
# Boot options
...
...
@@ -419,8 +419,8 @@ CONFIG_PREALLOC_TIMERS=50
#
# Stack and heap information
#
CONFIG_IDLETHREAD_STACKSIZE=
10
00
CONFIG_USERMAIN_STACKSIZE=
25
00
CONFIG_IDLETHREAD_STACKSIZE=
6
00
CONFIG_USERMAIN_STACKSIZE=
18
00
CONFIG_PTHREAD_STACK_MIN=512
CONFIG_PTHREAD_STACK_DEFAULT=2048
...
...
@@ -717,11 +717,11 @@ CONFIG_SCHED_WORKQUEUE=y
CONFIG_SCHED_HPWORK=y
CONFIG_SCHED_WORKPRIORITY=192
CONFIG_SCHED_WORKPERIOD=5000
CONFIG_SCHED_WORKSTACKSIZE=1
6
00
CONFIG_SCHED_WORKSTACKSIZE=1
4
00
CONFIG_SCHED_LPWORK=y
CONFIG_SCHED_LPWORKPRIORITY=50
CONFIG_SCHED_LPWORKPERIOD=50000
CONFIG_SCHED_LPWORKSTACKSIZE=1
6
00
CONFIG_SCHED_LPWORKSTACKSIZE=1
2
00
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set
...
...
This diff is collapsed.
Click to expand it.
nuttx-configs/tap-v1/nsh/defconfig
+
2
−
2
View file @
c24046ca
...
...
@@ -593,8 +593,8 @@ CONFIG_CDCACM_EPBULKIN_HSSIZE=512
CONFIG_CDCACM_NWRREQS=4
CONFIG_CDCACM_NRDREQS=4
CONFIG_CDCACM_BULKIN_REQLEN=96
CONFIG_CDCACM_RXBUFSIZE=
60
0
CONFIG_CDCACM_TXBUFSIZE=
20
00
CONFIG_CDCACM_RXBUFSIZE=
27
0
CONFIG_CDCACM_TXBUFSIZE=
3
00
CONFIG_CDCACM_VENDORID=0x26ac
CONFIG_CDCACM_PRODUCTID=0x0040
CONFIG_CDCACM_VENDORSTR="The Autopilot"
...
...
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