Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
TARGET_VK_RZ_A1H/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_VK_RZ_A1H/device/cmsis.h@165:d1b4690b3f8b, 2018-04-19 (annotated)
- Committer:
- AnnaBridge
- Date:
- Thu Apr 19 14:31:27 2018 +0100
- Revision:
- 165:d1b4690b3f8b
mbed library. Release version 161
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
AnnaBridge | 165:d1b4690b3f8b | 1 | /* mbed Microcontroller Library - CMSIS |
AnnaBridge | 165:d1b4690b3f8b | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
AnnaBridge | 165:d1b4690b3f8b | 3 | * |
AnnaBridge | 165:d1b4690b3f8b | 4 | * A generic CMSIS include header, pulling in LPC1768 specifics |
AnnaBridge | 165:d1b4690b3f8b | 5 | */ |
AnnaBridge | 165:d1b4690b3f8b | 6 | |
AnnaBridge | 165:d1b4690b3f8b | 7 | #ifndef MBED_CMSIS_H |
AnnaBridge | 165:d1b4690b3f8b | 8 | #define MBED_CMSIS_H |
AnnaBridge | 165:d1b4690b3f8b | 9 | |
AnnaBridge | 165:d1b4690b3f8b | 10 | #include "VKRZA1H.h" |
AnnaBridge | 165:d1b4690b3f8b | 11 | #include "cmsis_nvic.h" |
AnnaBridge | 165:d1b4690b3f8b | 12 | |
AnnaBridge | 165:d1b4690b3f8b | 13 | #endif |