Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions libhal-arm-mcu/1.20.0/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: bbcc5c587ddf23d54f9e17fad97dbed3
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added libhal-arm-mcu/1.20.0/.doctrees/index.doctree
Binary file not shown.
Binary file added libhal-arm-mcu/1.20.0/.doctrees/lpc40/adc.doctree
Binary file not shown.
Binary file not shown.
Binary file added libhal-arm-mcu/1.20.0/_images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions libhal-arm-mcu/1.20.0/_sources/cortex_m/dwt_counter.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# DWT (Debug-Watchdog-Trace) Counter

## DWT Counter

Defined in namespace `hal::cortex_m`

*#include <libhal-arm-mcu/dwt_counter.hpp>*

```{doxygenclass} hal::cortex_m::dwt_counter
```
11 changes: 11 additions & 0 deletions libhal-arm-mcu/1.20.0/_sources/cortex_m/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
libhal-arm-mcu API Documentation
=========================================

Here are the collection of drivers for microcontrollers ARM Cortex M processor.


.. toctree::
:caption: ARM MCU drivers
:maxdepth: 4

dwt_counter
10 changes: 10 additions & 0 deletions libhal-arm-mcu/1.20.0/_sources/cortex_m/interrupt.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Interrupt Controller

## NVIC (Nested Vector Interrupt Controller)

Defined in namespace `hal::cortex_m`

*#include <libhal-arm-mcu/interrupt.hpp>*

```{doxygennamespace} hal::cortex_m
```
10 changes: 10 additions & 0 deletions libhal-arm-mcu/1.20.0/_sources/cortex_m/startup.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Startup Functions

## ARM Cortex-M Startup Utilities

Defined in namespace `hal::cortex_m`

*#include <libhal-arm-mcu/startup.hpp>*

```{doxygennamespace} hal::cortex_m
```
10 changes: 10 additions & 0 deletions libhal-arm-mcu/1.20.0/_sources/cortex_m/system_control.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# System Control

## ARM Cortex-M System Control Functions

Defined in namespace `hal::cortex_m`

*#include <libhal-arm-mcu/system_control.hpp>*

```{doxygennamespace} hal::cortex_m
```
10 changes: 10 additions & 0 deletions libhal-arm-mcu/1.20.0/_sources/cortex_m/systick_timer.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# SysTick Timer

## ARM Cortex-M SysTick Timer

Defined in namespace `hal::cortex_m`

*#include <libhal-arm-mcu/systick_timer.hpp>*

```{doxygenclass} hal::cortex_m::systick_timer
```
19 changes: 19 additions & 0 deletions libhal-arm-mcu/1.20.0/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
libhal-arm-mcu API documentation
=================================

.. image:: _static/logo.png
:width: 200
:align: center
:alt: libhal logo

**Welcome to libhal ARM MCU API documentation**

Here you will find an organized list of the peripheral drivers for MCUs with
ARM Cortex M processors embedded within them.

.. toctree::
:caption: libhal-arm-mcu Docs
:maxdepth: 5

Libhal Cortex M <cortex_m/index>
Libhal LPC40xx <lpc40/index>
10 changes: 10 additions & 0 deletions libhal-arm-mcu/1.20.0/_sources/lpc40/adc.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# LPC40 ADC APIs

## `hal::lpc40::adc`

Defined in namespace `hal::lpc40`

*#include <libhal-arm-mcu/lpc40/adc.hpp>*

```{doxygenclass} hal::lpc40::adc
```
5 changes: 5 additions & 0 deletions libhal-arm-mcu/1.20.0/_sources/lpc40/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. toctree::
:caption: ARM MCU drivers
:maxdepth: 4

adc
Loading