Skip to content

Commit dd2d9ee

Browse files
author
Cruz Monrreal
authored
Merge pull request #8319 from c1728p9/checksum_546xx_vector_table
Checksum the vector table of the LPC546XX
2 parents b18c819 + 06c825f commit dd2d9ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

targets/targets.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@
823823
"detect_code": ["1054"],
824824
"device_has": ["USTICKER", "RTC", "ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "FLASH"],
825825
"release_versions": ["2", "5"],
826+
"post_binary_hook": {"function": "LPCTargetCode.lpc_patch"},
826827
"device_name" : "LPC54114J256BD64"
827828
},
828829
"MCU_LPC546XX": {
@@ -834,6 +835,7 @@
834835
"inherits": ["Target"],
835836
"device_has": ["USTICKER", "RTC", "ANALOGIN", "EMAC", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "FLASH", "TRNG"],
836837
"device_name" : "LPC54628J512ET180",
838+
"post_binary_hook": {"function": "LPCTargetCode.lpc_patch"},
837839
"overrides": {
838840
"network-default-interface-type": "ETHERNET"
839841
}

0 commit comments

Comments
 (0)