Ondrej Mikle
Currently Trezor hardware bitcoin/cryptocurrency wallet developer. I do the lowlevel stuff mostly. Trezor project combines C+Rust+micropython+ARM/Thumb assembler which is now currently very usable in CLion, because it can parse through C, Rust and micropython with code completion in a single project. Including embedded hardware debug (via SWD). All IDE pack subscription since around 2017, have used about half of them in meantime.
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
-
Ondrej Mikle created a post, AnsweredCannot open mcuboot as CMake project, CLion forces it to west project and fails completely, cannot be switched to CMake
Take this fork of mcuboot from NCS - it can be built from command line as cmake/make, but CLion forbids any attempt to change it to CMake project. Since it fails to build as west project in CLion: ... -
Ondrej Mikle created a post, AnsweredHow do you open mcuboot from Nordic Connect SDK as separate project in CLion?
I need to change signing method to be N of M Ed25519 signatures in mcuboot fork from Nordic Connect SDK 2.9.0The issue is that it's unclear or not possible to get the proper defines passed to CLion... -
-
-
-
-
-
-
Ondrej Mikle created a post, Answered"File | Import Project" is gone. How to create CMakeLists.txt for a project automatically like before?
Apparently "File | Import Project" which auto-creates CMakeLists.txt and treats the project as CMake is gone. I have a Makefile/scons project (https://github.com/trezor/trezor-firmware/), but it do...