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
32e70457
Commit
32e70457
authored
15 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
update
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@2472
42af7a65-404d-4744-a932-0658087f49c3
parent
6900ff83
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+4
-1
4 additions, 1 deletion
ChangeLog
Documentation/NuttX.html
+4
-1
4 additions, 1 deletion
Documentation/NuttX.html
arch/arm/src/arm/up_head.S
+9
-5
9 additions, 5 deletions
arch/arm/src/arm/up_head.S
configs/ea3131/ostest/defconfig
+0
-1
0 additions, 1 deletion
configs/ea3131/ostest/defconfig
with
17 additions
and
8 deletions
ChangeLog
+
4
−
1
View file @
32e70457
...
...
@@ -1032,4 +1032,7 @@
5.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* arch/arm/src/lpc313x and arch/arm/include/lpc313x: Added framework
to support the NXP LPC3131 MCU
to support the NXP LPC3131.
* Add configs/ea3131. The LPC3131 port for the Embedded Artist EA3131
(LPC3131) is code complete and waiting for me to get hardware in
hand.
This diff is collapsed.
Click to expand it.
Documentation/NuttX.html
+
4
−
1
View file @
32e70457
...
...
@@ -8,7 +8,7 @@
<tr
align=
"center"
bgcolor=
"#e4e4e4"
>
<td>
<h1><big><font
color=
"#3c34ec"
><i>
NuttX RTOS
</i></font></big></h1>
<p>
Last Updated: December
2
1, 2009
</p>
<p>
Last Updated: December
3
1, 2009
</p>
</td>
</tr>
</table>
...
...
@@ -1670,6 +1670,9 @@ nuttx-5.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* arch/arm/src/lpc313x and arch/arm/include/lpc313x: Added framework
to support the NXP LPC3131 MCU
* Add configs/ea3131. The LPC3131 port for the Embedded Artist EA3131
(LPC3131) is code complete and waiting for me to get hardware in
hand.
pascal-2.1 2010-xx-xx Gregory Nutt
<
spudmonkey@racsa.co.cr
>
...
...
This diff is collapsed.
Click to expand it.
arch/arm/src/arm/up_head.S
+
9
−
5
View file @
32e70457
...
...
@@ -59,29 +59,33 @@
*
1
.
We
execute
in
place
in
FLASH
(
CONFIG_BOOT_RUNFROMFLASH
=
y
)
.
In
this
case
*
the
boot
logic
must
:
*
*
-
Configure
SDRAM
and
,
*
-
Initialize
the
.
data
section
in
RAM
.
*
-
Configure
SDRAM
,
*
-
Initialize
the
.
data
section
in
RAM
,
and
*
-
Clear
.
bss
section
*/
#ifdef CONFIG_BOOT_RUNFROMFLASH
# error "Configuration not implemented"
# define CONFIGURE_SDRAM
/*
2.
We
boot
in
FLASH
but
copy
ourselves
to
DRAM
from
better
performance
.
*
(
CONFIG_BOOT_RUNFROMFLASH
=
n
&&
CONFIG_BOOT_COPYTORAM
=
y
)
.
In
this
case
*
the
boot
logic
must
:
*
*
-
Configure
SDRAM
and
,
*
-
Copy
ourself
to
DRAM
(
after
mapping
it
)
*
-
Configure
SDRAM
,
*
-
Copy
ourself
to
DRAM
(
after
mapping
it
),
and
*
-
Clear
.
bss
section
*/
#elif defined(CONFIG_BOOT_COPYTORAM)
# error "configuration not implemented
# define CONFIG_SDRAM
/*
3.
There
is
bootloader
that
copies
us
to
DRAM
(
but
probably
not
to
the
beginning
)
*
(
CONFIG_BOOT_RUNFROMFLASH
=
n
&&
CONFIG_BOOT_COPYTORAM
=
n
)
.
In
this
case
the
*
boot
logic
must
:
*
*
-
Nothing
special
.
*
-
Clear
.
bss
section
*/
#endif
...
...
This diff is collapsed.
Click to expand it.
configs/ea3131/ostest/defconfig
+
0
−
1
View file @
32e70457
...
...
@@ -749,7 +749,6 @@ CONFIG_EXAMPLES_USBSERIAL_TRACEINTERRUPTS=n
#
# CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH but must copy initialized .data sections to RAM.
# (should also be =n for the EA3131 which always runs from flash)
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle
...
...
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