mbed(SerialHalfDuplex入り)
Fork of mbed by
TARGET_LPC11U35_501/cmsis.h@81:7d30d6019079, 2014-03-19 (annotated)
- Committer:
- bogdanm
- Date:
- Wed Mar 19 18:28:32 2014 +0000
- Revision:
- 81:7d30d6019079
Release 81 of the mbed library
Main changes:
- Updates and fixes for many targets
- LPC1768: serial interface code fixes
- nRF51822 targets now output a .hex file
- More exporters
- More flexible GPIO API
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 81:7d30d6019079 | 1 | /* mbed Microcontroller Library - CMSIS |
bogdanm | 81:7d30d6019079 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
bogdanm | 81:7d30d6019079 | 3 | * |
bogdanm | 81:7d30d6019079 | 4 | * A generic CMSIS include header, pulling in LPC11U24 specifics |
bogdanm | 81:7d30d6019079 | 5 | */ |
bogdanm | 81:7d30d6019079 | 6 | |
bogdanm | 81:7d30d6019079 | 7 | #ifndef MBED_CMSIS_H |
bogdanm | 81:7d30d6019079 | 8 | #define MBED_CMSIS_H |
bogdanm | 81:7d30d6019079 | 9 | |
bogdanm | 81:7d30d6019079 | 10 | #include "LPC11Uxx.h" |
bogdanm | 81:7d30d6019079 | 11 | #include "cmsis_nvic.h" |
bogdanm | 81:7d30d6019079 | 12 | |
bogdanm | 81:7d30d6019079 | 13 | #endif |