Skip to content

Commit

Permalink
Merge pull request #8319 from c1728p9/checksum_546xx_vector_table
Browse files Browse the repository at this point in the history
Checksum the vector table of the LPC546XX
  • Loading branch information
Cruz Monrreal authored Oct 25, 2018
2 parents b18c819 + 06c825f commit dd2d9ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@
"detect_code": ["1054"],
"device_has": ["USTICKER", "RTC", "ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "FLASH"],
"release_versions": ["2", "5"],
"post_binary_hook": {"function": "LPCTargetCode.lpc_patch"},
"device_name" : "LPC54114J256BD64"
},
"MCU_LPC546XX": {
Expand All @@ -834,6 +835,7 @@
"inherits": ["Target"],
"device_has": ["USTICKER", "RTC", "ANALOGIN", "EMAC", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "FLASH", "TRNG"],
"device_name" : "LPC54628J512ET180",
"post_binary_hook": {"function": "LPCTargetCode.lpc_patch"},
"overrides": {
"network-default-interface-type": "ETHERNET"
}
Expand Down

0 comments on commit dd2d9ee

Please sign in to comment.