Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
1a0ac749
Commit
1a0ac749
authored
Nov 19, 2021
by
Filip Demski
Browse files
SAMV71: Added Hal to the build
parent
1fa4bf1a
Changes
3
Hide whitespace changes
Inline
Side-by-side
templates/concurrency_view/samv71_freertos_config/filepart.tmplt
View file @
1a0ac749
@@-- Specify the file name for a partition
@@-- @_Partition_Name_@ is available.
@@-- Don't specify anything if you don't want the file to be created
@_LOWER:Partition_Name_@/FreeRTOSConfig.h
@_LOWER:Partition_Name_@/
runtime/FreeRTOS/
FreeRTOSConfig.h
templates/concurrency_view/samv71_freertos_gpr/partition.tmplt
View file @
1a0ac749
...
...
@@ -54,6 +54,7 @@ project @_CAPITALIZE:Name_@ is
"@_LOWER:Name_@/runtime/RuntimeCommon"
,
"@_LOWER:Name_@/runtime/SAMV71-Runtime"
,
"@_LOWER:Name_@/runtime/SAMV71-Runtime/Init"
,
"@_LOWER:Name_@/runtime/SAMV71-Runtime/Hal"
,
"@_LOWER:Name_@/runtime/SAMV71-BSP/src"
,
"@_LOWER:Name_@/runtime/SAMV71-BSP/src/Fpu"
,
"@_LOWER:Name_@/runtime/SAMV71-BSP/src/Nvic"
,
...
...
templates/concurrency_view/samv71_freertos_runtime/partition.tmplt
View file @
1a0ac749
...
...
@@ -18,6 +18,7 @@ cp -r "${GENERIC_RUNTIME_COMMON_PATH}"/src/RuntimeCommon "@_LOWER:Name_@/runtime
echo "Copying TASTE SAMV71 runtime"
mkdir -p "@_LOWER:Name_@/runtime/SAMV71-Runtime"
cp -r "${SAMV71_RUNTIME_PATH}"/Init "@_LOWER:Name_@/runtime/SAMV71-Runtime"
cp -r "${SAMV71_RUNTIME_PATH}"/Hal "@_LOWER:Name_@/runtime/SAMV71-Runtime"
cp -r "${SAMV71_RUNTIME_PATH}"/SAMV71-BSP "@_LOWER:Name_@/runtime/"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment