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 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created "File | Import Project" is gone. How to create CMakeLists.txt for a project automatically like before?
AnsweredApparently "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... -
Created 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... -
Edited 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...