Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5f1bc3c

Browse filesBrowse files
committed
Rolls SAMD version to 1.8.1 after missing a comma in the Redboard Turbo variant file my last commit
1 parent 1275dcb commit 5f1bc3c
Copy full SHA for 5f1bc3c

File tree

Expand file treeCollapse file tree

3 files changed

+53
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+53
-2
lines changed

‎IDE_Board_Manager/package_sparkfun_index.json

Copy file name to clipboardExpand all lines: IDE_Board_Manager/package_sparkfun_index.json
+51Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1865,6 +1865,57 @@
18651865
{ "name": "Sparkfun Qwiic Micro" },
18661866
{ "name": "SparkFun SAMD51 MicroMod" }
18671867
],
1868+
"toolsDependencies": [
1869+
{
1870+
"packager": "arduino",
1871+
"name": "arm-none-eabi-gcc",
1872+
"version": "4.8.3-2014q1"
1873+
},
1874+
{
1875+
"packager": "arduino",
1876+
"name": "bossac",
1877+
"version": "1.8.0-48-gb176eee"
1878+
},
1879+
{
1880+
"packager": "arduino",
1881+
"name": "openocd",
1882+
"version": "0.9.0-arduino"
1883+
},
1884+
{
1885+
"packager": "arduino",
1886+
"name": "CMSIS",
1887+
"version": "4.5.0"
1888+
},
1889+
{
1890+
"packager": "arduino",
1891+
"name": "CMSIS-Atmel",
1892+
"version": "1.2.0"
1893+
}
1894+
]
1895+
},
1896+
{
1897+
"name": "SparkFun SAMD Boards (dependency: Arduino SAMD Boards 1.8.1)",
1898+
"architecture": "samd",
1899+
"version": "1.8.1",
1900+
"category": "Contributed",
1901+
"url": "https://github.com/sparkfun/Arduino_Boards/raw/master/IDE_Board_Manager/sparkfun-samd-1.8.1.tar.bz2",
1902+
"archiveFileName": "sparkfun-samd-1.8.1.tar.bz2",
1903+
"checksum": "SHA-256:F13CD49463FAD77A0B132030CDD59DA12C9D9B9C3255C6B124101108DE282B9F",
1904+
"size": "2840753",
1905+
"help": {
1906+
"online": "https://learn.sparkfun.com/tutorials/installing-arduino-ide/board-add-ons-with-arduino-board-manager"
1907+
},
1908+
"boards": [
1909+
{ "name": "SparkFun SAMD21 Mini Breakout" },
1910+
{ "name": "SparkFun SAMD21 Dev Breakout" },
1911+
{ "name": "SparkFun 9DoF Razor IMU M0" },
1912+
{ "name": "LilyPad LilyMini" },
1913+
{ "name": "Sparkfun SAMD21 Pro RF" },
1914+
{ "name": "Sparkfun RedBoard Turbo" },
1915+
{ "name": "Sparkfun SAMD51 Thing Plus" },
1916+
{ "name": "Sparkfun Qwiic Micro" },
1917+
{ "name": "SparkFun SAMD51 MicroMod" }
1918+
],
18681919
"toolsDependencies": [
18691920
{
18701921
"packager": "arduino",
2.71 MB
Binary file not shown.

‎sparkfun/samd/variants/SparkFun_RedBoard_Turbo/variant.cpp

Copy file name to clipboardExpand all lines: sparkfun/samd/variants/SparkFun_RedBoard_Turbo/variant.cpp
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ const PinDescription g_APinDescription[]=
197197
{ PORTA, 2, PIO_ANALOG, PIN_ATTR_ANALOG, DAC_Channel0, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_2 }, // A0: DAC/VOUT
198198

199199
// 44 - RGB LED
200-
{ PORTA, 30, PIO_DIGITAL, (PIN_ATTR_DIGITAL), No_ADC_Channel, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_NONE } // 44: RGB LED
200+
{ PORTA, 30, PIO_DIGITAL, (PIN_ATTR_DIGITAL), No_ADC_Channel, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_NONE }, // 44: RGB LED
201201

202202
//45
203-
{ PORTB, 3, PIO_SERCOM_ALT, PIN_ATTR_NONE, No_ADC_Channel, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_NONE }, // 31/RX: SERCOM5/PAD[3]
203+
{ PORTB, 3, PIO_SERCOM_ALT, PIN_ATTR_NONE, No_ADC_Channel, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_NONE } // 31/RX: SERCOM5/PAD[3]
204204

205205
} ;
206206

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.