Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
darwin_stm32_fw
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
humanoides
darwin
darwin_stm32_fw
Merge requests
!5
Dynamixel manager
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Dynamixel manager
dynamixel_manager
into
master
Overview
0
Commits
36
Pipelines
0
Changes
1
Merged
Sergi Hernandez
requested to merge
dynamixel_manager
into
master
5 years ago
Overview
0
Commits
36
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
3e658674
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3e658674
Changed to the remmaped version of the USART1 module.
· 3e658674
ferranmafe
authored
7 years ago
Makefile
+
1
−
1
Options
@@ -95,7 +95,7 @@ TARGET_FILES+=$(HAL_PATH)/src/stm32f1xx_hal.c
TARGET_FILES
+=
$(
USART_PATH
)
/src/usart3.c
TARGET_FILES
+=
$(
USART_PATH
)
/src/usart2.c
TARGET_FILES
+=
$(
USART_PATH
)
/src/usart1.c
TARGET_FILES
+=
$(
USART_PATH
)
/src/usart1
_remap
.c
DARWIN_OBJS_TMP
=
$(
notdir
$(
TARGET_FILES:.c
=
.o
))
DARWIN_OBJS
=
$(
patsubst %,
$(
BUILD_PATH
)
/%,
$(
DARWIN_OBJS_TMP
))
Loading