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