Skip to content

Commit

Permalink
[DOC] Add offline documentation for core_apps_pic32cm_mc00 repository
Browse files Browse the repository at this point in the history
MH3-43923

Signed-off-by: Amit Raddi <[email protected]>
  • Loading branch information
syamknair authored and amitraddi committed Sep 3, 2020
1 parent 17a1ba8 commit 1bf09cb
Show file tree
Hide file tree
Showing 49 changed files with 3,829 additions and 1,223 deletions.
6 changes: 5 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
*.jar binary
*.exe binary
*.chm binary
*.png binary
*.png binary
*.svg binary
*.ico binary
*.elf binary
*.bin binary
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
**/*.IAR/settings
**/*.IAR/*.dep
**/*.IAR/*.custom_argvars
**/*.KEIL/Objects
**/*.KEIL/*.uvguix.*
Gemfile*
19 changes: 13 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
# in the templates via {{ site.myvariable }}.

name: Microchip Technology
title: Harmony 3 core library application examples for PIC32CM MC00 family
title: Harmony 3 driver and system service application examples for PIC32CM MC00 family
lang: en-US
timezone: America/Phoenix

description: Harmony 3 core library application examples for PIC32CM MC00 family
description: Harmony 3 driver and system service application examples for PIC32CM MC00 family
url: "https://microchip-mplab-harmony.github.io"
baseurl: "/core_apps_pic32cm_mc00"
remote_theme: "Microchip-MPLAB-Harmony/just-the-docs@mchp-harmony"
Expand Down Expand Up @@ -68,18 +68,25 @@ heading_anchors: true
ga_tracking: UA-2724382-16

exclude:
- "*.xml"
- "*.X"
- "*.IAR"
- "*.KEIL"
- "*.py"
- "*.ftl"
- "*.c"
- "*.h"
- "*.X"
- "*.IAR"
- "Gem*"
- "*.S"
- "*.s"
- "*.ld"
- "*.jar"
- "*.prj"
- "*.xml"
- "*.yml"
- "*.sct"
- "*.icf"
- "*.group"
- "*.link"
- "Gem*"

# Aux links for the upper right navigation
aux_links:
Expand Down
7 changes: 7 additions & 0 deletions apps/driver/i2c/async/i2c_eeprom/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
parent: Harmony 3 driver and system service application examples for PIC32CM MC00 family
title: I2C driver asynchronous - I2C EEPROM
has_children: false
has_toc: false
---

[![MCHP](https://www.microchip.com/ResourcePackages/Microchip/assets/dist/images/logo.png)](https://www.microchip.com)

# I2C driver asynchronous - I2C EEPROM
Expand Down
7 changes: 7 additions & 0 deletions apps/driver/spi/async/spi_multi_slave/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
parent: Harmony 3 driver and system service application examples for PIC32CM MC00 family
title: SPI Driver asynchronous - multi slave
has_children: false
has_toc: false
---

[![MCHP](https://www.microchip.com/ResourcePackages/Microchip/assets/dist/images/logo.png)](https://www.microchip.com)

# SPI Driver asynchronous - multi slave
Expand Down
7 changes: 7 additions & 0 deletions apps/driver/usart/async/usart_echo/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
parent: Harmony 3 driver and system service application examples for PIC32CM MC00 family
title: USART driver asynchronous - UART echo
has_children: false
has_toc: false
---

[![MCHP](https://www.microchip.com/ResourcePackages/Microchip/assets/dist/images/logo.png)](https://www.microchip.com)

# USART driver asynchronous - UART echo
Expand Down
7 changes: 7 additions & 0 deletions apps/driver/usart/sync/usart_echo/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
parent: Harmony 3 driver and system service application examples for PIC32CM MC00 family
title: USART driver synchronous - UART echo
has_children: false
has_toc: false
---

[![MCHP](https://www.microchip.com/ResourcePackages/Microchip/assets/dist/images/logo.png)](https://www.microchip.com)

# USART driver synchronous - UART echo
Expand Down
7 changes: 7 additions & 0 deletions apps/fs/nvm_fat/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
parent: Harmony 3 driver and system service application examples for PIC32CM MC00 family
title: FAT filesystem using NVM driver
has_children: false
has_toc: false
---

[![MCHP](https://www.microchip.com/ResourcePackages/Microchip/assets/dist/images/logo.png)](https://www.microchip.com)

# FAT filesystem using NVM driver
Expand Down
7 changes: 7 additions & 0 deletions apps/fs/sdspi_fat/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
parent: Harmony 3 driver and system service application examples for PIC32CM MC00 family
title: FAT filesystem using using SD Card media
has_children: false
has_toc: false
---

[![MCHP](https://www.microchip.com/ResourcePackages/Microchip/assets/dist/images/logo.png)](https://www.microchip.com)

# FAT filesystem using using SD Card media
Expand Down
7 changes: 7 additions & 0 deletions apps/rtos/freertos/basic_freertos/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
parent: Harmony 3 driver and system service application examples for PIC32CM MC00 family
title: FreeRTOS basic
has_children: false
has_toc: false
---

[![MCHP](https://www.microchip.com/ResourcePackages/Microchip/assets/dist/images/logo.png)](https://www.microchip.com)

# FreeRTOS basic
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
parent: Harmony 3 driver and system service application examples for PIC32CM MC00 family
title: Console Debug System Service using UART
has_children: false
has_toc: false
---

[![MCHP](https://www.microchip.com/ResourcePackages/Microchip/assets/dist/images/logo.png)](https://www.microchip.com)

# Console Debug System Service using UART
Expand Down
7 changes: 7 additions & 0 deletions apps/system/time/sys_time_multiclient/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
parent: Harmony 3 driver and system service application examples for PIC32CM MC00 family
title: Time System Service multi-client
has_children: false
has_toc: false
---

[![MCHP](https://www.microchip.com/ResourcePackages/Microchip/assets/dist/images/logo.png)](https://www.microchip.com)

# Time System Service multi-client
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion docs/apps/driver/i2c/async/i2c_eeprom/readme.html

Large diffs are not rendered by default.

This file was deleted.

2 changes: 1 addition & 1 deletion docs/apps/driver/spi/async/spi_multi_slave/readme.html

Large diffs are not rendered by default.

This file was deleted.

Loading

0 comments on commit 1bf09cb

Please sign in to comment.