mbed-src updated for BMD-200 evaluation board. Just pin numbers are updated.
Dependents: mbed_blinky-bmd-200 bmd-200_accel_demo firstRig
Fork of mbed-src by
Replacement for the "mbed" or "mbed-src" library when using the BMD-200 Evaluation kit. This library only remaps the pin names (i.e. LED1 points to p0.01 instead of p0.18, etc) as used by the BMD-200 Evaluation board (select the nRF51822_mkit platform). All other code is untouched.
targets/cmsis/TARGET_NXP/TARGET_LPC11U6X/cmsis.h@592:5e2eb8beba71, 2015-07-10 (annotated)
- Committer:
- dcnichols
- Date:
- Fri Jul 10 17:36:27 2015 +0000
- Revision:
- 592:5e2eb8beba71
- Parent:
- 174:8bb9f3a33240
updating to latest mbed-src
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 174:8bb9f3a33240 | 1 | /* mbed Microcontroller Library - CMSIS |
mbed_official | 174:8bb9f3a33240 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
mbed_official | 174:8bb9f3a33240 | 3 | * |
mbed_official | 174:8bb9f3a33240 | 4 | * A generic CMSIS include header, pulling in LPC8xx specifics |
mbed_official | 174:8bb9f3a33240 | 5 | */ |
mbed_official | 174:8bb9f3a33240 | 6 | |
mbed_official | 174:8bb9f3a33240 | 7 | #ifndef MBED_CMSIS_H |
mbed_official | 174:8bb9f3a33240 | 8 | #define MBED_CMSIS_H |
mbed_official | 174:8bb9f3a33240 | 9 | |
mbed_official | 174:8bb9f3a33240 | 10 | #include "LPC11U6x.h" |
mbed_official | 174:8bb9f3a33240 | 11 | #include "cmsis_nvic.h" |
mbed_official | 174:8bb9f3a33240 | 12 | |
mbed_official | 174:8bb9f3a33240 | 13 | #endif |