Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

CPU Layer

Joseph Ates edited this page Apr 15, 2017 · 11 revisions
CPU Support

The CPU support layer provides a thin abstraction over base functionality for a CPU/SoC. Especially timers, watchdogs, GPIOs and the interrupt controller, all of which are tightly dependent on the particular CPU core and SoC used.

APIs
  1. CPU Power and Reset
  2. CPU Clocks and Timers
  3. CPU GPIO
  4. CPU SPI APIs
  5. CPU Usart APIs