Re: [MSP430][PATCH 1/2] Consolidate handling of hard-coded MCU data

2019-08-13 Thread Jozef Lawrynowicz
On Mon, 12 Aug 2019 14:30:06 -0600 Jeff Law wrote: > On 8/8/19 6:14 AM, Jozef Lawrynowicz wrote: > > This patch improves the handling of MCU data by consolidating multiple > > copies of hard-coded MCU data into a single location, and adds a new > > function > > to be used as a single entry point

Re: [MSP430][PATCH 1/2] Consolidate handling of hard-coded MCU data

2019-08-12 Thread Jeff Law
On 8/8/19 6:14 AM, Jozef Lawrynowicz wrote: > This patch improves the handling of MCU data by consolidating multiple > copies of hard-coded MCU data into a single location, and adds a new function > to be used as a single entry point for the extraction of MCU data for the > selected MCU. > > This