Skip to content

Commit

Permalink
Merge pull request #1323 from NickeZ/nickez/add-debug-target
Browse files Browse the repository at this point in the history
Nickez/add debug target
  • Loading branch information
NickeZ authored Dec 3, 2024
2 parents 886e2fd + 5921931 commit fe8ee46
Show file tree
Hide file tree
Showing 227 changed files with 24,079 additions and 136 deletions.
1 change: 1 addition & 0 deletions .ci/ci
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ make -j8 bootloader-btc-production
make -j8 firmware
make -j8 firmware-btc
make -j8 factory-setup
make -j8 firmware-debug

# Disallow some symbols in the final binary that we don't want.
if arm-none-eabi-nm build/bin/firmware.elf | grep -q "float_to_decimal_common_shortest"; then
Expand Down
Loading

0 comments on commit fe8ee46

Please sign in to comment.