Skip to content

Commit

Permalink
Remove known limitations comment from serprog.c
Browse files Browse the repository at this point in the history
Connecting over tcp is already possible by specifying net:<host>:<port>
as a port. Performance is already good and further improvements would
require custom AVR read/write logic to batch operations which seems
not worth the maintenance effort for now.
  • Loading branch information
funkeleinhorn committed Aug 23, 2024
1 parent 79f85d0 commit 8fdd0c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/serprog.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Known limitations:
* - performance is suboptimal
* - connecting over TCP/IP to programmers is not implemented yet
*/

#include "ac_cfg.h"
Expand Down

0 comments on commit 8fdd0c7

Please sign in to comment.