lpc21isp icon indicating copy to clipboard operation
lpc21isp copied to clipboard

Fix DTR/RTS reset/isp signals for SYSFS_GPIO_SUPPORT

Open domenpk opened this issue 9 years ago • 0 comments

The default SYSFS_GPIO_SUPPORT define broke DTS/RTS over serial port (when -control was used, it failed when it couldn't open GPIO files).

Fixing by rearranging code. If -control is passed, DTS/RTS is used, otherwise SYSFS is any -gpio options are set, otherwise none.

domenpk avatar Nov 21 '16 21:11 domenpk