ads1115 only
Fork of mbed by
TARGET_LPC11U35_401/cmsis.h@76:824293ae5e43, 2014-01-13 (annotated)
- Committer:
- bogdanm
- Date:
- Mon Jan 13 15:31:11 2014 +0200
- Revision:
- 76:824293ae5e43
- Parent:
- 74:a842253909c9
Release 76 of the mbed library
Main changes:
- enabled SPI slave on LPC812
- the RTOS should now work with GCC_CR (LPC1768 and LPC4088)
- GCC now uses 'hard' as the floating point ABI (arguments in floating point registers)
- Bug fixes on various platforms
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 74:a842253909c9 | 1 | /* mbed Microcontroller Library - CMSIS |
bogdanm | 74:a842253909c9 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
bogdanm | 74:a842253909c9 | 3 | * |
bogdanm | 74:a842253909c9 | 4 | * A generic CMSIS include header, pulling in LPC11U24 specifics |
bogdanm | 74:a842253909c9 | 5 | */ |
bogdanm | 74:a842253909c9 | 6 | |
bogdanm | 74:a842253909c9 | 7 | #ifndef MBED_CMSIS_H |
bogdanm | 74:a842253909c9 | 8 | #define MBED_CMSIS_H |
bogdanm | 74:a842253909c9 | 9 | |
bogdanm | 74:a842253909c9 | 10 | #include "LPC11Uxx.h" |
bogdanm | 74:a842253909c9 | 11 | #include "cmsis_nvic.h" |
bogdanm | 74:a842253909c9 | 12 | |
bogdanm | 74:a842253909c9 | 13 | #endif |