aethaniel / ExperimentalCore-sam

Experimental new core for Arduino Due and other Atmel SAM boards
GNU Lesser General Public License v2.1
16 stars 10 forks source link

Bringing Serial to life #21

Closed aethaniel closed 8 years ago

aethaniel commented 8 years ago

This PR bring the support of Serialx objects and the according variants updates. Interrupt handlers are assigned dynamically in object constructor during _init(). All vectors are assigned to vector_halt() by default. This vector calls __BKPT(0) incase of someone would like to take the control on a bricked app and understand from where the issue came.