Merge pull request #3563 from c1728p9/fix_lpc_checksum

LPC4088 - Fix vector checksum
pull/3584/head
Anna Bridge 2017-01-13 10:51:48 +00:00 committed by GitHub
commit 74619ceaa0
1 changed files with 1 additions and 2 deletions

View File

@ -343,8 +343,7 @@
"is_disk_virtual": true,
"supported_toolchains": ["ARM", "GCC_CR", "GCC_ARM", "IAR"],
"post_binary_hook": {
"function": "LPC4088Code.binary_hook",
"toolchains": ["ARM_STD", "ARM_MICRO"]
"function": "LPC4088Code.binary_hook"
},
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "DEBUG_AWARENESS", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
"release_versions": ["2", "5"],