Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pete
firmware
Commits
cf297371
Verified
Commit
cf297371
authored
5 years ago
by
rahix
Browse files
Options
Downloads
Patches
Plain Diff
chore(sdk): Rename max32665_rt to max32665_startup
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
4b809ff5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/card10/meson.build
+1
-1
1 addition, 1 deletion
lib/card10/meson.build
lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/meson.build
+2
-2
2 additions, 2 deletions
lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/meson.build
with
3 additions
and
3 deletions
lib/card10/meson.build
+
1
−
1
View file @
cf297371
...
...
@@ -29,5 +29,5 @@ lib = static_library(
libcard10
=
declare_dependency
(
include_directories
:
includes
,
link_with
:
lib
,
dependencies
:
deps
+
[
max32665_
rt
],
dependencies
:
[
deps
,
max32665_
startup
],
)
This diff is collapsed.
Click to expand it.
lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/meson.build
+
2
−
2
View file @
cf297371
...
...
@@ -5,12 +5,12 @@ sources = files(
)
lib
=
static_library
(
'max32665-
rt
'
,
'max32665-
startup
'
,
sources
,
dependencies
:
periphdriver
,
)
max32665_
rt
=
declare_dependency
(
max32665_
startup
=
declare_dependency
(
link_whole
:
lib
,
link_args
:
[
'-T'
,
meson
.
current_source_dir
()
+
'Source/GCC/max32665.ld'
,
...
...
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