Search Results

Search results 1-5 of 5.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Under [Project Options]->[User Build Step]->[Pre-Build Command] You can run a batch script that can then call the python script. We do this but as a post build command.

  • On my Ubuntu Machine running x86 I can use emBuild to build my project from the command line. I am making a nightly build testing server from a Raspberry Pi and wanted to pull the repo and build it there automatically, Is there any port of emBuild or a suggested way to build the project on an ARM processor? Thanks, Michael

  • Hello, I want to utilize the Formatter built into SES. The only issue is it removes the newline at the end of the files. I have tried looking through the Text Editor Settings to insert (or not remove) the newline. I have not yet found the option. Do you know of a way to accomplish this? Thanks, Michael

  • Nino, As seen in the Embedded Studio for ARM Reference Manual (Page 36) (segger.com/downloads/embedded-studio/EmbeddedStudio_Manual):Quote: “The Code Outline window can now display doxygen style comments in the Preview pane. ” This was added a feature in Version 3.24. I do see it supports Doxygen Style comments. I understand that it might not support all of Doxygen itself but what are the Doxygen Style comments it does support? Thanks, Michael

  • What version of doxygen does SES support? Does it support any markdown style comments? I want to make a basic table to document the format of a message and would like the table to show in the Code Outline Preview Pane. If it doesn't support this do you have documentation on what it does support? | Data Packet | |------------------------------| | Byte Num | Description | |:----|:-----------------------| | [0] | Wake Up Command| | [1] | Num Device Paired | Link to markdown documentation for doxyge…