• C51 CMake
    Has anyone been successful using CMake to build your projects? I'm trying to using Conan.io; all our other projects use it. Conan integrates well with CMake. Thanks.
  • LPC9401 for KIEL design
    Project on http://www. ?
  • Using ARM toolchain in CMake
    Hi, I use CLion to write my code, and uVision to compile and flash the device. I want to integrate the compiling and flashing process to CLion (CMake). I integrated ARMclang successfully in CMake...
  • ARMcc CMake Toolchain availability
    Hi, I'm currently using MDK ARM as IDE but I want to switch to Cmake / Eclipse Is there an official cmake toolchain for armcc to start with ? Regards.
  • cmake with keil toolchain
    I'm looking into using Cmake with the keil c166 toolchain. Does anyone has experience with doing this? I think it should be possible to make it work, since we're now using gnu make to build our code...