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.
- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 6
-
-
Ondrej Mikle 创建了一个帖子, 已回答Cannot 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 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答"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...