This repository was archived by the owner on Jun 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
CPU Layer
Steve Maillet edited this page Feb 28, 2016
·
11 revisions
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.
- [CPU Power and Reset](CPU Power and Reset APIs)
- [CPU Clocks and Timers](CPU Clocks and Timers)
- [CPU GPIO](CPU GPIO APIs)
- [CPU SPI APIs](CPU SPI APIs)
- [CPU Usart APIs](CPU Usart APIs)