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
992497a8
Commit
992497a8
authored
4 years ago
by
Daniel Friesel
Browse files
Options
Downloads
Patches
Plain Diff
spi_a1 drivers are broken
parent
f1702773
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/arch/msp430fr5969lp/Kconfig
+4
-3
4 additions, 3 deletions
src/arch/msp430fr5969lp/Kconfig
src/arch/msp430fr5994lp/Kconfig
+4
-3
4 additions, 3 deletions
src/arch/msp430fr5994lp/Kconfig
with
8 additions
and
6 deletions
src/arch/msp430fr5969lp/Kconfig
+
4
−
3
View file @
992497a8
...
...
@@ -10,9 +10,10 @@ config arch_msp430fr5969lp_driver_i2c
bool "I2C on eUSCI_B0"
select meta_driver_i2c
config arch_msp430fr5969lp_driver_spi_a1
bool "SPI on eUSCI_A1"
select meta_driver_spi
## broken
#config arch_msp430fr5969lp_driver_spi_a1
#bool "SPI on eUSCI_A1"
#select meta_driver_spi
config arch_msp430fr5969lp_driver_spi_b
bool "SPI on eUSCI_B0"
...
...
This diff is collapsed.
Click to expand it.
src/arch/msp430fr5994lp/Kconfig
+
4
−
3
View file @
992497a8
...
...
@@ -10,9 +10,10 @@ config arch_msp430fr5994lp_driver_i2c
bool "I2C on eUSCI_B1"
select meta_driver_i2c
config arch_msp430fr5994lp_driver_spi_a1
bool "SPI on eUSCI_A1"
select meta_driver_spi
## broken
#config arch_msp430fr5994lp_driver_spi_a1
#bool "SPI on eUSCI_A1"
#select meta_driver_spi
config arch_msp430fr5994lp_driver_spi_b
bool "SPI on eUSCI_B1"
...
...
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