You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some compilation problems when trying to compile Zephyr samples with the target "lpcxpresso55s69_ns".
To Reproduce west build -p auto -b lpcxpresso55s69_ns samples/hello_world
Issues
It seems that there are 3 problems :
One in lpcxpresso55s69_ns_defconfig file : CONFIG_ARM is not user configurable
and two in nxp_lpc55s6x_ns.dtsi file : It's missing i2c.h as included file and we have to replace kinetis-gpio by lpc-gpio otherwise the declaration of kinetis-port is missing.
Environment :
OS: Ubuntu
Toolchain : Zephyr SDK
Zephyr version : 2.2.99
The text was updated successfully, but these errors were encountered:
…ild failed
lpcxpresso55s69_ns_defconfig file : CONFIG_ARM is not user configurable
nxp_lpx55s6x_ns.dtsi file : missing i2c.h and replace kinetis-gpio by
lpc-gpio
Signed-off-by: Cindy Chaumont <cchaumont@witekio.com>
There are some compilation problems when trying to compile Zephyr samples with the target "lpcxpresso55s69_ns".
To Reproduce
west build -p auto -b lpcxpresso55s69_ns samples/hello_world
Issues
It seems that there are 3 problems :
One in
lpcxpresso55s69_ns_defconfig
file : CONFIG_ARM is not user configurableand two in
nxp_lpc55s6x_ns.dtsi
file : It's missing i2c.h as included file and we have to replace kinetis-gpio by lpc-gpio otherwise the declaration of kinetis-port is missing.Environment :
The text was updated successfully, but these errors were encountered: