Versions Compared

Key

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

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
labelslide2
Section
Column
width35%
Code Block
languagecpp
titleTest.cc
firstline1
linenumberstrue
#include stuff.h

int goodbye(void) {

     int c << testme

     return 0

} 
Column
width35%

Line 1: Include some stuff. Make sure the path is correct.

Line 5: That's all she wrote!

Always be sure to:

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

And to compile this puppy:

Code Block
languagebash
rtems-gcc --flag --option \
          --anotheroption
          <argument>
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