Skip to content

Commit

Permalink
MPAE-14630 Updated Readme, Code Project, and meta data file
Browse files Browse the repository at this point in the history
  • Loading branch information
JLerner21 committed Jul 24, 2023
1 parent 169b489 commit 20f53a0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .main-meta/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"shortDescription": "This code example demonstrates a glitch-free design using the CLC peripheral of the PIC microcontroller. Compatible PIC16F180xx family MCUs are: PIC16F18076",
"ide": {
"name": "MPLAB X",
"semverRange": ">=6.0.0"
"semverRange": ">=6.10.0"
},
"compiler": [
{
"name": "XC8",
"semverRange": "^2.36.0"
"semverRange": "^2.41.0"
}
],
"dfp": {
"name": "PIC16F1xxxx_DFP",
"semverRange": ">=1.14.187"
"semverRange": ">=1.19.363"
},
"configurator": {
"name": "MCC",
"semverRange": ">=5.1.9"
"semverRange": ">=5.3.7"
},
"device": {
"metaDataVersion": "1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ This example shows how to configure the Configurable Logic Cell (CLC) Peripheral
## Software Used


- [MPLAB® X IDE](http://www.microchip.com/mplab/mplab-x-ide) 6.0.0 or newer
- [MPLAB® X IDE](http://www.microchip.com/mplab/mplab-x-ide) 6.10.0 or newer
- [MPLAB Xpress IDE](https://www.microchip.com/en-us/development-tools-tools-and-software/mplab-xpress) (alternative to MPLAB X IDE)
- [MPLAB XC8 Compiler](http://www.microchip.com/mplab/compilers) 2.36 or a newer compiler
- [MPLAB Code Configurator (MCC)](https://www.microchip.com/en-us/tools-resources/configure/mplab-code-configurator) 5.1.9 or newer
- [Microchip PIC16F1xxxx Series Device Support pack](https://packs.download.microchip.com/) 1.14.187 or newer Device Pack
- [MPLAB XC8 Compiler](http://www.microchip.com/mplab/compilers) 2.41 or a newer compiler
- [MPLAB Code Configurator (MCC)](https://www.microchip.com/en-us/tools-resources/configure/mplab-code-configurator) 5.3.7 or newer
- [Microchip PIC16F1xxxx Series Device Support pack](https://packs.download.microchip.com/) 1.19.363 or newer Device Pack



Expand Down
16 changes: 11 additions & 5 deletions nbproject/configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
<targetDevice>PIC16F18076</targetDevice>
<targetHeader></targetHeader>
<targetPluginBoard></targetPluginBoard>
<platformTool>noID</platformTool>
<platformTool>nEdbgTool</platformTool>
<languageToolchain>XC8</languageToolchain>
<languageToolchainVersion>2.36</languageToolchainVersion>
<languageToolchainVersion>2.41</languageToolchainVersion>
<platform>3</platform>
</toolsSet>
<packs>
<pack name="PIC16F1xxxx_DFP" vendor="Microchip" version="1.14.187"/>
<pack name="PIC16F1xxxx_DFP" vendor="Microchip" version="1.19.363"/>
</packs>
<ScriptingSettings>
</ScriptingSettings>
Expand Down Expand Up @@ -240,12 +240,15 @@
</XC8-CO>
<XC8-config-global>
<property key="advanced-elf" value="true"/>
<property key="constdata-progmem" value="true"/>
<property key="gcc-opt-driver-new" value="true"/>
<property key="gcc-opt-std" value="-std=c99"/>
<property key="gcc-output-file-format" value="dwarf-3"/>
<property key="mapped-progmem" value="false"/>
<property key="omit-pack-options" value="false"/>
<property key="omit-pack-options-new" value="1"/>
<property key="output-file-format" value="-mcof,+elf"/>
<property key="smart-io-format" value=""/>
<property key="stack-size-high" value="auto"/>
<property key="stack-size-low" value="auto"/>
<property key="stack-size-main" value="auto"/>
Expand Down Expand Up @@ -308,11 +311,11 @@
<targetPluginBoard></targetPluginBoard>
<platformTool>noID</platformTool>
<languageToolchain>XC8</languageToolchain>
<languageToolchainVersion>2.36</languageToolchainVersion>
<languageToolchainVersion>2.41</languageToolchainVersion>
<platform>3</platform>
</toolsSet>
<packs>
<pack name="PIC16F1xxxx_DFP" vendor="Microchip" version="1.14.187"/>
<pack name="PIC16F1xxxx_DFP" vendor="Microchip" version="1.19.363"/>
</packs>
<ScriptingSettings>
</ScriptingSettings>
Expand Down Expand Up @@ -427,12 +430,15 @@
</XC8-CO>
<XC8-config-global>
<property key="advanced-elf" value="true"/>
<property key="constdata-progmem" value="true"/>
<property key="gcc-opt-driver-new" value="true"/>
<property key="gcc-opt-std" value="-std=c99"/>
<property key="gcc-output-file-format" value="dwarf-3"/>
<property key="mapped-progmem" value="false"/>
<property key="omit-pack-options" value="false"/>
<property key="omit-pack-options-new" value="1"/>
<property key="output-file-format" value="-mcof,+elf"/>
<property key="smart-io-format" value=""/>
<property key="stack-size-high" value="auto"/>
<property key="stack-size-low" value="auto"/>
<property key="stack-size-main" value="auto"/>
Expand Down

0 comments on commit 20f53a0

Please # to comment.