This release aligns the tamago library to the new runtime API introduced in tamago-go1.27.0.
Major changes for tamago package API:
- arm:
DefaultExceptionHandlernow takes no argument (d7f37cc) - microchip/flexcom:
(*FLEXCOM).InitUSARTdeprecated in favor of(*USART).Init(031bf03) - microchip/flexcom:
(*FLEXCOM).InitTWIdeprecated in favor of(*TWI).Init(031bf03)
Major changes for tamago internal packages:
Full Changelog: v1.26.6...v1.27.0
This release requires GOOS=tamago support in the Go distribution with tamago-go1.27.0 or later releases.