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
ffed7e76
Commit
ffed7e76
authored
Jul 08, 2020
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'msp430-bugfixes' into 'master'
MSP430 runtime bugfixes See merge request
!44
parents
4a0c94c7
923f4c7f
Pipeline
#2015
passed with stage
in 8 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
templates/concurrency_view/msp430_freertos_gpr/node.tmplt
templates/concurrency_view/msp430_freertos_gpr/node.tmplt
+1
-1
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/node.tmplt
View file @
ffed7e76
...
...
@@ -13,7 +13,7 @@
all: partitions
partitions: freertos
gprbuild -p -P @_LOWER:Partition_Names_@.gpr -XCFG="Release" -cargs:C -DSTATIC=""
gprbuild -
R -
p -P @_LOWER:Partition_Names_@.gpr -XCFG="Release" -cargs:C -DSTATIC=""
freertos:
sh gather_freertos_files.sh
...
...
templates/concurrency_view/msp430_freertos_gpr/partition.tmplt
View file @
ffed7e76
...
...
@@ -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