Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
TARGET_SAMD21G18A/cmsis.h@111:4336505e4b1c, 2015-12-15 (annotated)
- Committer:
- Kojto
- Date:
- Tue Dec 15 14:39:38 2015 +0000
- Revision:
- 111:4336505e4b1c
Release 111 of the mbed library
Changes:
- new platforms - Atmel targets (SAMR21G18A, SAMD21J18A, SAMD21G18A)
- Streams - add var argument (vprintf, vscanf)
- MAXWSNENV - BLE stack library additio
- LPC1768 - fix slave read
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kojto | 111:4336505e4b1c | 1 | /* mbed Microcontroller Library - CMSIS |
Kojto | 111:4336505e4b1c | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
Kojto | 111:4336505e4b1c | 3 | * |
Kojto | 111:4336505e4b1c | 4 | * A generic CMSIS include header, pulling in samd21j18a specifics |
Kojto | 111:4336505e4b1c | 5 | */ |
Kojto | 111:4336505e4b1c | 6 | |
Kojto | 111:4336505e4b1c | 7 | #ifndef MBED_CMSIS_H |
Kojto | 111:4336505e4b1c | 8 | #define MBED_CMSIS_H |
Kojto | 111:4336505e4b1c | 9 | |
Kojto | 111:4336505e4b1c | 10 | #include "samd21.h" |
Kojto | 111:4336505e4b1c | 11 | #include "cmsis_nvic.h" |
Kojto | 111:4336505e4b1c | 12 | |
Kojto | 111:4336505e4b1c | 13 | #endif |