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 a015d73

Browse filesBrowse files
committed
Adds a few more literals for keyword highlights, adds a few more alternate names for the micromod specification to be used in the Arduino IDE
1 parent cf6146e commit a015d73
Copy full SHA for a015d73

File tree

Expand file treeCollapse file tree

4 files changed

+64
-1
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+64
-1
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
@@ -1763,6 +1763,57 @@
17631763
{ "name": "Sparkfun Qwiic Micro" },
17641764
{ "name": "SparkFun SAMD51 MicroMod" }
17651765
],
1766+
"toolsDependencies": [
1767+
{
1768+
"packager": "arduino",
1769+
"name": "arm-none-eabi-gcc",
1770+
"version": "4.8.3-2014q1"
1771+
},
1772+
{
1773+
"packager": "arduino",
1774+
"name": "bossac",
1775+
"version": "1.8.0-48-gb176eee"
1776+
},
1777+
{
1778+
"packager": "arduino",
1779+
"name": "openocd",
1780+
"version": "0.9.0-arduino"
1781+
},
1782+
{
1783+
"packager": "arduino",
1784+
"name": "CMSIS",
1785+
"version": "4.5.0"
1786+
},
1787+
{
1788+
"packager": "arduino",
1789+
"name": "CMSIS-Atmel",
1790+
"version": "1.2.0"
1791+
}
1792+
]
1793+
},
1794+
{
1795+
"name": "SparkFun SAMD Boards (dependency: Arduino SAMD Boards 1.8.1)",
1796+
"architecture": "samd",
1797+
"version": "1.7.9",
1798+
"category": "Contributed",
1799+
"url": "https://github.com/sparkfun/Arduino_Boards/raw/master/IDE_Board_Manager/sparkfun-samd-1.7.9.tar.bz2",
1800+
"archiveFileName": "sparkfun-samd-1.7.9.tar.bz2",
1801+
"checksum": "SHA-256:56034D4E9A4DA4AFF1366E7931C4088CBBC2F469CB195D85E9FCFCED44A7730D",
1802+
"size": "2840851",
1803+
"help": {
1804+
"online": "https://learn.sparkfun.com/tutorials/installing-arduino-ide/board-add-ons-with-arduino-board-manager"
1805+
},
1806+
"boards": [
1807+
{ "name": "SparkFun SAMD21 Mini Breakout" },
1808+
{ "name": "SparkFun SAMD21 Dev Breakout" },
1809+
{ "name": "SparkFun 9DoF Razor IMU M0" },
1810+
{ "name": "LilyPad LilyMini" },
1811+
{ "name": "Sparkfun SAMD21 Pro RF" },
1812+
{ "name": "Sparkfun RedBoard Turbo" },
1813+
{ "name": "Sparkfun SAMD51 Thing Plus" },
1814+
{ "name": "Sparkfun Qwiic Micro" },
1815+
{ "name": "SparkFun SAMD51 MicroMod" }
1816+
],
17661817
"toolsDependencies": [
17671818
{
17681819
"packager": "arduino",
2.71 MB
Binary file not shown.

‎sparkfun/samd/keywords.txt

Copy file name to clipboardExpand all lines: sparkfun/samd/keywords.txt
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,11 @@ G8 LITERAL1
1818
G9 LITERAL1
1919
G11 LITERAL1
2020

21+
PWM0 LITERAL1
22+
PWM1 LITERAL1
23+
BATT_VIN LITERAL1
24+
25+
CS LITERAL1
26+
CS1 LITERAL1
27+
2128

‎sparkfun/samd/variants/SparkFun_SAMD51_MicroMod/variant.h

Copy file name to clipboardExpand all lines: sparkfun/samd/variants/SparkFun_SAMD51_MicroMod/variant.h
+6-1Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,14 @@ extern "C"
8989
#define G5 7
9090
#define G6 8
9191
#define G7 9
92-
#define G8 19
92+
#define G8 10
9393
#define G9 11
9494
#define G11 29
95+
#define PWM0 19
96+
#define PWM1 20
97+
#define BATT_VIN 21
98+
#define CS 48
99+
#define CS1 52
95100

96101
// LEDs
97102
//-------------------------------------------

0 commit comments

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