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
Add baremetal and baremetal_size config types in config.py
In components-configuration.sh add build_baremetal. Equivalent to the one in mbedtls but with CMake build system.
In components-platform.sh, add build_arm_none_eabi_gcc component, build_arm_linux_gnueabi_gcc_arm5vte, build_arm_none_eabi_gcc_arm5vte, build_arm_none_eabi_gcc_m0plus, build_arm_none_eabi_gcc_no_udbl_division, build_arm_none_eabi_gcc_no_64bit_multiplication and build_arm_clang_thumb, switching from make to CMake build system if necessary.
When switching from make to CMake, the compilation flags relevant to the components should be kept.
The text was updated successfully, but these errors were encountered:
When switching from make to CMake, the compilation flags relevant to the components should be kept.
The text was updated successfully, but these errors were encountered: