You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2020. It is now read-only.
We have made a lot of changes to the F1 which probably include changes to this.
The complicated pin mapping function have been simplified etc
Ideally the code for the different MCU series would not differ too much, and perhaps the L4 code should be updated to be more like the revised F1 code.
In various lines Winterrupts.c e.g.
https://github.com/stm32duino/Arduino_Core_STM32L4/blob/master/cores/arduino/WInterrupts.c#L43
.configured is written but never read.
These lines can be removed and
PinDescription g_intPinConfigured[MAX_DIGITAL_IOS];
can be changed to a array of pointers to PinDescription
(and the code changed accordingly)
The text was updated successfully, but these errors were encountered: