ADD library update-client
This commit is contained in:
		| @@ -1,6 +1,7 @@ | ||||
| { | ||||
|     "macros": [ | ||||
|       "MBED_CONF_MBED_TRACE_FEA_IPV6=0" | ||||
|       "MBED_CONF_MBED_TRACE_FEA_IPV6=0", | ||||
|       "MBED_BOOTLOADER_FLASH_BANK_SIZE=MBED_ROM_SIZE/2" | ||||
|     ], | ||||
|     "config": { | ||||
|       "main-stack-size": { | ||||
| @@ -17,7 +18,10 @@ | ||||
|         "platform.all-stats-enabled": true, | ||||
|         "target.printf_lib":"minimal-printf", | ||||
|         "platform.minimal-printf-enable-floating-point": true, | ||||
|         "platform.minimal-printf-set-floating-point-max-decimals": 2 | ||||
|         "platform.minimal-printf-set-floating-point-max-decimals": 2, | ||||
|         "update-client.storage-address": "(MBED_BOOTLOADER_FLASH_BANK_SIZE)", | ||||
|         "update-client.storage-size": "(MBED_BOOTLOADER_FLASH_BANK_SIZE)", | ||||
|         "update-client.storage-locations": 2 | ||||
|       }, | ||||
|       "DISCO_H747I": { | ||||
|         "target.restrict_size": "0x20000", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user