Skip to main content

Module cortex_m

Module cortex_m 

Source
Expand description

Cortex-M specific code generation

Generates vector tables, startup code, and runtime support for ARM Cortex-M targets.

Structsยง

CortexMBuilder
Build a complete Cortex-M binary with vector table and startup code
MemoryLayout
Memory layout for Cortex-M target
StartupCode
Cortex-M startup code generator
VectorTable
Cortex-M vector table generator