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: Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more
targets/cmsis/TARGET_RENESAS/TARGET_VK_RZ_A1H/cmsis.h@147:30b64687e01f, 2016-09-16 (annotated)
- Committer:
- <>
- Date:
- Fri Sep 16 16:24:25 2016 +0100
- Revision:
- 147:30b64687e01f
- Parent:
- 119:3921aeca8633
This updates the lib to the mbed lib v126
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 119:3921aeca8633 | 1 | /* mbed Microcontroller Library - CMSIS |
mbed_official | 119:3921aeca8633 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
mbed_official | 119:3921aeca8633 | 3 | * |
mbed_official | 119:3921aeca8633 | 4 | * A generic CMSIS include header, pulling in LPC1768 specifics |
mbed_official | 119:3921aeca8633 | 5 | */ |
mbed_official | 119:3921aeca8633 | 6 | |
mbed_official | 119:3921aeca8633 | 7 | #ifndef MBED_CMSIS_H |
mbed_official | 119:3921aeca8633 | 8 | #define MBED_CMSIS_H |
mbed_official | 119:3921aeca8633 | 9 | |
mbed_official | 119:3921aeca8633 | 10 | #include "VKRZA1H.h" |
mbed_official | 119:3921aeca8633 | 11 | |
mbed_official | 119:3921aeca8633 | 12 | #endif |