Skip to content

Commit bef98d5

Browse files
committed
Update firmware and instrictions
1 parent 14214ac commit bef98d5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

examples/Flasher/Flasher.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
To generate a new firmware, compile D11-Firmware with target MKRMotorShield, 4KB bootloader, LTO enabled, pinmap complete
55
and execute
66
7-
echo -n "const " > fw.h && xxd -i D11-firmware.ino.bin >> fw.h
7+
echo -n "const " > fw.h && xxd -i D11-Firmware.ino.bin >> fw.h
88
*/
99

1010
#include "Wire.h"

examples/Flasher/fw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ const unsigned char D11_Firmware_ino_bin[] = {
621621
0x0d, 0x21, 0xfe, 0xf7, 0xf9, 0xf9, 0x23, 0x00, 0x2a, 0x4a, 0xb4, 0x33,
622622
0x1a, 0x60, 0x2a, 0x4b, 0x01, 0x21, 0xb8, 0x34, 0x03, 0x20, 0x23, 0x60,
623623
0xfe, 0xf7, 0xee, 0xf9, 0x01, 0x21, 0x1b, 0x20, 0xfe, 0xf7, 0xea, 0xf9,
624-
0x08, 0x22, 0x25, 0x4b, 0x1a, 0x60, 0x25, 0x4c, 0x23, 0x00, 0x54, 0x33,
624+
0x18, 0x22, 0x25, 0x4b, 0x1a, 0x60, 0x25, 0x4c, 0x23, 0x00, 0x54, 0x33,
625625
0x1b, 0x78, 0x02, 0x2b, 0x0b, 0xd0, 0x23, 0x4b, 0x1b, 0x69, 0x00, 0x2b,
626626
0x17, 0xd0, 0x22, 0x4b, 0x20, 0x4a, 0x9b, 0x68, 0x12, 0x69, 0x9b, 0x1a,
627627
0x20, 0x4a, 0x93, 0x42, 0x0f, 0xd9, 0xbf, 0xf3, 0x4f, 0x8f, 0x1f, 0x4b,

extras/D11-Firmware/D11-Firmware.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010

1111
#define Fix16 mn::MFixedPoint::FpF32<8>
1212

13-
// compile me with target mkrmotorshield:samd:mkrmotorshield:bootloader=0kb,pinmap=complete,lto=disabled during development
14-
// compile me with target mkrmotorshield:samd:mkrmotorshield:bootloader=4kb,pinmap=complete,lto=enabled for release
13+
// grab core from https://github.com/arduino/ArduinoCore-samd/tree/mkrmotorcarrier
14+
// compile me with target arduino:samd:mkrmotorshield:bootloader=0kb,pinmap=complete,lto=disabled during development
15+
// compile me with target arduino:samd:mkrmotorshield:bootloader=4kb,pinmap=complete,lto=enabled for release
1516

1617
const char* FW_VERSION = "0.10";
1718

0 commit comments

Comments
 (0)