summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/beagle/pwm/pwm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/beagle: Move source files to bspsSebastian Huber2018-04-251-454/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* beagle: pwm polishingPunit Vara2016-07-171-264/+299
| | | | | | | | | . added a README to pwm . added select_pwmss() to select pwmss-generic registers, as opposed to PWM-specific registers . added pwmss_clock_en_status(), beagle_pwmss_is_running() and pwmss_tb_clock_check() . other API improvements . style improvements
* Beaglebone: Update PWM driver imported from BBBIOPunit Vara2016-07-041-361/+373
| | | | | | This patch adapts the previously added Beaglebone PWM code from BBBIO to RTEMS. This work was done in the context of the Google Summer of Code 2016, and further patches will follow to improve the code quality and documentation.
* Beaglebone: Add original BBBIO PWM driverPunit Vara2016-07-041-0/+407
This patch adds the PWM driver code for the Beaglebone Black from BBBIO: https://github.com/VegetableAvenger/BBBIOlib/blob/master/BBBio_lib/BBBiolib_PWMSS.c This commit is for tracking purposes only; the next commit will adapt the code for RTEMS.