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 by
TARGET_NRF51_MICROBIT/cmsis.h@104:b9ad9a133dc7, 2015-08-05 (annotated)
- Committer:
- Kojto
- Date:
- Wed Aug 05 13:16:35 2015 +0100
- Revision:
- 104:b9ad9a133dc7
Release 104 of the mbed library:
Changes:
- new platforms: nrf51 microbit
- MAXxxx - fix pwm array search
- LPC8xx - usart enable fix
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Kojto | 104:b9ad9a133dc7 | 1 | /* mbed Microcontroller Library - CMSIS |
| Kojto | 104:b9ad9a133dc7 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
| Kojto | 104:b9ad9a133dc7 | 3 | * |
| Kojto | 104:b9ad9a133dc7 | 4 | * A generic CMSIS include header, pulling in LPC407x_8x specifics |
| Kojto | 104:b9ad9a133dc7 | 5 | */ |
| Kojto | 104:b9ad9a133dc7 | 6 | |
| Kojto | 104:b9ad9a133dc7 | 7 | #ifndef MBED_CMSIS_H |
| Kojto | 104:b9ad9a133dc7 | 8 | #define MBED_CMSIS_H |
| Kojto | 104:b9ad9a133dc7 | 9 | |
| Kojto | 104:b9ad9a133dc7 | 10 | #include "nrf.h" |
| Kojto | 104:b9ad9a133dc7 | 11 | #include "cmsis_nvic.h" |
| Kojto | 104:b9ad9a133dc7 | 12 | |
| Kojto | 104:b9ad9a133dc7 | 13 | #endif |
