File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2626 - name : Build Solution
2727 shell : cmd
2828 run : |
29- MSBuild.exe tools\keytools\wolfBootKeyTools.sln /p:Configuration=Release /p:Platform="x64"
29+ echo "#define WOLFBOOT_SECTOR_SIZE 1024" > include/target.h
30+ MSBuild.exe tools\keytools\wolfBootKeyTools.sln /m /p:Configuration=Release /p:Platform="x64"
3031
3132 # Step 4: Upload executables as artifacts
3233 - name : Upload EXE Artifacts
Original file line number Diff line number Diff line change 3535#ifndef WOLFBOOT_DELTA_H
3636#define WOLFBOOT_DELTA_H
3737
38+ #include <stdint.h>
39+
3840#ifndef DELTA_PATCH_BLOCK_SIZE
3941#define DELTA_PATCH_BLOCK_SIZE 1024
4042#endif
Original file line number Diff line number Diff line change 2222#include <stdint.h>
2323#include <string.h>
2424#include <delta.h>
25+ #include <target.h> /* WOLFBOOT_SECTOR_SIZE */
2526
2627
2728#define ESC 0x7f
You can’t perform that action at this time.
0 commit comments