Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
c39fd9d8
Commit
c39fd9d8
authored
12 years ago
by
Oleg Hahm
Browse files
Options
Downloads
Patches
Plain Diff
* minor changes
parent
b0a3ae53
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.include
+1
-1
1 addition, 1 deletion
Makefile.include
cpu/lpc2387/linkerscript.x
+4
-18
4 additions, 18 deletions
cpu/lpc2387/linkerscript.x
with
5 additions
and
19 deletions
Makefile.include
+
1
−
1
View file @
c39fd9d8
...
@@ -46,7 +46,7 @@ clean:
...
@@ -46,7 +46,7 @@ clean:
rm
-f
$(
PROJBINDIR
)
/
*
rm
-f
$(
PROJBINDIR
)
/
*
flash
:
all
flash
:
all
$(
FLASHER
)
$(
PORT
)
$(
PROJBINDIR
)
/
$(
PROJECT
)
.hex
$(
FLASHER
)
$(
FFLAGS
)
term
:
term
:
$(
TERM
)
$(
PORT
)
$(
TERM
)
$(
PORT
)
...
...
This diff is collapsed.
Click to expand it.
cpu/lpc2387/linkerscript.x
+
4
−
18
View file @
c39fd9d8
/******************************************************************************
/******************************************************************************
Copyright 20
08-2009
, Freie Universitaet Berlin (FUB). All rights reserved.
Copyright 20
13
, Freie Universitaet Berlin (FUB). All rights reserved.
These sources were developed at the Freie Universitaet Berlin, Computer Systems
These sources were developed at the Freie Universitaet Berlin, Computer Systems
and Telematics group (http://cst.mi.fu-berlin.de).
and Telematics group (http://cst.mi.fu-berlin.de).
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
This file is part of RIOT.
This file is part of RIOT.
This program is free software: you can redistribute it and/or modify it under
* This source code is licensed under the GNU General Public License,
the terms of the GNU General Public License as published by the Free Software
* Version 3. See the file LICENSE for more details.
Foundation, either version 3 of the License, or (at your option) any later
*/
version.
RIOT is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see http://www.gnu.org/licenses/ .
--------------------------------------------------------------------------------
For further information and questions please use the web site
http://scatterweb.mi.fu-berlin.de
and the mailinglist (subscription via web site)
scatterweb@lists.spline.inf.fu-berlin.de
*******************************************************************************/
/* specify the LPC2387 memory areas (see LPC2387 datasheet page 15) */
/* specify the LPC2387 memory areas (see LPC2387 datasheet page 15) */
MEMORY
MEMORY
...
...
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