Commit Graph

8 Commits (d7dda282c20406edd5cc33e82617350ca3d4a262)

Author SHA1 Message Date
Brian Daniels a36d49aacc Adding NOT_SUPPORTED errors to tests 2016-02-29 12:38:16 -06:00
akhilpanayam 6f96d862aa * updated mbed tests for SAML21J18A. 2015-11-04 16:01:49 +05:30
akhilpanayam fef98f58e3 * updated interrupt chaining test. 2015-09-29 10:33:00 +05:30
vimalrajr 71ae8b0b9f Adding support for SAMD21G18A in SDK tests. 2015-09-29 10:32:59 +05:30
vimalrajr b6e39b0735 Adding support for SAMD21J18A for mbed SDK tests. 2015-09-01 19:15:41 +05:30
vimalrajr 52d4ac3ce1 Adding device specific support for SAMR21G18A in SDK tests. 2015-08-14 17:36:28 +05:30
Dmitry Bogdanov 8ab2a95618 make some tests compilable 2015-05-18 13:31:10 +04:00
Bogdan Marinescu 2404dc0092 Added new serial class, remove interrupt chaining
The new RawSerial class is a simple wrapper over the serial HAL that can
be safely used from an interrupt handler.
Interrupt chaining code was removed from InterruptIn, Serial and Ticker
because it caused lots of issues with the RTOS. Interrupt chaining is
still possible using the InterruptManager class.
2013-10-23 16:08:34 +03:00