elbear_arduino_bsp/cores/arduino/mik32/shared
2024-08-21 15:29:09 +03:00
..
include ready to alpha 2024-08-19 22:44:04 +07:00
ldscripts метка READONLY избавляет от warning: LOAD segment with RWX permissions 2024-08-21 15:29:09 +03:00
libs ready to alpha 2024-08-19 22:44:04 +07:00
periphery ready to alpha 2024-08-19 22:44:04 +07:00
runtime ready to alpha 2024-08-19 22:44:04 +07:00
.gitignore ready to alpha 2024-08-19 22:44:04 +07:00
README.md ready to alpha 2024-08-19 22:44:04 +07:00
syscalls.c ready to alpha 2024-08-19 22:44:04 +07:00

mik32v2-shared

The repository contains header files, startup files, linking scripts and some basic libraries related to MIK32 V2

  • include/ - header files of the controller core
    • mcu32_memory_map.h - memory map, bus clocking masks, interrupt lines and DMA
  • ldscripts/ - linker scripts
    • eeprom.ld - loading from ROM
    • ram.ld - loading from RAM
    • spifi.ld - loading from SPIFI
  • libs/ - periphery libraries
  • periphery/ - periphery register header files
  • runtime/crt0.S - start file