mirror of https://github.com/ARMmbed/mbed-os.git
Use only the index, not the UARTName any more. In case of app with 2 serial (using DMA) + 1 serial (stdio), we have found a bug. The dma handler is overwritten by the last initialized serial object. Therefore read and write functions did not work anymore. We have reworked this file to save 1 handler per UART IP, and align it with MBED OS file. Tests have been passed. Same status as before (OK except MBED_37, manual test for SERIAL_ASYNC also OK). |
||
---|---|---|
.. | ||
api | ||
common | ||
hal | ||
targets | ||
.yotta_ignore | ||
CMakeLists.txt | ||
module.json |