Alberto Nidasio

Results 5 comments of Alberto Nidasio

During refactoring I've also tried to add support for CMake install feature. It can be done but the CMake code becomes messy and you can only install one build configuration...

I'd really love to remove the `miosix_np_2` directory, I thought it was not in the scope of this Pull Request and left it there. In my opinion we should remove...

I've split up the targets into multiple `CMakeLists.txt`, one for example/test. The major downside is that this ways you cannot build all of these targets in one go. This could...

> The toolchain file is never referenced, making the build fail by default. The toolchain file is not referenced because it is supposed to be specified during the build system...

I should have addressed all of the things you pointed out. > The toolchain file is never referenced, making the build fail by default. We can specify the toolchain file...