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
Toyomasa Watarai
d0d2df3ce5
Fixed problem in PWMOUT mapping table
...
Fixed problem in PWMOUT output issue.
Startup code cean-up (correced exception names).
Corrected test cases.
2013-09-09 18:15:51 +09:00
Toyomasa Watarai
268a2973ea
Added LPC1114 and target for some test cases
2013-08-16 00:24:09 +09:00
Andreas Rebert
75dba19438
Updated pin mapping and CAN HAL for LPC4088 target
2013-08-08 13:57:02 +02:00
Bogdan Marinescu
d399e51bfd
Interrupt chaining: now working on all targets.
...
Tested on LPC1768, LPC11U24, KL25Z, LPC2368.
2013-08-07 14:43:36 +03:00
Bogdan Marinescu
43d4445074
Interrupt chaining: preliminary version
2013-08-07 14:43:26 +03:00