-
Notifications
You must be signed in to change notification settings - Fork 220
Comparing changes
Open a pull request
base repository: adafruit/adafruit-beaglebone-io-python
base: 1.2.0
head repository: adafruit/adafruit-beaglebone-io-python
compare: master
- 18 commits
- 7 files changed
- 5 contributors
Commits on Jul 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c70c9ba - Browse repository at this point
Copy the full SHA c70c9baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f9f472 - Browse repository at this point
Copy the full SHA 0f9f472View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4149f2d - Browse repository at this point
Copy the full SHA 4149f2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcdb1ad - Browse repository at this point
Copy the full SHA dcdb1adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1151dd9 - Browse repository at this point
Copy the full SHA 1151dd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c012a4 - Browse repository at this point
Copy the full SHA 1c012a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 928e8dc - Browse repository at this point
Copy the full SHA 928e8dcView commit details
Commits on Jul 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for db0adf2 - Browse repository at this point
Copy the full SHA db0adf2View commit details
Commits on Jul 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for af9ea51 - Browse repository at this point
Copy the full SHA af9ea51View commit details
Commits on Jul 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d3bae3c - Browse repository at this point
Copy the full SHA d3bae3cView commit details
Commits on Jul 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dbecfcd - Browse repository at this point
Copy the full SHA dbecfcdView commit details -
Merge pull request #340 from MLH-Fellowship/229-enable-pwm
Enable DMTimer PWM pins on BBB and PB
Configuration menu - View commit details
-
Copy full SHA for 0c7cdaf - Browse repository at this point
Copy the full SHA 0c7cdafView commit details
Commits on Nov 27, 2020
-
fix link error due multiple variables definitions
Building with GCC 10.2.1 fails due linking errors caused by having multiple definitions of the variables defined in the source/constants.h header file. Fix this by moving the variables definition to the source/constants.c file, to avoid the variables to be defined each time that the header is included. While being there, use a single variable instead of having one for each object that is added to the module.
Configuration menu - View commit details
-
Copy full SHA for be710ea - Browse repository at this point
Copy the full SHA be710eaView commit details
Commits on Dec 6, 2020
-
Merge pull request #345 from martinezjavier/fix-multiple-def-error
fix link error due multiple variables definitions
Configuration menu - View commit details
-
Copy full SHA for 11e9d2d - Browse repository at this point
Copy the full SHA 11e9d2dView commit details
Commits on Jan 25, 2021
-
Fix pwm output for ecap pins P9_28 and P9_42 #342
PWM outputs on P9_28 and P9_42 are part of the ECAP hardware block. This causes 'ecap' to be in the path instead of 'pwm'. For example: `/sys/devices/platform/ocp/48300000.epwmss/48300100.ecap/pwm/pwmchip0/pwm0` is one character longer than: `/sys/devices/platform/ocp/48302000.epwmss/48302200.pwm/pwm/pwmchip4/pwm0` Thus the index in pwm_path must be adjusted for the ecap_path_udev path. This fixes issue #342
Configuration menu - View commit details
-
Copy full SHA for fe2e30a - Browse repository at this point
Copy the full SHA fe2e30aView commit details -
Merge pull request #346 from pdp7/master
Fix pwm output for ecap pins P9_28 and P9_42 #342
Configuration menu - View commit details
-
Copy full SHA for 7361d9a - Browse repository at this point
Copy the full SHA 7361d9aView commit details
Commits on Apr 22, 2023
-
fix compilation for newer versions of Python
PyEval_ThreadsInitialized() and PyEval_InitThreads() are deprecated and break the build, adding a version check to ignore if we are compiling with a newer Python version.
Configuration menu - View commit details
-
Copy full SHA for 57e630c - Browse repository at this point
Copy the full SHA 57e630cView commit details
Commits on Apr 24, 2023
-
Merge pull request #366 from omerk/master
Fix compilation for newer versions of Python
Configuration menu - View commit details
-
Copy full SHA for cf306ed - Browse repository at this point
Copy the full SHA cf306edView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.2.0...master