Skip to content

Commit 18618ef

Browse files
committed
LPC4088 - Fix vector checksum
Turn on the vector checksum on all LPC4088 variants. This checksum is required for an application to boot.
1 parent 9e24117 commit 18618ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

targets/targets.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,7 @@
343343
"is_disk_virtual": true,
344344
"supported_toolchains": ["ARM", "GCC_CR", "GCC_ARM", "IAR"],
345345
"post_binary_hook": {
346-
"function": "LPC4088Code.binary_hook",
347-
"toolchains": ["ARM_STD", "ARM_MICRO"]
346+
"function": "LPC4088Code.binary_hook"
348347
},
349348
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "DEBUG_AWARENESS", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
350349
"release_versions": ["2", "5"],

0 commit comments

Comments
 (0)