|
@@ -73,19 +73,19 @@ void boardInit(void) {
|
73
|
73
|
|
74
|
74
|
extern const stm32_pin_info PIN_MAP[BOARD_NR_GPIO_PINS] = {
|
75
|
75
|
|
76
|
|
- gpio_dev *gpio_device; GPIO device
|
|
76
|
+ gpio_dev *gpio_device; GPIO device
|
77
|
77
|
timer_dev *timer_device; Pin's timer device, if any.
|
78
|
|
- const adc_dev *adc_device; ADC device, if any.
|
79
|
|
- uint8 gpio_bit; Pin's GPIO port bit.
|
80
|
|
- uint8 timer_channel; Timer channel, or 0 if none.
|
81
|
|
- uint8 adc_channel; Pin ADC channel, or ADCx if none.
|
|
78
|
+ const adc_dev *adc_device; ADC device, if any.
|
|
79
|
+ uint8 gpio_bit; Pin's GPIO port bit.
|
|
80
|
+ uint8 timer_channel; Timer channel, or 0 if none.
|
|
81
|
+ uint8 adc_channel; Pin ADC channel, or ADCx if none.
|
82
|
82
|
*/
|
83
|
83
|
|
84
|
84
|
{&gpioa, &timer2, &adc1, 0, 1, 0},
|
85
|
85
|
{&gpioa, &timer2, &adc1, 1, 2, 1},
|
86
|
86
|
{&gpioa, &timer2, &adc1, 2, 3, 2},
|
87
|
87
|
{&gpioa, &timer2, &adc1, 3, 4, 3},
|
88
|
|
- {&gpioa, NULL, &adc1, 4, 0, 4},
|
|
88
|
+ {&gpioa, NULL, &adc1, 4, 0, 4},
|
89
|
89
|
{&gpioa, NULL, &adc1, 5, 0, 5},
|
90
|
90
|
{&gpioa, &timer3, &adc1, 6, 1, 6},
|
91
|
91
|
{&gpioa, &timer3, &adc1, 7, 2, 7},
|
|
@@ -93,14 +93,14 @@ extern const stm32_pin_info PIN_MAP[BOARD_NR_GPIO_PINS] = {
|
93
|
93
|
{&gpioa, &timer1, NULL, 9, 2, ADCx},
|
94
|
94
|
{&gpioa, &timer1, NULL, 10, 3, ADCx},
|
95
|
95
|
{&gpioa, NULL, NULL, 11, 0, ADCx},
|
96
|
|
- {&gpioa, NULL, NULL, 12, 0, ADCx},
|
|
96
|
+ {&gpioa, NULL, NULL, 12, 0, ADCx},
|
97
|
97
|
{&gpioa, NULL, NULL, 13, 0, ADCx},
|
98
|
98
|
{&gpioa, NULL, NULL, 14, 0, ADCx},
|
99
|
99
|
{&gpioa, NULL, NULL, 15, 0, ADCx},
|
100
|
|
-
|
|
100
|
+
|
101
|
101
|
{&gpiob, &timer3, &adc1, 0, 3, 8},
|
102
|
102
|
{&gpiob, &timer3, &adc1, 1, 4, 9},
|
103
|
|
- {&gpiob, NULL, NULL, 2, 0, ADCx},
|
|
103
|
+ {&gpiob, NULL, NULL, 2, 0, ADCx},
|
104
|
104
|
{&gpiob, NULL, NULL, 3, 0, ADCx},
|
105
|
105
|
{&gpiob, NULL, NULL, 4, 0, ADCx},
|
106
|
106
|
{&gpiob, NULL, NULL, 5, 0, ADCx},
|
|
@@ -122,13 +122,13 @@ extern const stm32_pin_info PIN_MAP[BOARD_NR_GPIO_PINS] = {
|
122
|
122
|
{&gpioc, NULL, &adc1, 3, 0, 13},
|
123
|
123
|
{&gpioc, NULL, &adc1, 4, 0, 14},
|
124
|
124
|
{&gpioc, NULL, &adc1, 5, 0, 15},
|
125
|
|
- {&gpioc, &timer8, NULL, 6, 1, ADCx},
|
|
125
|
+ {&gpioc, &timer8, NULL, 6, 1, ADCx},
|
126
|
126
|
{&gpioc, &timer8, NULL, 7, 2, ADCx},
|
127
|
127
|
{&gpioc, &timer8, NULL, 8, 3, ADCx},
|
128
|
128
|
{&gpioc, &timer8, NULL, 9, 4, ADCx},
|
129
|
129
|
{&gpioc, NULL, NULL, 10, 0, ADCx},
|
130
|
130
|
{&gpioc, NULL, NULL, 11, 0, ADCx},
|
131
|
|
- {&gpioc, NULL, NULL, 12, 0, ADCx},
|
|
131
|
+ {&gpioc, NULL, NULL, 12, 0, ADCx},
|
132
|
132
|
{&gpioc, NULL, NULL, 13, 0, ADCx},
|
133
|
133
|
{&gpioc, NULL, NULL, 14, 0, ADCx},
|
134
|
134
|
{&gpioc, NULL, NULL, 15, 0, ADCx},
|