Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
multipass
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
derf
multipass
Commits
22436744
Commit
22436744
authored
3 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
Add missing makefile targets for aurora mb and framebuffer
parent
567cf679
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+21
-0
21 additions, 0 deletions
Makefile
with
21 additions
and
0 deletions
Makefile
+
21
−
0
View file @
22436744
...
@@ -130,6 +130,23 @@ ifdef CONFIG_driver_nrf24l01
...
@@ -130,6 +130,23 @@ ifdef CONFIG_driver_nrf24l01
COMMON_FLAGS
+=
-DNRF24L01_IRQ_PIN=GPIO::
${
nrf24l01_irq_pin
}
COMMON_FLAGS
+=
-DNRF24L01_IRQ_PIN=GPIO::
${
nrf24l01_irq_pin
}
endif
endif
ifdef
CONFIG_driver_pervasive_aurora_mb
CXX_TARGETS
+=
src/driver/pervasive_aurora_mb.cc
ifeq
(${arch_dir}, msp430fr5994lp)
pervasive_aurora_mb_reset_pin
?=
p7_0
pervasive_aurora_mb_cs_pin
?=
p5_7
pervasive_aurora_mb_dc_pin
?=
p7_1
pervasive_aurora_mb_vcc_pin
?=
p8_1
pervasive_aurora_mb_busy_pin
?=
p6_3
endif
COMMON_FLAGS
+=
-DDRIVER_PERVASIVE_AURORA_MB
COMMON_FLAGS
+=
-DPERVASIVE_AURORA_RESET_PIN=GPIO::
${
pervasive_aurora_mb_reset_pin
}
COMMON_FLAGS
+=
-DPERVASIVE_AURORA_CS_PIN=GPIO::
${
pervasive_aurora_mb_cs_pin
}
COMMON_FLAGS
+=
-DPERVASIVE_AURORA_DC_PIN=GPIO::
${
pervasive_aurora_mb_dc_pin
}
COMMON_FLAGS
+=
-DPERVASIVE_AURORA_VCC_PIN=GPIO::
${
pervasive_aurora_mb_vcc_pin
}
COMMON_FLAGS
+=
-DPERVASIVE_AURORA_BUSY_PIN=GPIO::
${
pervasive_aurora_mb_busy_pin
}
endif
ifdef
CONFIG_driver_sharp96
ifdef
CONFIG_driver_sharp96
CXX_TARGETS
+=
src/driver/sharp96.cc
CXX_TARGETS
+=
src/driver/sharp96.cc
ifeq
(${arch_dir}, msp430fr5969lp)
ifeq
(${arch_dir}, msp430fr5969lp)
...
@@ -177,6 +194,10 @@ ifdef CONFIG_meta_driver_hardware_i2c
...
@@ -177,6 +194,10 @@ ifdef CONFIG_meta_driver_hardware_i2c
COMMON_FLAGS
+=
-DDRIVER_HARDWARE_I2C
COMMON_FLAGS
+=
-DDRIVER_HARDWARE_I2C
endif
endif
ifdef
CONFIG_framebuffer
CXX_TARGETS
+=
src/os/object/framebuffer.cc
endif
ifdef
CONFIG_lib_inflate
ifdef
CONFIG_lib_inflate
CXX_TARGETS
+=
src/lib/inflate.cc
CXX_TARGETS
+=
src/lib/inflate.cc
endif
endif
...
...
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