Skip to content

Commit 4d812ea

Browse files
committed
Fix #2, #3, #48, #80, General Upgrade
Major rewrite - Fix #2: Added 64-bit support Added big endian payload options (use when LE selected to write BE fields) Fix #3: Added checksum calculation/overide Added the rest of the override possible fields (for error checking) Fix #48: Added standard type options (more clear/consistant sizing) Fix #80: Added cFS Version 2 header support Added protocol options Added raw message generation support Added test script Added debug and thirtytwo build options
1 parent dae41fa commit 4d812ea

File tree

3 files changed

+810
-401
lines changed

3 files changed

+810
-401
lines changed

Subsystems/cmdUtil/Makefile

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
all::
1+
all:
22
gcc -o cmdUtil SendUdp.c cmdUtil.c
33

4+
debug:
5+
gcc -o cmdUtil -DDEBUG -g SendUdp.c cmdUtil.c
6+
7+
thirtytwo:
8+
gcc -o cmdUtil -DDEBUG -g -m32 SendUdp.c cmdUtil.c
9+

0 commit comments

Comments
 (0)