D Kassen

Avatar
  • Total activity 10
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 4
  • Created

    NON Remote Debug (avr-gdb)

    avr-gdb (for long time)  comes out of the box with an simulator (no need to connect over tcp:1212) But Clion-Config seems to be investigated for remote ONLY If I select now avr-gdb how can I parse ...
    • 1 follower
    • 0 comments
    • 0 votes
  • Edited

    SimulAVR as "Before lauch:external tool"

    Answered
    I try to start my avr-gdb with the following external tool: Program: src/simulavr Arguments: -d atmega644 -f $ProjectFileDir$/bin/$ProjectName$.elf -g But the Debugger is not starting, becourse it ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Reuse Clion Macros inside CMakeLists.txt

    Answered
    I want to name the CmakeProject exactly how I named the Clion-Project For Clion I saw the /.idea/.name And inside CmakeLists.txt I can test if($ENV{CLION_IDE}) PROJECT($XXX) How can I insert ${PROJ...
    • 2 followers
    • 4 comments
    • 0 votes