Skip to content

Commit

Permalink
Merge pull request #5342 from ARMmbed/feature_cortex_a
Browse files Browse the repository at this point in the history
Update CMSIS/RTX with Cortex-A support
  • Loading branch information
0xc0170 committed Nov 15, 2017
2 parents 1394bf9 + a451498 commit 41eb565
Show file tree
Hide file tree
Showing 118 changed files with 8,871 additions and 6,233 deletions.
5 changes: 5 additions & 0 deletions TESTS/mbedmicro-rtos-mbed/heap_and_stack/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#if defined(TARGET_CORTEX_A)
  #error [NOT_SUPPORTED] This function not supported for this target
#endif

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down
Loading

0 comments on commit 41eb565

Please sign in to comment.