Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Deck of Cards
idslidetest
Card
idslide1
labelOverview
titleOverview: What you should get from this talk
Section
Column
width35%

Include Page
Slide 1
Slide 1

THOSE PENGUINS ARE HAVIN' A GREAT TIME!

  • A bullet of text. Like a slide!
    • How about a sub-bullet?
    • A bullet of text. Like a slide!
      • How about a sub-bullet?
    • A bullet of text. Like a slide!
      • How about a sub-bullet?

THOSE OTHER PENGUINS ARE HAVIN' A GREAT TIME!

  • A bullet of text. Like a slide!
    • How about a sub-bullet?
    • A bullet of text. Like a slide!
        • How about a sub-bullet?
      • A bullet of text. Like a slide!

 

 


Column
width35%

Column
width30%
Panel
borderColor#CCC
bgColor#BCC
Related Topics
  • The minimal RCE application structure
  • Required compiler flags

 Reference Topics

  • RCEAllocator class documentation
  • RCEManager class documentation

 


 

Card
idslide2
labelCompilation 1
Section
Column
width35%

Topic 1

In a more traditional "user manual"-like presentation, you may want the freedom to escape from bullet point hell, while still keeping the topic focused - about a slide's-worth of content. So a column that would be stripped from the slide version.

In a more traditional "user manual"-like presentation, you may want the freedom to escape from bullet point hell, while still keeping the topic focused - about a slide's-worth of content. So a column that would be stripped from the slide version.

Column
width35%
Code Block
languagecpp
titleTest.cc
firstline1
linenumberstrue
#include stuff.h

int goodbye(void) {

     int c << testme

     return 0
} 

int noreally_goodbye(void) {

     int x << testmeagain

     return 0
} 
Column
width35%

Line 1: Include some stuff. Make sure the environment variables are correct.

Line 7: That's all she wrote!

To compile this puppy:

Code Block
languagebash
rtems-gcc --flag --option \
          --anotheroption \
          <argument>

Always be sure to:

  • De-allocate memory
  • Motherhood statement 2
  • And don't forget to de-allocate memory

 

Column
Panel
borderColor#CCC
bgColor#BCC
Related Topics
  • The minimal RCE application structure
  • Required compiler flags

 Reference Topics

  • Compiler reference
  • RCEAllocator class documentation
  • RCEManager class documentation