[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avrdude-dev] [patch #8922] Fix linuxgpio
From: |
David Mosberger-Tang |
Subject: |
[avrdude-dev] [patch #8922] Fix linuxgpio |
Date: |
Sat, 27 Feb 2016 20:16:47 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36 |
URL:
<http://savannah.nongnu.org/patch/?8922>
Summary: Fix linuxgpio
Project: AVR Downloader/UploaDEr
Submitted by: dmosberger
Submitted on: Sat 27 Feb 2016 01:16:46 PM MST
Category: None
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
Fix linuxgpio errors of the form:
Can't export GPIO 0, already exported/busy?: Device or resource busy
This error gets triggered since pins PPI_AVR_VCC and PPI_AVR_BUFF appear to
default to ~0 so if avrdude.conf does not explicitly define them to some other
unique pins, we end up trying to export gpio 0 multiple times, triggering the
error.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Sat 27 Feb 2016 01:16:46 PM MST Name: linuxgpio-fix.patch Size: 1kB
By: dmosberger
<http://savannah.nongnu.org/patch/download.php?file_id=36492>
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/patch/?8922>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [avrdude-dev] [patch #8922] Fix linuxgpio,
David Mosberger-Tang <=