Skip to content

Tags: microchip-pic-avr-examples/dspic33ck-power-pwm-complementary

Tags

1.2.0

Toggle 1.2.0's commit message
Pull request #26: Develop

Merge in MCU16CE/dspic33ck-power-pwm-complementary from develop to master

* commit 'de8ac8866f84bef57bc0b658c10efaa96ce9d541':
  Updated release version to 1.2.0
  Updated release notes
  Updated tools versions and device information in README file and set default PWM channel selection to PWM3
  Updated project for use with X IDE 6.20 and XC-DSC 3.00

1.1.0

Toggle 1.1.0's commit message
Pull request #20: Code Maintenance Release v1.1.0

Merge in MCU16CE/dspic33ck-power-pwm-complementary from develop to master

* commit 'f82537a66f0b9b8ddadc723ceb194b5d6191fa76':
  * Updated deployment files of this code example
  * Fixed typos in head comment of file main.c
  * Updated changelog file reflecting changes in version 1.1.0
  * Updated tool chain versions, data sheet links and copyright date in README file
  * Switched XC16 C-Compilter version to v2.00 * Switched Device File Pack version to v1.10.341 * Set compiler code optimization to level #1
  * Regenerated content using MCC Plug-In version 5.3.7
  * Removed interrupt register bits not supported anymore by DFP versions 1.5 and later
  Updated gitignore file to filter new clutter generated by MPLAB X IDE 6.05 and later
  Fixed pipeline issue

1.0.0

Toggle 1.0.0's commit message
Merge pull request #8 in MCU16CE/dspic33ck-power-pwm-complementary fr…

…om 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
  ...