Skip to content

Commit

Permalink
Merge branch 'release/v1.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jun 26, 2017
2 parents 5585757 + 372f45c commit 9437630
Show file tree
Hide file tree
Showing 221 changed files with 1,018 additions and 1,662 deletions.
32 changes: 0 additions & 32 deletions atmelavr-and-arduino/arduino-external-libs/README.rst

This file was deleted.

32 changes: 0 additions & 32 deletions atmelavr-and-arduino/atmelavr-assember-blink/README.rst

This file was deleted.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ How to build PlatformIO based project
.. code-block:: bash
# Change directory to example
> cd platformio-examples/atmelavr-and-arduino/arduino-blink
> cd platformio-examples/atmelavr/arduino-blink
# Build project
> platformio run
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = uno

[env:uno]
platform = atmelavr
framework = arduino
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ How to build PlatformIO based project
.. code-block:: bash
# Change directory to example
> cd platformio-examples/timsp430/timsp430-native-blink
> cd platformio-examples/atmelavr/arduino-external-libs
# Build project
> platformio run
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ How to build PlatformIO based project
.. code-block:: bash
# Change directory to example
> cd platformio-examples/atmelsam-and-arduino/arduino-internal-libs
> cd platformio-examples/atmelavr/arduino-internal-libs
# Build project
> platformio run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = uno

[env:uno]
platform = atmelavr
framework = arduino
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ How to build PlatformIO based project
.. code-block:: bash
# Change directory to example
> cd platformio-examples/atmelavr-and-arduino/atmelavr-native-blink
> cd platformio-examples/atmelavr/atmelavr-assember-blink
# Build project
> platformio run
Expand Down
File renamed without changes.
File renamed without changes.
32 changes: 32 additions & 0 deletions atmelavr/atmelavr-native-blink/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.. Copyright (c) 2014-present PlatformIO <[email protected]>
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
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
How to build PlatformIO based project
=====================================

1. `Install PlatformIO Core <http://docs.platformio.org/page/core.html>`_
2. Download `examples source code <https://github.com/platformio/platformio-examples/archive/develop.zip>`_
3. Extract ZIP archive
4. Run these commands:

.. code-block:: bash
# Change directory to example
> cd platformio-examples/atmelavr/atmelavr-native-blink
# Build project
> platformio run
# Upload firmware
> platformio run --target upload
# Clean build files
> platformio run --target clean
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ How to build PlatformIO based project
.. code-block:: bash
# Change directory to example
> cd platformio-examples/atmelavr-and-arduino/digitstump-mouse
> cd platformio-examples/atmelavr/digitstump-mouse
# Build project
> platformio run
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = digispark-tiny

[env:digispark-tiny]
platform = atmelavr
framework = arduino
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "EngduinoMagnetometer",
"platforms": [
"atmelavr"
],
"downloadUrl": "https://github.com/engduino/Engduino_v3.1.0_arduino_extension/archive/master.zip",
"frameworks": [
"arduino"
],
"version": "3.1.0",
"export": {
"include": "Engduino_v3.1.0_arduino_extension-master/hardware/Engduino/avr/libraries/EngduinoMagnetometer"
},
"examples": "Engduino_v3.1.0_arduino_extension-master/examples/100.Engduino/Magnetometer/Magnetometer.ino",
"authors": [
{
"maintainer": false,
"name": "Engduino",
"url": "http://www.engduino.org",
"email": "[email protected]"
}
],
"keywords": [
"magnetometer",
"i2c",
"sensor"
],
"id": 574,
"description": "Engduino I2C communication with on-board magnetometer (Freescale FXMS3110). Includes hi-level functions for initialization and reading x,y,z magnetic filed values."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#######################################
# Syntax Coloring Map EngduinoMagnetometer
#######################################

#######################################
# Datatypes (KEYWORD1)
#######################################

EngduinoMagnetometer KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
#######################################

begin KEYWORD2
end KEYWORD2
xyz KEYWORD2
temperature KEYWORD2

#######################################
# Constants (LITERAL1)
#######################################
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "EngduinoMagnetometer",
"keywords": "sensor, magnetometer, i2c",
"description": "Engduino I2C communication with on-board magnetometer (Freescale FXMS3110). Includes hi-level functions for initialization and reading x,y,z magnetic filed values.",
"authors":
{
"name": "Engduino",
"email": "[email protected]",
"url": "http://www.engduino.org"
},
"downloadUrl": "https://github.com/engduino/Engduino_v3.1.0_arduino_extension/archive/master.zip",
"version": "3.1.0",
"include": "Engduino_v3.1.0_arduino_extension-master/hardware/Engduino/avr/libraries/EngduinoMagnetometer",
"examples": "Engduino_v3.1.0_arduino_extension-master/examples/100.Engduino/Magnetometer/Magnetometer.ino",
"frameworks": "arduino",
"platforms": "atmelavr"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name=EngduinoMagnetometer
version=1.0
author=
maintainer[email protected]
sentence=Allows communication with on-board magnetometer.
paragraph=This library enables I2C communication with on-board magnetometer (Freescale FXMS3110). Includes hi-level functions for initialization and reading x,y,z magnetic filed values.
url=http://www.engduino.org/doxygen/
architectures=*
Loading

0 comments on commit 9437630

Please sign in to comment.