adapt buildconfig to reflect input only GṔIOs and strapping pins
This commit is contained in:
parent
1202b6d81f
commit
83e181fa59
|
@ -133,22 +133,49 @@ types:
|
||||||
help: 'Select the number of the GPIO pin for this function'
|
help: 'Select the number of the GPIO pin for this function'
|
||||||
values:
|
values:
|
||||||
- {label: unset,value:}
|
- {label: unset,value:}
|
||||||
- 0
|
- {label: "0: Low at boot!",value: 0}
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- {label: "2: Float/Low at boot!", value: 2}
|
||||||
- 3
|
- 3
|
||||||
- 4
|
- {label: "4: Strapping!",value: 4}
|
||||||
- 5
|
- {label: "5: Hight at boot!", value: 5}
|
||||||
- 6
|
- {label: "12: Low at boot!", value: 12}
|
||||||
- 7
|
|
||||||
- 8
|
|
||||||
- 9
|
|
||||||
- 10
|
|
||||||
- 11
|
|
||||||
- 12
|
|
||||||
- 13
|
- 13
|
||||||
- 14
|
- 14
|
||||||
- 15
|
- {label: "15: High at boot!", value: 15}
|
||||||
|
- 16
|
||||||
|
- 17
|
||||||
|
- 18
|
||||||
|
- 19
|
||||||
|
- 21
|
||||||
|
- 22
|
||||||
|
- 23
|
||||||
|
- 25
|
||||||
|
- 26
|
||||||
|
- 27
|
||||||
|
- 32
|
||||||
|
- 31
|
||||||
|
- 32
|
||||||
|
- 33
|
||||||
|
- 37
|
||||||
|
- 38
|
||||||
|
|
||||||
|
- &gpioinput
|
||||||
|
type: dropdown
|
||||||
|
resource: "gpio:"
|
||||||
|
help: 'Select the number of the GPIO pin for this function'
|
||||||
|
values:
|
||||||
|
- {label: unset,value:}
|
||||||
|
- {label: "0: Low at boot!",value: 0}
|
||||||
|
- 1
|
||||||
|
- {label: "2: Float/Low at boot!", value: 2}
|
||||||
|
- 3
|
||||||
|
- {label: "4: Strapping!",value: 4}
|
||||||
|
- {label: "5: Hight at boot!", value: 5}
|
||||||
|
- {label: "12: Low at boot!", value: 12}
|
||||||
|
- 13
|
||||||
|
- 14
|
||||||
|
- {label: "15: High at boot!", value: 15}
|
||||||
- 16
|
- 16
|
||||||
- 17
|
- 17
|
||||||
- 18
|
- 18
|
||||||
|
@ -171,7 +198,7 @@ types:
|
||||||
- 39
|
- 39
|
||||||
|
|
||||||
- &serialRX
|
- &serialRX
|
||||||
<<: *gpiopin
|
<<: *gpioinput
|
||||||
key: RX
|
key: RX
|
||||||
help: 'number of the GPIO pin for the receive function'
|
help: 'number of the GPIO pin for the receive function'
|
||||||
target: "define:#serial#RX"
|
target: "define:#serial#RX"
|
||||||
|
@ -241,7 +268,7 @@ types:
|
||||||
values:
|
values:
|
||||||
- key: true
|
- key: true
|
||||||
children:
|
children:
|
||||||
- <<: *gpiopin
|
- <<: *gpioinput
|
||||||
label: RX
|
label: RX
|
||||||
key: rx
|
key: rx
|
||||||
mandatory: true
|
mandatory: true
|
||||||
|
|
Loading…
Reference in New Issue