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.
Dependencies: GR-PEACH_video GraphicsFramework HTTPServer R_BSP mbed-rpc mbed-rtos Socket lwip-eth lwip-sys lwip FATFileSystem
Fork of mbed-os-example-mbed5-blinky by
mbed-dev/targets/TARGET_NORDIC/TARGET_NRF5/TARGET_MCU_NRF52832/TARGET_UBLOX_EVA_NINA/device.h@12:9a20164dcc47, 2017-01-11 (annotated)
- Committer:
- vipinranka
- Date:
- Wed Jan 11 11:41:30 2017 +0000
- Revision:
- 12:9a20164dcc47
This is the final version MGAS Project for Renesas GR Peach Design Contest
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| vipinranka | 12:9a20164dcc47 | 1 | // The 'features' section in 'target.json' is now used to create the device's hardware preprocessor switches. |
| vipinranka | 12:9a20164dcc47 | 2 | // Check the 'features' section of the target description in 'targets.json' for more details. |
| vipinranka | 12:9a20164dcc47 | 3 | /* mbed Microcontroller Library |
| vipinranka | 12:9a20164dcc47 | 4 | * Copyright (c) 2006-2013 ARM Limited |
| vipinranka | 12:9a20164dcc47 | 5 | * |
| vipinranka | 12:9a20164dcc47 | 6 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| vipinranka | 12:9a20164dcc47 | 7 | * you may not use this file except in compliance with the License. |
| vipinranka | 12:9a20164dcc47 | 8 | * You may obtain a copy of the License at |
| vipinranka | 12:9a20164dcc47 | 9 | * |
| vipinranka | 12:9a20164dcc47 | 10 | * http://www.apache.org/licenses/LICENSE-2.0 |
| vipinranka | 12:9a20164dcc47 | 11 | * |
| vipinranka | 12:9a20164dcc47 | 12 | * Unless required by applicable law or agreed to in writing, software |
| vipinranka | 12:9a20164dcc47 | 13 | * distributed under the License is distributed on an "AS IS" BASIS, |
| vipinranka | 12:9a20164dcc47 | 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| vipinranka | 12:9a20164dcc47 | 15 | * See the License for the specific language governing permissions and |
| vipinranka | 12:9a20164dcc47 | 16 | * limitations under the License. |
| vipinranka | 12:9a20164dcc47 | 17 | */ |
| vipinranka | 12:9a20164dcc47 | 18 | #ifndef MBED_DEVICE_H |
| vipinranka | 12:9a20164dcc47 | 19 | #define MBED_DEVICE_H |
| vipinranka | 12:9a20164dcc47 | 20 | |
| vipinranka | 12:9a20164dcc47 | 21 | #include "objects.h" |
| vipinranka | 12:9a20164dcc47 | 22 | |
| vipinranka | 12:9a20164dcc47 | 23 | #endif |
