mirror of https://github.com/ARMmbed/mbed-os.git
Disable heap and stack tests for Cortex A
These tests are not compatible with Cortex A due to __get_MSP usage.pull/5342/head
parent
048a896741
commit
8eebcff166
|
|
@ -14,6 +14,11 @@
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if defined(TARGET_CORTEX_A)
|
||||||
|
#error [NOT_SUPPORTED] This function not supported for this target
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue