Skip to content

Commit 85dae9f

Browse files
committed
Create other firmwares. Icon fixes. Cleanup.
1 parent d60d61d commit 85dae9f

14 files changed

Lines changed: 2216 additions & 9 deletions

File tree

Arduino/.vscode/arduino.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"configuration": "cpu=atmega328old",
3-
"board": "arduino:avr:nano",
2+
"board": "arduino:avr:micro",
43
"port": "COM7",
54
"sketch": "Arduino.ino",
65
"output": "../build"

Arduino/.vscode/c_cpp_properties.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"intelliSenseMode": "gcc-x64",
1818
"includePath": [
1919
"C:\\Users\\wayne\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino",
20-
"C:\\Users\\wayne\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs",
20+
"C:\\Users\\wayne\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\micro",
2121
"c:\\users\\wayne\\appdata\\local\\arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7\\lib\\gcc\\avr\\7.3.0\\include",
2222
"c:\\users\\wayne\\appdata\\local\\arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7\\lib\\gcc\\avr\\7.3.0\\include-fixed",
2323
"c:\\users\\wayne\\appdata\\local\\arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7\\avr\\include"
@@ -30,8 +30,12 @@
3030
"defines": [
3131
"F_CPU=16000000L",
3232
"ARDUINO=10607",
33-
"ARDUINO_AVR_NANO",
33+
"ARDUINO_AVR_MICRO",
3434
"ARDUINO_ARCH_AVR",
35+
"USB_VID=0x2341",
36+
"USB_PID=0x8037",
37+
"USB_MANUFACTURER=\"Unknown\"",
38+
"USB_PRODUCT=\"Arduino Micro\"",
3539
"__DBL_MIN_EXP__=(-125)",
3640
"__HQ_FBIT__=15",
3741
"__cpp_attributes=200809",

Desktop/SharpManager.Common/Firmware/Leonardo.hex

Lines changed: 499 additions & 0 deletions
Large diffs are not rendered by default.

Desktop/SharpManager.Common/Firmware/Mega1284.hex

Lines changed: 407 additions & 0 deletions
Large diffs are not rendered by default.

Desktop/SharpManager.Common/Firmware/Mega2560.hex

Lines changed: 415 additions & 0 deletions
Large diffs are not rendered by default.

Desktop/SharpManager.Common/Firmware/Micro.hex

Lines changed: 499 additions & 0 deletions
Large diffs are not rendered by default.

Desktop/SharpManager.Common/Firmware/NanoR2.hex

Lines changed: 369 additions & 0 deletions
Large diffs are not rendered by default.

Desktop/SharpManager.Common/SharpManager.Common.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,20 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11+
<None Remove="Firmware\Leonardo.hex" />
12+
<None Remove="Firmware\Mega1284.hex" />
13+
<None Remove="Firmware\Mega2560.hex" />
14+
<None Remove="Firmware\Micro.hex" />
15+
<None Remove="Firmware\NanoR2.hex" />
1116
<None Remove="Firmware\NanoR3.hex" />
1217
</ItemGroup>
1318

1419
<ItemGroup>
20+
<EmbeddedResource Include="Firmware\Leonardo.hex" />
21+
<EmbeddedResource Include="Firmware\Mega1284.hex" />
22+
<EmbeddedResource Include="Firmware\Mega2560.hex" />
23+
<EmbeddedResource Include="Firmware\Micro.hex" />
24+
<EmbeddedResource Include="Firmware\NanoR2.hex" />
1525
<EmbeddedResource Include="Firmware\NanoR3.hex" />
1626
</ItemGroup>
1727

File renamed without changes.
-766 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)