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/TARGET_TOSHIBA/TARGET_TMPM066/device/cmsis.h@173:e131a1973e81, 2017-09-15 (annotated)
- Committer:
- AnnaBridge
- Date:
- Fri Sep 15 14:59:18 2017 +0100
- Revision:
- 173:e131a1973e81
- Parent:
- 172:7d866c31b3c5
This updates the lib to the mbed lib v 151
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
AnnaBridge | 172:7d866c31b3c5 | 1 | /* mbed Microcontroller Library - CMSIS for TMPM066 |
AnnaBridge | 172:7d866c31b3c5 | 2 | * Copyright (C) 2011 ARM Limited. All rights reserved. |
AnnaBridge | 172:7d866c31b3c5 | 3 | * |
AnnaBridge | 172:7d866c31b3c5 | 4 | * A generic CMSIS include header, pulling in TMPM066 specifics |
AnnaBridge | 172:7d866c31b3c5 | 5 | */ |
AnnaBridge | 172:7d866c31b3c5 | 6 | #ifndef MBED_CMSIS_H |
AnnaBridge | 172:7d866c31b3c5 | 7 | #define MBED_CMSIS_H |
AnnaBridge | 172:7d866c31b3c5 | 8 | |
AnnaBridge | 172:7d866c31b3c5 | 9 | #include "TMPM066.h" |
AnnaBridge | 172:7d866c31b3c5 | 10 | #include "cmsis_nvic.h" |
AnnaBridge | 172:7d866c31b3c5 | 11 | |
AnnaBridge | 172:7d866c31b3c5 | 12 | #endif |