Skip to content

Commit 54ecde4

Browse files
committed
Enable minimal printf (-64B)
1 parent 954c934 commit 54ecde4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mbed_app.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
"target.extra_labels_remove" : ["CORDIO"],
5454
"target.features_remove" : ["BLE"],
5555
"target.device_has_remove": ["USBDEVICE", "EMAC", "CAN", "SPI_ASYNCH", "SPISLAVE", "SPI","SERIAL_FC", "PWMOUT", "ANALOGIN", "ANALOGOUT", "I2CSLAVE", "I2C_ASYNC", "OSPI", "TRNG", "DAC", "CRC", "WATCHDOG", "RTC", "LPTICKER", "SLEEP"],
56+
"target.printf_lib": "minimal-printf",
57+
"platform.minimal-printf-enable-floating-point": false,
58+
"platform.minimal-printf-enable-64-bit": false,
5659
"platform.stdio-baud-rate": 115200,
5760
"fat_chan.ff_use_mkfs": 0,
5861
"fat_chan.ff_fs_rpath": 0,

0 commit comments

Comments
 (0)