Skip to content

Commit a015d73

Browse 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

File tree

4 files changed

+64
-1
lines changed

4 files changed

+64
-1
lines changed

Diff for: IDE_Board_Manager/package_sparkfun_index.json

+51
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",

Diff for: IDE_Board_Manager/sparkfun-samd-1.7.9.tar.bz2

2.71 MB
Binary file not shown.

Diff for: sparkfun/samd/keywords.txt

+7
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

Diff for: sparkfun/samd/variants/SparkFun_SAMD51_MicroMod/variant.h

+6-1
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)