Skip to content

Commit 74619ce

Browse files
authored
Merge pull request #3563 from c1728p9/fix_lpc_checksum
LPC4088 - Fix vector checksum
2 parents 6cf0c86 + 18618ef commit 74619ce

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)