Skip to content

Commit

Permalink
Simplify project configuration file; Update copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Aug 3, 2016
1 parent 1af699b commit 89bf278
Show file tree
Hide file tree
Showing 18 changed files with 32 additions and 116 deletions.
2 changes: 1 addition & 1 deletion builder/frameworks/arduino.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2014-present Ivan Kravets <me@ikravets.com>
# Copyright 2014-present PlatformIO <contact@platformio.org>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion builder/frameworks/mbed
Submodule mbed updated 1 files
+1 −1 mbed.py
2 changes: 1 addition & 1 deletion builder/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2014-present Ivan Kravets <me@ikravets.com>
# Copyright 2014-present PlatformIO <contact@platformio.org>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion examples/arduino-blink/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright 2014-present Ivan Kravets <me@ikravets.com>
.. Copyright 2014-present PlatformIO <contact@platformio.org>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
18 changes: 3 additions & 15 deletions examples/arduino-blink/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
#
# Project Configuration File
# PlatformIO Project Configuration File
#
# A detailed documentation with the EXAMPLES is located here:
# http://docs.platformio.org/en/latest/projectconf.html
# Please make sure to read documentation with examples first
# http://docs.platformio.org/en/stable/projectconf.html
#

# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.

# Simple and base environment
# [env:mybaseenv]
# platform = %INSTALLED_PLATFORM_NAME_HERE%
# framework =
# board =
#
# Automatic targets - enable auto-uploading
# targets = upload

[env:teensy20]
platform = teensy
framework = arduino
Expand Down
2 changes: 1 addition & 1 deletion examples/arduino-hid-usb-mouse/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright 2014-present Ivan Kravets <me@ikravets.com>
.. Copyright 2014-present PlatformIO <contact@platformio.org>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
18 changes: 3 additions & 15 deletions examples/arduino-hid-usb-mouse/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
#
# Project Configuration File
# PlatformIO Project Configuration File
#
# A detailed documentation with the EXAMPLES is located here:
# http://docs.platformio.org/en/latest/projectconf.html
# Please make sure to read documentation with examples first
# http://docs.platformio.org/en/stable/projectconf.html
#

# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.

# Simple and base environment
# [env:mybaseenv]
# platform = %INSTALLED_PLATFORM_NAME_HERE%
# framework =
# board =
#
# Automatic targets - enable auto-uploading
# targets = upload

[env:teensy31]
platform = teensy
framework = arduino
Expand Down
2 changes: 1 addition & 1 deletion examples/arduino-internal-libs/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright 2014-present Ivan Kravets <me@ikravets.com>
.. Copyright 2014-present PlatformIO <contact@platformio.org>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
18 changes: 3 additions & 15 deletions examples/arduino-internal-libs/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
#
# Project Configuration File
# PlatformIO Project Configuration File
#
# A detailed documentation with the EXAMPLES is located here:
# http://docs.platformio.org/en/latest/projectconf.html
# Please make sure to read documentation with examples first
# http://docs.platformio.org/en/stable/projectconf.html
#

# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.

# Simple and base environment
# [env:mybaseenv]
# platform = %INSTALLED_PLATFORM_NAME_HERE%
# framework =
# board =
#
# Automatic targets - enable auto-uploading
# targets = upload

[env:teensy20]
platform = teensy
framework = arduino
Expand Down
2 changes: 1 addition & 1 deletion examples/mbed-blink/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright 2014-present Ivan Kravets <me@ikravets.com>
.. Copyright 2014-present PlatformIO <contact@platformio.org>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
18 changes: 3 additions & 15 deletions examples/mbed-blink/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
#
# Project Configuration File
# PlatformIO Project Configuration File
#
# A detailed documentation with the EXAMPLES is located here:
# http://docs.platformio.org/en/latest/projectconf.html
# Please make sure to read documentation with examples first
# http://docs.platformio.org/en/stable/projectconf.html
#

# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.

# Simple and base environment
# [env:mybaseenv]
# platform = %INSTALLED_PLATFORM_NAME_HERE%
# framework =
# board =
#
# Automatic targets - enable auto-uploading
# targets = upload

[env:teensy31]
platform = teensy
framework = mbed
Expand Down
2 changes: 1 addition & 1 deletion examples/mbed-dsp/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright 2014-present Ivan Kravets <me@ikravets.com>
.. Copyright 2014-present PlatformIO <contact@platformio.org>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
18 changes: 3 additions & 15 deletions examples/mbed-dsp/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
#
# Project Configuration File
# PlatformIO Project Configuration File
#
# A detailed documentation with the EXAMPLES is located here:
# http://docs.platformio.org/en/latest/projectconf.html
# Please make sure to read documentation with examples first
# http://docs.platformio.org/en/stable/projectconf.html
#

# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.

# Simple and base environment
# [env:mybaseenv]
# platform = %INSTALLED_PLATFORM_NAME_HERE%
# framework =
# board =
#
# Automatic targets - enable auto-uploading
# targets = upload

[env:teensy31]
platform = teensy
framework = mbed
Expand Down
2 changes: 1 addition & 1 deletion examples/mbed-rtos/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright 2014-present Ivan Kravets <me@ikravets.com>
.. Copyright 2014-present PlatformIO <contact@platformio.org>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
18 changes: 3 additions & 15 deletions examples/mbed-rtos/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
#
# Project Configuration File
# PlatformIO Project Configuration File
#
# A detailed documentation with the EXAMPLES is located here:
# http://docs.platformio.org/en/latest/projectconf.html
# Please make sure to read documentation with examples first
# http://docs.platformio.org/en/stable/projectconf.html
#

# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.

# Simple and base environment
# [env:mybaseenv]
# platform = %INSTALLED_PLATFORM_NAME_HERE%
# framework =
# board =
#
# Automatic targets - enable auto-uploading
# targets = upload

[env:teensy31]
platform = teensy
framework = mbed
Expand Down
2 changes: 1 addition & 1 deletion examples/mbed-serial/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright 2014-present Ivan Kravets <me@ikravets.com>
.. Copyright 2014-present PlatformIO <contact@platformio.org>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
18 changes: 3 additions & 15 deletions examples/mbed-serial/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
#
# Project Configuration File
# PlatformIO Project Configuration File
#
# A detailed documentation with the EXAMPLES is located here:
# http://docs.platformio.org/en/latest/projectconf.html
# Please make sure to read documentation with examples first
# http://docs.platformio.org/en/stable/projectconf.html
#

# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.

# Simple and base environment
# [env:mybaseenv]
# platform = %INSTALLED_PLATFORM_NAME_HERE%
# framework =
# board =
#
# Automatic targets - enable auto-uploading
# targets = upload

[env:teensy31]
platform = teensy
framework = mbed
Expand Down
2 changes: 1 addition & 1 deletion platform.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2014-present Ivan Kravets <me@ikravets.com>
# Copyright 2014-present PlatformIO <contact@platformio.org>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 89bf278

Please sign in to comment.