Skip to content

Commit

Permalink
MPAE-17001 update driver
Browse files Browse the repository at this point in the history
Merge in EBE/pic18f47q10-adc-computation-modes-mplab from feature/MPAE-17001-update-driver to develop
  • Loading branch information
Prasanna Mahendravada authored and Sachin Shewale committed Feb 1, 2024
1 parent 6798b07 commit 009b837
Show file tree
Hide file tree
Showing 100 changed files with 45,752 additions and 23,681 deletions.
37 changes: 10 additions & 27 deletions .main-meta/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
"metaDataVersion": "1.0.0",
"category": "com.microchip.ide.project",
"content": {
"metaDataVersion": "1.1.0",
"metaDataVersion": "1.3.0",
"name": "com.microchip.mcu8.mplabx.project.pic18f47q10-adc-computation-modes-mplab",
"version": "1.0.2",
"version": "2.0.0",
"displayName": "Usage of PIC18-Q10 family 10-bit ADCC Computation modes for real-time sensing applications",
"projectName": "pic18f47q10-adc-computation-modes-mplab",
"shortDescription": "Microchip offers a 10-bit ADCC module in PIC18-Q10 family microcontrollers. This example highlights the basic, average, burst average and low-pass filter computation modes of ADC using PIC18F47Q10 MCU and Curiosity High Pin Count development board.",
"ide": {
"name": "MPLAB X",
"semverRange": ">=5.40.0"
"semverRange": ">=6.15.0"
},
"compiler": [
{
"name": "XC8",
"semverRange": "^2.30.0"
"semverRange": "^2.46.0"
}
],
"dfp": {
"name": "PIC18F-Q_DFP",
"semverRange": "^1.8.154"
"semverRange": "^1.24.430"
},
"configurator": {
"name": "MCC",
"semverRange": ">=4.0.1"
"semverRange": ">=5.3.7"
},
"device": {
"metaDataVersion": "1.0.0",
Expand All @@ -36,33 +36,16 @@
"versionRange": "*"
}
},
"author": "Microchip",
"subcategories": [
"Sensor",
[
"Peripherals", "TMR1"
],
[
"Peripherals", "ADCC"
],
[
"Peripherals", "HLT"
],
[
"Peripherals", "USART"
]
],
"author": "Prasanna Mahendravada",
"peripherals": [
"TMR1","ADCC","HLT","USART"
"ADCC"
],
"keywords": [
"16-bit Timer",
"Data Visualizer",
"Average",
"Curiosity",
"Wired",
"Computation Mode",
"Filter"
"Melody"

],
"additionalData": {
"longDescription": {
Expand Down
302 changes: 112 additions & 190 deletions README.md

Large diffs are not rendered by default.

Binary file added images/AVGMode-LTcrossed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/AVGMode-UTcrossed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/AVGMode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/AddPlot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/BasicMode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/BurstAVGMode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/BurstAVGModeLTCrossed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/BurstAVGModeUTCrossed .png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/VariableStreamer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/VariableStreamerSelection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/datavisualizerbaudrate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
D,1,1,ADRES
D,1,2,ADFLTR
12 changes: 6 additions & 6 deletions pic18f47q10-adc-computation-modes-mplab.X/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# There exist several targets which are by default empty and which can be
# used for execution of your targets. These targets are usually executed
# before and after some main targets. They are:
# There exist several targets which are by default empty and which can be
# used for execution of your targets. These targets are usually executed
# before and after some main targets. They are:
#
# .build-pre: called before 'build' target
# .build-post: called after 'build' target
Expand All @@ -17,13 +17,13 @@
# Targets beginning with '.' are not intended to be called on their own.
#
# Main targets can be executed directly, and they are:
#
#
# build build a specific configuration
# clean remove built files from a configuration
# clobber remove all built files
# all build all configurations
# help print help mesage
#
#
# Targets .build-impl, .clean-impl, .clobber-impl, .all-impl, and
# .help-impl are implemented in nbproject/makefile-impl.mk.
#
Expand All @@ -43,7 +43,7 @@
# NOCDDL


# Environment
# Environment
MKDIR=mkdir
CP=cp
CCADMIN=CCadmin
Expand Down
Loading

0 comments on commit 009b837

Please sign in to comment.