You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #8 in MCU16CE/dspic33ck-power-pwm-complementary from develop to master
* commit 'b9cd6605ed92d54fae2992de27280ca467c2eb3b': (106 commits)
Updated microchip.png with the original logo file
Fixed typo 'Develpoment' to 'Development'
Revert "Updated Microchip logo to solve display issues with previous version"
Fixing typo "Intial' to 'initial'
fixed typo 'Configuraiton' -> 'Configuration'
Updated the project description
Updated Microchip logo to solve display issues with previous version
PR-11 contents
Added function p33c_PwmModule_GetHandle to stay consistent with abstracted SFRs for module and generator registers
added device protection for dsPIC33C
MPLAB X configuraiton change after having renamed files pwm.c/h to pwm_init.c/h
Minor format edits - no content change
Moved PWM mode configuration to the top of configuration settings to make it clearly visible for users where/how the PWM mode is adjusted
changed PWM configuration template pgConfigClear hafter having been renamed from pgConfigDispose to pgConfigClear
Fixed header inclusions after having renamed pwm.h header file to pwm_init.h
Minor format edits - no content change
Grouped fuction prototype declarations into "essential" and "higher level" groups to make it easier for users to find and understand them
Renamed guarding condition of header file
Added NULL-pointer protection to functions
Bugfix: fixed type conflict between pointer and integer
...
//Selects the deployment URL(production or test) based on the merge target branch, selects "microchip-pic-avr-examples" if target branch is "master" , if target branch is "test_deploy" selects "mchpTestArea" else null
� [2020] Microchip Technology Inc. and its subsidiaries
2
+
3
+
Subject to your compliance with these terms, you may use this Microchip software and any derivatives exclusively with Microchip products. You are responsible
4
+
for complying with third party license terms applicable to your use of third party software (including open source software) that may accompany this Microchip
5
+
software. SOFTWARE IS �AS IS.� NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, APPLY TO THIS SOFTWARE, INCLUDING ANY IMPLIED WARRANTIES OF NON-INFRINGEMENT,
6
+
MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL MICROCHIP BE LIABLE FOR ANY INDIRECT, SPECIAL, PUNITIVE, INCIDENTAL OR CONSEQUENTIAL LOSS,
7
+
DAMAGE, COST OR EXPENSE OF ANY KIND WHATSOEVER RELATED TO THE SOFTWARE, HOWEVER CAUSED, EVEN IF MICROCHIP HAS BEEN ADVISED OF THE POSSIBILITY OR THE DAMAGES ARE
8
+
FORESEEABLE. TO THE FULLEST EXTENT ALLOWED BY LAW, MICROCHIP�S TOTAL LIABILITY ON ALL CLAIMS RELATED TO THE SOFTWARE WILL NOT EXCEED AMOUNT OF FEES, IF ANY, YOU
0 commit comments