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: mbed
makefile@1:ad7d800c0f07, 2015-08-16 (annotated)
- Committer:
- marcel1691
- Date:
- Sun Aug 16 19:35:37 2015 +0200
- Revision:
- 1:ad7d800c0f07
Erweitert um Eclipse/gcc4mbed Konfiguration
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| marcel1691 | 1:ad7d800c0f07 | 1 | # Copyright 2015 Adam Green (http://mbed.org/users/AdamGreen/) | 
| marcel1691 | 1:ad7d800c0f07 | 2 | # | 
| marcel1691 | 1:ad7d800c0f07 | 3 | # Licensed under the Apache License, Version 2.0 (the "License"); | 
| marcel1691 | 1:ad7d800c0f07 | 4 | # you may not use this file except in compliance with the License. | 
| marcel1691 | 1:ad7d800c0f07 | 5 | # You may obtain a copy of the License at | 
| marcel1691 | 1:ad7d800c0f07 | 6 | # | 
| marcel1691 | 1:ad7d800c0f07 | 7 | # http://www.apache.org/licenses/LICENSE-2.0 | 
| marcel1691 | 1:ad7d800c0f07 | 8 | # | 
| marcel1691 | 1:ad7d800c0f07 | 9 | # Unless required by applicable law or agreed to in writing, software | 
| marcel1691 | 1:ad7d800c0f07 | 10 | # distributed under the License is distributed on an "AS IS" BASIS, | 
| marcel1691 | 1:ad7d800c0f07 | 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
| marcel1691 | 1:ad7d800c0f07 | 12 | # See the License for the specific language governing permissions and | 
| marcel1691 | 1:ad7d800c0f07 | 13 | # limitations under the License. | 
| marcel1691 | 1:ad7d800c0f07 | 14 | |
| marcel1691 | 1:ad7d800c0f07 | 15 | PROJECT := PIRSensor | 
| marcel1691 | 1:ad7d800c0f07 | 16 | #NO_FLOAT_SCANF := 1 | 
| marcel1691 | 1:ad7d800c0f07 | 17 | #NO_FLOAT_PRINTF := 1 | 
| marcel1691 | 1:ad7d800c0f07 | 18 | |
| marcel1691 | 1:ad7d800c0f07 | 19 | include $(GCC4MBED_DIR)/build/gcc4mbed.mk |