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
Properly map IO and PAD register offsets for QSPI (#697)
* Properly map IO and PAD register offsets for QSPI
In the UART bootloader example the QSPI pins are used for normal IO and
a `qspi_gpio_set_function()` function is used locally to setup the pins.
This function didn't take into account that the IO and PAD register
banks for the QSPI IOs are not in the same order. We correct this by
adding a lookup table to map between the two.
* Use function defines from QSPI definitions
* remove 'static' per PR discussion
0 commit comments