Skip to content

Commit a83f5e5

Browse files
committed
Disable mbed hard fault handler (-688B)
1 parent 54ecde4 commit a83f5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed_app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"requires": ["bare-metal", "mbedtls", "mcuboot", "flashiap-block-device", "spif-driver", "qspif", "mbed-trace", "filesystem", "fat_chan", "littlefs", "rtos", "cmsis-cmsis5-rtos2", "events"],
3-
"macros": ["USE_USB_HS", "LOWSPEED=1", "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_config.h\""],
3+
"macros": ["MBED_FAULT_HANDLER_DISABLED", "USE_USB_HS", "LOWSPEED=1", "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_config.h\""],
44
"config": {
55
"serial-bootloader-enable": {
66
"help": "Build bootloader with serial update support",

0 commit comments

Comments
 (0)