1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 12:53:22 +00:00
Commit Graph

103 Commits

Author SHA1 Message Date
9a2e81f093 fix to close #34, gpio value file is now opened as read/write instead of read only 2016-12-31 21:49:52 +00:00
7cce06b472 fixing error in the overlay builder, forgot to remove the i2c-1 stuff in there. added code to common to allow denotation if a pin supports software pwm 2016-12-31 20:25:12 +00:00
7489fd21b4 Removing i2c-1 custom support in OverlayManager as it's back in 4.4.13, this is to close #31. Update to version 0.2.5 v0.2.5 2016-12-31 05:10:26 +00:00
87303b6083 fixed the issue with the softpwm pytest code for #22 2016-12-31 04:52:57 +00:00
8aa402fbd5 mods to test_pwm_setup.py to mark some tests that are failing as expected to fail (#22). the issue appears to be the pwm cleanup stuff. added some code to help with future work 2016-12-31 04:37:24 +00:00
e82f62133a Closing out #17 and #18, version upped to 0.2.4 2016-12-31 02:19:57 +00:00
993ea29213 added the unexport_all() function to CHIP_IO.Utilities to address #18 2016-12-31 02:09:30 +00:00
7d91bbc47e fixes for #17, hardware pwm works now, still can't change polarity, but i think that's a kernel driver/dtb thing. 2016-12-31 01:43:42 +00:00
b12c0ad2fe Merge branch 'master' into hotfix/hwpwmfix 2016-12-30 17:16:17 +00:00
5d8c0f6aaa removing time step in the makefile as the CHIP doesn't have ntpdate installed by default (at least in headless OS) 2016-12-30 16:43:14 +00:00
4aaff04375 removing ropeproject file in test directory 2016-12-30 16:42:10 +00:00
eeb98d468f Merge pull request #39 from blueSolder/master
working
2016-12-26 07:43:41 -06:00
51c38843d9 Add files via upload 2016-12-26 16:34:47 +11:00
5aa08351c2 Merge pull request #37 from zerotri/patch-1
Add 'TARGET_DIR' prefix env var to builder.py
2016-12-16 18:24:42 -06:00
9d7fb634a3 Add 'TARGET_DIR' prefix env var to builder.py
This allows CHIP_IO to build and install successfully in buildroot.
2016-12-16 15:32:02 -08:00
3cd69cfe93 Updating the Makefile to aid in the package and publish to pypi 2016-12-02 01:15:01 +00:00
cf9916018b Merge pull request #33 from WereCatf/master
Improve the code for setting the 1V8-pin, including get-function
2016-12-01 10:31:40 -06:00
e0c65de9a8 Update README.rst 2016-12-01 18:18:17 +02:00
794ce98ed2 Improve the code for setting the 1V8-pin, including get-function 2016-12-01 17:47:11 +02:00
617f562b1c Merge pull request #30 from xtacocorex/feature/lradc
LRADC support
2016-12-01 08:25:09 -06:00
89cbea038e LRADC support to close out feature #15. Added Utilities to enable and disable the 1.8v pin on U13. Updated README. Updated version to 2.3 2016-12-01 05:55:26 +00:00
82d6fef173 checking in debug stuff for the hw pwm issue #17 2016-09-24 14:22:05 -05:00
e2173f0235 Merge pull request #23 from streamnsight/streamnsight-patch-1-3
update readme indent / code
2016-09-22 10:49:46 -05:00
30593306a3 update readme indent / code 2016-09-22 08:45:03 -07:00
a9902d1267 Updating the readme to add Python3 installation process 2016-09-18 19:15:44 -05:00
fcd5afcdc8 Merge pull request #20 from fabien-gigante/master
Minor enhancement to C library (only)
2016-08-26 10:58:38 -05:00
d66032ed93 Merge pull request #1 from fabien-gigante/patch-1
Patch 1
2016-08-26 16:29:18 +02:00
9a83cf765a Update py_gpio.c
allow passing data arguments to c callbacks
2016-08-26 16:06:43 +02:00
d95847eb5a Update event_gpio.c
allow passing data arguments to c callbacks
2016-08-26 16:05:25 +02:00
12bc9dec67 Update event_gpio.h
allow passing data arguments to c callbacks
2016-08-26 16:03:09 +02:00
29eb018e78 Update common.c
unnecessary include of Python
2016-08-26 15:57:07 +02:00
ee0e27cb22 Update c_softpwm.c
unnecessary include of Python
2016-08-26 15:55:43 +02:00
c8e4323c27 Updating spwmtest.py to check for Issue #16. Updated Changelog and version to 0.2.2 v0.2.2 2016-07-30 14:46:25 -05:00
1e3e801e60 Adds runtime err if softpwm fails for Issue #16 2016-07-28 12:49:28 +00:00
40ae9a5cdc Merge pull request #12 from xtacocorex/feature/overlays
Feature/overlays
v0.2.1
2016-07-25 19:48:21 -05:00
20b72490f2 Merging in the latest master for Issue #10, PR #12 2016-07-25 19:47:05 -05:00
7e83fa8435 Updating version to 0.1.2, fixing the SoftPWM verification test case 2016-07-25 19:38:27 -05:00
c3448ec661 Fixes softpwm mutex stallout and assert 2016-07-25 14:27:31 +00:00
42e17edc4a Merge branch 'master' of github.com:xtacocorex/CHIP_IO 2016-07-24 21:37:54 -05:00
b180fe1d6f Adding my test code for Issue #14 2016-07-24 21:37:11 -05:00
a62a26dae0 Adding Manifest file for pypi to enable pip installation 2016-07-22 23:27:46 -05:00
0ed1cfb352 Updating the builder script to let the user know what's happening. PR#12, Issue #10 2016-07-20 08:49:42 -05:00
4f6acf4676 Pull Request #12 fixes for Issue #10. 2016-07-19 21:03:40 -05:00
01347416ab Update to Issue #10 that fixes the errors on SPI loading. Have to not set spidev as compatible for spidev. Such meta, much fail, wow 2016-07-17 14:23:55 -05:00
e270080af8 Last commit for #10 to get the Overlay Manager implemented. i2c-1 still shows up as i2c-3, but everything should work. Will add new bug to investigate. Bumping rev to 0.2.0 as this is a big feature. Custom Overlay should work now 2016-07-16 17:33:09 -05:00
44121ed5eb Fixed SPI dtbo and verification. i2c-1 is still off, waiting to hear back from NTC crew on that. Added test case for the OverlayManager. Fof feature #10 2016-07-16 15:23:43 -05:00
00140c2008 Totally forgot to add the OverlayManager code in the last commit. This update is for #10 2016-07-16 13:49:29 -05:00
ee8445918e More work on #10. PWM0 Loading is complete and verified, i2c-1 loading loads to i2c-3, verification fails, spi2 is loaded, but no verification. No work on custom overlay loading. Fixed issues with test_pwm_setup.py; only 2 tests fail now (when PWM0 is loaded 2016-07-16 10:45:13 -05:00
1c4168cf0d Start of the overlay feature, grabbed the sample dts from CHIP-dt-overlay, modified builder.py from the BeagleBone Black repo 2016-07-15 23:32:44 -05:00
ea4a21235d Some refactoring of the edge detection code to clean stuff up, added more tests 2016-07-11 21:14:40 -05:00