projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] make mmc-over-gpio pins configurable in menuconfig (#6933)
[openwrt.git]
/
package
/
mmc_over_gpio
/
files
/
mmc_over_gpio.config
1
config 'mmc_over_gpio'
2
option 'name' 'default'
3
option 'enabled' '0'
4
option 'DI_pin' '@GPIO_DI_PIN@'
5
option 'DO_pin' '@GPIO_DO_PIN@'
6
option 'CLK_pin' '@GPIO_CLK_PIN@'
7
option 'CS_pin' '@GPIO_CS_PIN@'
8
option 'mode' '0'
This page took
0.054099 seconds
and
5
git commands to generate.