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.
Fork of mbed-dev by
targets/TARGET_TOSHIBA/TARGET_TMPM066/device/cmsis.h@188:60408c49b6d4, 2018-09-20 (annotated)
- Committer:
- WaleedElmughrabi
- Date:
- Thu Sep 20 16:11:23 2018 +0000
- Revision:
- 188:60408c49b6d4
- Parent:
- 172:7d866c31b3c5
Fork modified for BG96 error
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 |