Skip to content

Commit

Permalink
docs: fixed table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Oct 24, 2024
1 parent 0e3e6a6 commit ce85e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ to save some space.
Benchmark footprint vs. boot time SHA of 100KB image + signature verification

| Description | Selected options | wolfBoot size (B) | Boot time (s) |
|------|---------------|-----------------|------------|-------------------|-----------|
|-------------|------------------|-------------------|---------------|
| Full ECC256 assembly optimizations. Fastest. | `SIGN=ECC256` | 21836 | .583 |
| Optimize ECC only (SP math assembly only) | `SIGN=ECC256 NO_ARM_ASM=1` | 18624 | .760 |
| No assembly optimizations (smallest) | `SIGN=ECC256 NO_ASM=1` | 14416 | 3.356 |
Expand Down

0 comments on commit ce85e26

Please sign in to comment.