commit | db4a83752cdc9f2cb4dbd94864eecb2c1770cec8 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Wed Oct 04 11:37:35 2017 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Oct 19 12:16:11 2017 -0500 |
tree | b7bbb51015c1d924603886d1cf98c76857c496a6 | |
parent | 7f638cd9f0c912e606f51e3e8a412fe6129d4863 [diff] |
ext: hal: ti: msp432p4xx: Tweak SDK to build with Zephyr There are some minor conflicts or porting changes needed to get the msp432p4xx SDK to work with Zephyr: 1. Remove definition of BIT, as it conflicts with Zephyr defined one 2. Set __SYSTEM_CLOCK define based on Zephyr Kconfig define 3. Fix a build warning that gets treated as an error. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>