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
-
创建于 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: ... -
创建于 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... -
创建于 "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... -
创建于 Trying to write debugger for MicroPython via settrace (develop it on Python first), but debugging the debugger doesn't work
The idea is as follows - there is no debugger for MicroPython, but MicroPython has now support of sys.settrace. So I was trying to write a debugger using this sys.settrace, first to work on "normal... -
已编辑于 CLion navigation: "Forward" and "Back" jump over locations
Let's take a following example: 1. go with cursor over a variable or function, in file let's say a.cpp 2. select "Go to definition", it takes you to b.cpp 3. press Page Down, now you are on b.cpp l...