cortex-m-rtfm 0.2.1

Real Time For the Masses (RTFM) framework for ARM Cortex-M microcontrollers
Documentation
/* STM32F103C8V6 */
MEMORY
{
  FLASH : ORIGIN = 0x08000000, LENGTH = 64K
  RAM : ORIGIN = 0x20000000, LENGTH = 20K
}