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
39872ea0
Commit
39872ea0
authored
3 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
kconfig: s5851a should be working now
parent
d9f91aa0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/driver/Kconfig
+25
-1
25 additions, 1 deletion
src/driver/Kconfig
with
25 additions
and
1 deletion
src/driver/Kconfig
+
25
−
1
View file @
39872ea0
...
...
@@ -82,7 +82,9 @@ depends on ( arch_msp430fr5969lp || arch_msp430fr5994lp ) && meta_driver_spi
# resistive_load is AEMR-specific and not included in Kconfig
# s5851a is broken and incomplete
config driver_s5851a
bool "S5851 Temperature Sensor"
depends on meta_driver_i2c
config driver_sharp96
bool "sharp LS013B4DN 96x96px Transflective LC Display"
...
...
@@ -121,6 +123,28 @@ select meta_driver_i2c
endmenu
config driver_softi2c_name
string "Instance Name"
default "i2c"
config driver_softi2c_scl
string "SCL Pin"
default "d7" if arch_esp8266
default "pc5" if arch_arduino_nano
default "p1_7" if arch_msp430fr5969lp
default "p5_1" if arch_msp430fr5994lp
default "px01" if arch_posix
depends on driver_softi2c
config driver_softi2c_sda
string "SDA Pin"
default "d6" if arch_esp8266
default "pc4" if arch_arduino_nano
default "p1_6" if arch_msp430fr5969lp
default "p5_0" if arch_msp430fr5994lp
default "px00" if arch_posix
depends on driver_softi2c
choice driver_softi2c_pullup
bool "SoftI2C Pull-Up Configuration"
...
...
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