Skip to content

Commit

Permalink
Binaries & cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
anklimov committed Aug 11, 2024
1 parent 86c0515 commit ff77818
Show file tree
Hide file tree
Showing 20 changed files with 53,059 additions and 53,051 deletions.
Binary file modified compiled/Mega2560-optiboot/firmware.bin
Binary file not shown.
15,435 changes: 7,716 additions & 7,719 deletions compiled/Mega2560-optiboot/firmware.hex

Large diffs are not rendered by default.

20,094 changes: 10,048 additions & 10,046 deletions compiled/controllino/firmware.hex

Large diffs are not rendered by default.

Binary file modified compiled/due/firmware.bin
Binary file not shown.
Binary file modified compiled/esp32-wifi/firmware.bin
Binary file not shown.
Binary file modified compiled/esp8266-wifi/firmware.bin
Binary file not shown.
Binary file modified compiled/lighthub21/firmware.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion compiled/lighthub21/uploadOTA.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
../tools/mac/arduinoOTA -address 192.168.11.172 -port 80 -username arduino -password password -sketch firmware.bin -b -upload /sketch
../tools/mac/arduinoOTA -address 192.168.11.13 -port 80 -username arduino -password password -sketch firmware.bin -b -upload /sketch
Binary file modified compiled/m5stack/firmware.bin
Binary file not shown.
20,658 changes: 10,329 additions & 10,329 deletions compiled/mega2560-5100/firmware.hex

Large diffs are not rendered by default.

19,305 changes: 9,652 additions & 9,653 deletions compiled/mega2560-5500/firmware.hex

Large diffs are not rendered by default.

Binary file modified compiled/mega2560slim/firmware.bin
Binary file not shown.
14,104 changes: 7,051 additions & 7,053 deletions compiled/mega2560slim/firmware.hex

Large diffs are not rendered by default.

12,710 changes: 6,358 additions & 6,352 deletions compiled/nrf52840/firmware.hex

Large diffs are not rendered by default.

Binary file modified compiled/stm32-enc2860/firmware.bin
Binary file not shown.
Binary file modified compiled/stm32/firmware.bin
Binary file not shown.
Binary file modified compiled/stm32/firmware.elf
Binary file not shown.
3,798 changes: 1,901 additions & 1,897 deletions compiled/stm32/firmware.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion lighthub/candriver.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once
#define NO_SUBITEM 63
#ifdef CANDRV

#if defined(ARDUINO_ARCH_STM32)
Expand Down Expand Up @@ -37,7 +38,7 @@ typedef union

};
} canid_t;
#define NO_SUBITEM 63


enum payloadType
{ unknown=0,
Expand Down
1 change: 1 addition & 0 deletions lighthub/item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ e-mail anklimov@gmail.com
#include "main.h"
#include "bright.h"
#include "itemCmd.h"
#include "candriver.h"
//#include "SHA256.h"

#ifdef _dmxout
Expand Down

0 comments on commit ff77818

Please sign in to comment.