Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stm32_libraries
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
tools
stm32_libraries
Merge requests
!3
Solved some bugs in the memory module.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Solved some bugs in the memory module.
cherry-pick-83d051bb
into
dynamixel_manager
Overview
0
Commits
1
Pipelines
0
Changes
5
Merged
Sergi Hernandez
requested to merge
cherry-pick-83d051bb
into
dynamixel_manager
7 years ago
Overview
0
Commits
1
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Compare
dynamixel_manager
dynamixel_manager (base)
and
latest version
latest version
6f8d92d1
1 commit,
7 years ago
5 files
+
118
−
26
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
comm/Makefile
+
1
−
0
Options
@@ -3,6 +3,7 @@
COMPILE_OPTS
=
-mlittle-endian
-mthumb
-mthumb-interwork
COMPILE_OPTS
+=
-Wall
-O2
-fno-common
#COMPILE_OPTS += -Wall -g -fno-common
COMPILE_OPTS
+=
-ffreestanding
-nostdlib
COMPILE_OPTS_M4_FPU
=
-mfloat-abi
=
hard
-mfpu
=
fpv4-sp-d16
-mcpu
=
cortex-m4
Loading