Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
kazoo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
kazoo
Commits
923f4c7f
Commit
923f4c7f
authored
Jul 08, 2020
by
Rafal Babski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MSP430 runtime - fix wrong paths in generated gpr file
parent
95dfed04
Pipeline
#2014
passed with stage
in 8 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
templates/concurrency_view/msp430_freertos_gpr/partition.tmplt
...ates/concurrency_view/msp430_freertos_gpr/partition.tmplt
+4
-4
No files found.
templates/concurrency_view/msp430_freertos_gpr/partition.tmplt
View file @
923f4c7f
...
...
@@ -89,7 +89,7 @@ project @_CAPITALIZE:Name_@ is
case
Build
is
when
"Release"
=>
for
Default_Switches
(
"C"
)
use
(
"-I/opt/
ti/
msp430-gcc/include/"
,
(
"-I/opt/msp430-gcc/include/"
,
"-I."
,
"-I../FreeRTOS/Source/include"
,
"-I../FreeRTOS/Source/portable/GCC/MSP430FR5969"
,
...
...
@@ -113,7 +113,7 @@ project @_CAPITALIZE:Name_@ is
&
external_as_list
(
"USER_CFLAGS"
,
" "
);
when
"Debug"
=>
for
Default_Switches
(
"C"
)
use
(
"-I/opt/
ti/
msp430-gcc/include/"
,
(
"-I/opt/msp430-gcc/include/"
,
"-I."
,
"-I../FreeRTOS/Source/include"
,
"-I../FreeRTOS/Source/portable/GCC/MSP430FR5969"
,
...
...
@@ -141,8 +141,8 @@ project @_CAPITALIZE:Name_@ is
for
Driver
use
"msp430-elf-gcc"
;
for
Default_Switches
(
"C"
)
use
(
"-L/opt/
ti/
msp430-gcc/include/"
,
"-I/opt/
ti/
msp430-gcc/include/"
,
(
"-L/opt/msp430-gcc/include/"
,
"-I/opt/msp430-gcc/include/"
,
"-I."
,
"-I../FreeRTOS/Source/include"
,
"-I../FreeRTOS/Source/portable/GCC/MSP430FR5969"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment