Skip to content

Commit 41eb565

Browse files
authored
Merge pull request #5342 from ARMmbed/feature_cortex_a
Update CMSIS/RTX with Cortex-A support
2 parents 1394bf9 + a451498 commit 41eb565

File tree

118 files changed

+8871
-6233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+8871
-6233
lines changed

TESTS/mbedmicro-rtos-mbed/heap_and_stack/main.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17+
18+
#if defined(TARGET_CORTEX_A)
19+
  #error [NOT_SUPPORTED] This function not supported for this target
20+
#endif
21+
1722
#include <stdio.h>
1823
#include <stdlib.h>
1924
#include <string.h>

0 commit comments

Comments
 (0)