]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/iodelay-config.git/commit
script: Fix the gpio script for bit > 9
authorNikhil Devshatwar <nikhil.nd@ti.com>
Mon, 14 Sep 2015 16:16:38 +0000 (21:46 +0530)
committerNikhil Devshatwar <nikhil.nd@ti.com>
Mon, 14 Sep 2015 16:16:42 +0000 (21:46 +0530)
commit16c0125510e9f222b7e6cc074be84b3878bb6024
tree6f32996412c7fb6519060b9d5008609ce93f52e4
parentd5a812abf8556c41f1a2785efb5f0860b8627a11
script: Fix the gpio script for bit > 9

Fix a bug where the script would only consider first bit for the gpio pin
e.g. GPIO7_10 would be read to extract bit number '1' instead of '10'

Fix the regular expression to correct the script generation.

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
iodelay-autogen.py