Skip to content

Commit

Permalink
Included fx2pipe_static.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
hoglet67 committed Aug 17, 2023
1 parent 61b4379 commit fa605b1
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fx2pipe/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/firmware/fx2pipe.rel
/firmware/fx2pipe.rst
/firmware/fx2pipe.sym
/firmware/fx2pipe_static.cc
#/firmware/fx2pipe_static.cc
/fx2pipe/.deps/
/fx2pipe/Makefile
/fx2pipe/fx2pipe
Expand Down
44 changes: 44 additions & 0 deletions fx2pipe/firmware/fx2pipe_static.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
#include <stdio.h> /* For NULL... */

const char *fx2pipe_static_firmware[]={
":03000000020006F5",
":03005F0002000399",
":030003000203C332",
":20006200901003E0FE3395E0FFBE1205BF0002800CBE2105BF000280047F0080027F01008A",
":2000820000000000000000000000000000000000EF6007901007E0FE80027E1290E600EE0D",
":2000A200F00000000000000000000000000000000000EF6007901004E0FF80027FC390E63B",
":2000C20001EFF0000000000000000000000000000000000090E60B7403F000000000000056",
":2000E200000000000000000000000090E670E4F00000000000000000000000000000000044",
":2001020000901004E0FF30E40790E609E4F0800690E6097404F0000000000000000000007F",
":200122000000000000000090E614E4F0000000000000000000000000000000000090E612D7",
":20014200E4F0000000000000000000000000000000000090E61AE4F0000000000000000065",
":2001620000000000000000000090E618E4F0000000000000000000000000000000000075A6",
":20018200B200901003E0FE3395E0FFBE1205BF00028003020283901005E0FD90E614F000E7",
":2001A2000000000000000000000000000000000090E6047480F000000000000000000000DF",
":2001C2000000000000000090E6047402F0000000000000000000000000000000000090E6C7",
":2001E200047404F0000000000000000000000000000000000090E6047406F00000000000AD",
":2002020000000000000000000000000090E6047408F00000000000000000000000000000F6",
":2002220000000090E604E4F00000000000000000000000000000000000901006E0FD90E675",
":200242001AF0000000000000000000000000000000000090E6247402F00000000000000092",
":200262000000000000000000000090E625E4F000000000000000000000000000000000000D",
":2002820022BE2105BF0002800122901005E0FF90E612F000000000000000000000000000F6",
":2002A2000000000090E6047480F0000000000000000000000000000000000090E60474826E",
":2002C200F0000000000000000000000000000000000090E6047484F00000000000000000CA",
":2002E20000000000000000000090E6047486F0000000000000000000000000000000000098",
":2003020090E6047488F0000000000000000000000000000000000090E604E4F00000000027",
":200322000000000000000000000000000090E6497482F00000000000000000000000000016",
":200342000000000090E6497482F00000000000000000000000000000000000901005E0FF72",
":200362003395E05307037E00BF0005BE00028008BF0333BE0030801790E6497482F00000CD",
":2003820000000000000000000000000000000090E6497482F00000000000000000000000B6",
":2003A200000000000000901006E0FF90E618F0000000000000000000000000000000000038",
":0603C2002212006280FE21",
":06003500E478FFF6D8FD9F",
":200013007900E94400601B7A009003CC780175A000E493F2A308B8000205A0D9F4DAF275C4",
":02003300A0FF2C",
":20003B007800E84400600A790175A000E4F309D8FC7800E84400600C7900900001E4F0A3C3",
":04005B00D8FCD9FAFA",
":0D0006007581071203C8E582600302000344",
":0403C8007582002218",
":00000001FF",
NULL
};

0 comments on commit fa605b1

Please sign in to comment.