File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ 2021-11-27 Joerg Wunsch <
[email protected] >
2+
3+ bug #58440: linuxgpio PIN limit too low
4+ * libavrdude.h (PIN_MAX): bump (for HAVE_LINUXGPIO) to 400
5+
162021-11-27 Joerg Wunsch <
[email protected] >
27
38 Submitted by David Mosberger-Tang:
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ Current:
7777 bug #50630: Erase Cycle Counter options ( -y -Y n ) should be removed from usage Message
7878 bug #48767: ser_drain() for TCP on Windows doesn't work
7979 bug #46759: avrdude 6.1 -> 6.2 regression: lock byte verification error
80+ bug #58440: linuxgpio PIN limit too low
8081
8182 * Patches:
8283 patch #9482: Add support for UPDI and AVR8X
Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ enum {
369369#ifdef HAVE_LINUXGPIO
370370/* Embedded systems might have a lot more gpio than only 0-31 */
371371#undef PIN_MAX
372- #define PIN_MAX 255 /* largest allowed pin number */
372+ #define PIN_MAX 400 /* largest allowed pin number */
373373#endif
374374
375375/** Number of pins in each element of the bitfield */
You can’t perform that action at this time.
0 commit comments