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.
mbed-os/targets/TARGET_NXP/TARGET_LPC11UXX/TARGET_LPC11U35_401/device.h@0:8fdf9a60065b, 2018-10-10 (annotated)
- Committer:
- kadonotakashi
- Date:
- Wed Oct 10 00:33:53 2018 +0000
- Revision:
- 0:8fdf9a60065b
how to make mbed librry
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| kadonotakashi | 0:8fdf9a60065b | 1 | // The 'features' section in 'target.json' is now used to create the device's hardware preprocessor switches. |
| kadonotakashi | 0:8fdf9a60065b | 2 | // Check the 'features' section of the target description in 'targets.json' for more details. |
| kadonotakashi | 0:8fdf9a60065b | 3 | /* mbed Microcontroller Library |
| kadonotakashi | 0:8fdf9a60065b | 4 | * Copyright (c) 2006-2013 ARM Limited |
| kadonotakashi | 0:8fdf9a60065b | 5 | * |
| kadonotakashi | 0:8fdf9a60065b | 6 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| kadonotakashi | 0:8fdf9a60065b | 7 | * you may not use this file except in compliance with the License. |
| kadonotakashi | 0:8fdf9a60065b | 8 | * You may obtain a copy of the License at |
| kadonotakashi | 0:8fdf9a60065b | 9 | * |
| kadonotakashi | 0:8fdf9a60065b | 10 | * http://www.apache.org/licenses/LICENSE-2.0 |
| kadonotakashi | 0:8fdf9a60065b | 11 | * |
| kadonotakashi | 0:8fdf9a60065b | 12 | * Unless required by applicable law or agreed to in writing, software |
| kadonotakashi | 0:8fdf9a60065b | 13 | * distributed under the License is distributed on an "AS IS" BASIS, |
| kadonotakashi | 0:8fdf9a60065b | 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| kadonotakashi | 0:8fdf9a60065b | 15 | * See the License for the specific language governing permissions and |
| kadonotakashi | 0:8fdf9a60065b | 16 | * limitations under the License. |
| kadonotakashi | 0:8fdf9a60065b | 17 | */ |
| kadonotakashi | 0:8fdf9a60065b | 18 | #ifndef MBED_DEVICE_H |
| kadonotakashi | 0:8fdf9a60065b | 19 | #define MBED_DEVICE_H |
| kadonotakashi | 0:8fdf9a60065b | 20 | |
| kadonotakashi | 0:8fdf9a60065b | 21 | |
| kadonotakashi | 0:8fdf9a60065b | 22 | |
| kadonotakashi | 0:8fdf9a60065b | 23 | |
| kadonotakashi | 0:8fdf9a60065b | 24 | |
| kadonotakashi | 0:8fdf9a60065b | 25 | |
| kadonotakashi | 0:8fdf9a60065b | 26 | |
| kadonotakashi | 0:8fdf9a60065b | 27 | |
| kadonotakashi | 0:8fdf9a60065b | 28 | |
| kadonotakashi | 0:8fdf9a60065b | 29 | |
| kadonotakashi | 0:8fdf9a60065b | 30 | |
| kadonotakashi | 0:8fdf9a60065b | 31 | #define DEVICE_ID_LENGTH 32 |
| kadonotakashi | 0:8fdf9a60065b | 32 | #define DEVICE_MAC_OFFSET 20 |
| kadonotakashi | 0:8fdf9a60065b | 33 | |
| kadonotakashi | 0:8fdf9a60065b | 34 | |
| kadonotakashi | 0:8fdf9a60065b | 35 | |
| kadonotakashi | 0:8fdf9a60065b | 36 | |
| kadonotakashi | 0:8fdf9a60065b | 37 | |
| kadonotakashi | 0:8fdf9a60065b | 38 | #include "objects.h" |
| kadonotakashi | 0:8fdf9a60065b | 39 | |
| kadonotakashi | 0:8fdf9a60065b | 40 | #endif |