Skip to content

Commit 20f53a0

Browse files
committed
MPAE-14630 Updated Readme, Code Project, and meta data file
1 parent 169b489 commit 20f53a0

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

.main-meta/main.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
"shortDescription": "This code example demonstrates a glitch-free design using the CLC peripheral of the PIC microcontroller. Compatible PIC16F180xx family MCUs are: PIC16F18076",
1111
"ide": {
1212
"name": "MPLAB X",
13-
"semverRange": ">=6.0.0"
13+
"semverRange": ">=6.10.0"
1414
},
1515
"compiler": [
1616
{
1717
"name": "XC8",
18-
"semverRange": "^2.36.0"
18+
"semverRange": "^2.41.0"
1919
}
2020
],
2121
"dfp": {
2222
"name": "PIC16F1xxxx_DFP",
23-
"semverRange": ">=1.14.187"
23+
"semverRange": ">=1.19.363"
2424
},
2525
"configurator": {
2626
"name": "MCC",
27-
"semverRange": ">=5.1.9"
27+
"semverRange": ">=5.3.7"
2828
},
2929
"device": {
3030
"metaDataVersion": "1.0.0",

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ This example shows how to configure the Configurable Logic Cell (CLC) Peripheral
1313
## Software Used
1414

1515

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

2222

2323

nbproject/configurations.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@
7575
<targetDevice>PIC16F18076</targetDevice>
7676
<targetHeader></targetHeader>
7777
<targetPluginBoard></targetPluginBoard>
78-
<platformTool>noID</platformTool>
78+
<platformTool>nEdbgTool</platformTool>
7979
<languageToolchain>XC8</languageToolchain>
80-
<languageToolchainVersion>2.36</languageToolchainVersion>
80+
<languageToolchainVersion>2.41</languageToolchainVersion>
8181
<platform>3</platform>
8282
</toolsSet>
8383
<packs>
84-
<pack name="PIC16F1xxxx_DFP" vendor="Microchip" version="1.14.187"/>
84+
<pack name="PIC16F1xxxx_DFP" vendor="Microchip" version="1.19.363"/>
8585
</packs>
8686
<ScriptingSettings>
8787
</ScriptingSettings>
@@ -240,12 +240,15 @@
240240
</XC8-CO>
241241
<XC8-config-global>
242242
<property key="advanced-elf" value="true"/>
243+
<property key="constdata-progmem" value="true"/>
243244
<property key="gcc-opt-driver-new" value="true"/>
244245
<property key="gcc-opt-std" value="-std=c99"/>
245246
<property key="gcc-output-file-format" value="dwarf-3"/>
247+
<property key="mapped-progmem" value="false"/>
246248
<property key="omit-pack-options" value="false"/>
247249
<property key="omit-pack-options-new" value="1"/>
248250
<property key="output-file-format" value="-mcof,+elf"/>
251+
<property key="smart-io-format" value=""/>
249252
<property key="stack-size-high" value="auto"/>
250253
<property key="stack-size-low" value="auto"/>
251254
<property key="stack-size-main" value="auto"/>
@@ -308,11 +311,11 @@
308311
<targetPluginBoard></targetPluginBoard>
309312
<platformTool>noID</platformTool>
310313
<languageToolchain>XC8</languageToolchain>
311-
<languageToolchainVersion>2.36</languageToolchainVersion>
314+
<languageToolchainVersion>2.41</languageToolchainVersion>
312315
<platform>3</platform>
313316
</toolsSet>
314317
<packs>
315-
<pack name="PIC16F1xxxx_DFP" vendor="Microchip" version="1.14.187"/>
318+
<pack name="PIC16F1xxxx_DFP" vendor="Microchip" version="1.19.363"/>
316319
</packs>
317320
<ScriptingSettings>
318321
</ScriptingSettings>
@@ -427,12 +430,15 @@
427430
</XC8-CO>
428431
<XC8-config-global>
429432
<property key="advanced-elf" value="true"/>
433+
<property key="constdata-progmem" value="true"/>
430434
<property key="gcc-opt-driver-new" value="true"/>
431435
<property key="gcc-opt-std" value="-std=c99"/>
432436
<property key="gcc-output-file-format" value="dwarf-3"/>
437+
<property key="mapped-progmem" value="false"/>
433438
<property key="omit-pack-options" value="false"/>
434439
<property key="omit-pack-options-new" value="1"/>
435440
<property key="output-file-format" value="-mcof,+elf"/>
441+
<property key="smart-io-format" value=""/>
436442
<property key="stack-size-high" value="auto"/>
437443
<property key="stack-size-low" value="auto"/>
438444
<property key="stack-size-main" value="auto"/>

0 commit comments

Comments
 (0)