We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Correct the default secondary stack size. * StackSizeControl.md: it's 153, not 1024.
Can specify the environment task's secondary stack size.
Added note on finding which task exited. * Home.md: added link to new page. * WhichTaskJustExited.md: new.
Hard fault handling only for M3/M4. * HardFaultHandling.md: added note that M0/M0+ can't be handled this way.
How to specify the minimum task storage. * StackSizeControl.md: updated.
Merge branch 'master' of https://github.com/simonjwright/cortex-gnat-rts.wiki
Added MeasuringStackUsage.
Removed confusing extra period.
Use language-sensitive syntax colouring.
Format experiment * StackSizeControl.md: try using ```ada for colouring
Updated "Finding an RTS" * FindingAnRTS.md: reordered the arm-eabi/lib/gnat location before $lib, since it's much more common (if not universally!). Changed 'build location' to 'another', since the build location no longer works.
Minor change * StackSizeControl.md: other GNAT implementations may have more/different stack kinds.
Update. * Home.md: addd StackSizeControl. * SecondaryStack.md: updated for gcc8. * StackSizeControl.md: new.
Updated ExceptionHandling (markdown)
SecondaryStack: removed note about main program’s sec stack size, it’s now 10% like other tasks.
Clarified the introduction.
Added Hard Fault Handling.
Created HighPriorityInterrupts (markdown)
Added High Priority Interrupts.
Updated requirement for finding an RTS in $lib
See Issues for outstanding problems.
Copied from wiki/
Copied from wiki/.
Imported from wiki/.
Initial Home page