summaryrefslogtreecommitdiff
path: root/ports/stm32f4/common-hal/pulseio
AgeCommit message (Expand)Author
2020-03-11remove old directoryLucian Copeland
2020-03-05Merge remote-tracking branch 'adafruit/master' into assert_pin-and-mp_const_n...Dan Halbert
2020-03-02Exclude SoCs without basic timersLucian Copeland
2020-02-29stm32: Add PulseOut supportLucian Copeland
2020-02-28new pin validation routines; don't use mp_const_none if NULL will doDan Halbert
2020-01-29Add port-specific requested changesLucian Copeland
2020-01-28Implement requested changesLucian Copeland
2020-01-22Invert duty cycle intensityLucian Copeland
2020-01-22Revert dangling pointer issue in PWMOutLucian Copeland
2020-01-14Merge remote-tracking branch 'upstream/master' into stm32-meowbitHierophect
2020-01-14style changes, fix i2c typoHierophect
2020-01-09spacing changes and text fixHierophect
2020-01-08Corrections to I2C, styleHierophect
2020-01-08more cleanup and style syncingHierophect
2020-01-04Clean up debugging editsHierophect
2020-01-04PWM Fix, plus debuggingHierophect
2019-12-30Tests for PWM issues, style changesHierophect
2019-11-04Update PWMOut.hDan Halbert
2019-11-04Style changes and refactorsHierophect
2019-11-03attribution changesHierophect
2019-10-31Revise PWM period generation algorithm to match other portsHierophect
2019-10-30remove debug messagesHierophect
2019-10-29Dynamic prescaler adjustment, adjust pulse resolutionHierophect
2019-10-29Style changesHierophect
2019-10-27Fix issue with changing frequencyHierophect
2019-10-27Add all basic functions, never reset, dynamic pulse changesHierophect
2019-10-27WIPHierophect
2019-10-24Add f405 pindefsHierophect
2019-10-24PWM Base functionality testing for F405Hierophect
2019-10-22minor WIPHierophect
2019-10-22Initial template setupHierophect