no-OS
no-OS copied to clipboard
EXTI config for maxim, aducm3029 needs additional API call compared to stm32
As the title says, EXTI config for maxim and aducm3029 needs an additional no_os_gpio_direction_input() call compared to stm32 which does this in the HAL generated code, as specified in the .ioc.
Now there are 2 solutions which we should discuss here:
- Automatically perform this call for aducm3029 and maxim (and possibly others?) by adding this new feature.
- I'd argue that setting the GPIO as input is normal for any EXTI on any platform and probably there is no harm in recommending performing the step for stm32 too, but this has to be tested.