energia / tivac-core

7 stars 17 forks source link

Stellaris: Serial, SPI and TwoWire Declaration Consistency #34

Closed robertinant closed 4 years ago

robertinant commented 6 years ago

From @rei-vilo on December 15, 2013 15:16

The UART buffers have been resized —see #300, no more SRAM over-usage— but the 8 UART ports are still hard-coded, prompting a new issue about the consistency of how the ports are managed:

while

Could we use the setModule() function for all the ports, Serial*, SPI and TwoWire?

Only the first of those ports, namely Serial, SPI and Wire, could remain hard-coded.

Copied from original issue: energia/Energia#306

robertinant commented 4 years ago

fixed with ff5008a041f02f129543a8496a202cc15c7b5694