~ruther/simple-clock

ref: 86dd835a2a06b72ed83fb15ad12dc4f54905ca93 simple-clock/source/memory.x -rw-r--r-- 140 bytes
86dd835a — František Boháček feat(src): implement Calendar::from_ticks for arbitrary year, add Calendar::to_ticks 1 year, 10 months ago
                                                                                
1
2
3
4
5
6
/* Linker script for the STM32F103C8T6 */
MEMORY
{
  FLASH : ORIGIN = 0x08000000, LENGTH = 64K 
  RAM : ORIGIN = 0x20000000, LENGTH = 20K
}
Do not follow this link