Skip to content

Commit e7ed942

Browse files
committed
Update readme and added changelog
1 parent 18c63ce commit e7ed942

File tree

2 files changed

+35
-21
lines changed

2 files changed

+35
-21
lines changed

CHANGELOG

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
SAMD CORE 1.6.1 2015.07.21
3+
4+
* Added missing ATN pin definition
5+
* Added missing bootloader key/value pair in boards.txt (this allows to burn bootloader with Sam-ICE too)
6+
* Fixed min/max functions
7+
* Fixed hooks for Cortex-M RTOS
8+
* Fixed acknowledge of UART errors
9+
* Enabled C11/C++11
10+
* Fixed initialization in USB Device
11+
12+
SAMD CORE 1.6.0 2015.06.15
13+
14+
* First public release.
15+

README.md

+20-21
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,10 @@ for Atmel's SAMD21 processor (used on the Arduino Zero board).
55

66
## Installation on Arduino IDE
77

8+
This core is available as a package in the Arduino IDE cores manager.
89
Just open the "Boards Manager" and install the package called:
910

10-
```
11-
Arduino SAMD Boards (32-bit ARM Cortex-M0+)
12-
```
13-
14-
## Hourly builds
15-
16-
This repository is under a CI system that every hour checks if there are updates and
17-
builds a release for testing (the so called "Hourly builds").
18-
19-
The hourly builds are available through Boards Manager. If you want to install them:
20-
1. Open the **Preferences** of the Arduino IDE.
21-
2. Add this URL `http://downloads.arduino.cc/Hourly/samd/package_samd-hourly-build_index.json` in the **Additional Boards Manager URLs** field, and click OK.
22-
3. Open the **Boards Manager** (menu Tools->Board->Board Manager...)
23-
4. Install **Arduino SAMD core - Hourly build**
24-
5. Select one of the boards under **SAMD Hourly build XX** in Tools->Board menu
25-
6. Compile/Upload as usual
26-
27-
If you already installed an hourly build and you want to update it with the latest:
28-
1. Open the **Boards Manager** (menu Tools->Board->Board Manager...)
29-
2. Remove **Arduino SAMD core - Hourly build**
30-
3. Install again **Arduino SAMD core - Hourly build**, the Board Manager will download the latest build replacing the old one.
11+
"Arduino SAMD Boards (32-bit ARM Cortex-M0+)"
3112

3213
## Support
3314

@@ -49,6 +30,24 @@ to avoid duplicates.
4930
Contributions are always welcome. The preferred way to receive code cotribution is by submitting a
5031
Pull Request on github.
5132

33+
## Hourly builds
34+
35+
This repository is under a Continuos Integration system that every hour checks if there are updates and
36+
builds a release for testing (the so called "Hourly builds").
37+
38+
The hourly builds are available through Boards Manager. If you want to install them:
39+
1. Open the **Preferences** of the Arduino IDE.
40+
2. Add this URL `http://downloads.arduino.cc/Hourly/samd/package_samd-hourly-build_index.json` in the **Additional Boards Manager URLs** field, and click OK.
41+
3. Open the **Boards Manager** (menu Tools->Board->Board Manager...)
42+
4. Install **Arduino SAMD core - Hourly build**
43+
5. Select one of the boards under **SAMD Hourly build XX** in Tools->Board menu
44+
6. Compile/Upload as usual
45+
46+
If you already installed an hourly build and you want to update it with the latest:
47+
1. Open the **Boards Manager** (menu Tools->Board->Board Manager...)
48+
2. Remove **Arduino SAMD core - Hourly build**
49+
3. Install again **Arduino SAMD core - Hourly build**, the Board Manager will download the latest build replacing the old one.
50+
5251
## License and credits
5352

5453
This core has been developed by Arduino LLC in collaboration with Atmel.

0 commit comments

Comments
 (0)