patchAVR Downloader/UploaDEr - Patches: patch #8437, [PATCH] Serial-over-ethernet for...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #8437: [PATCH] Serial-over-ethernet for Win32

Submitter:  Rok Mandeljc <mrok>
Submitted:  Thu 17 Apr 2014 11:47:27 AM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  joerg_wunsch Open/Closed:  Closed

Tue 16 Jan 2018 10:18:25 PM UTC, comment #2: 

No feedback for almost four years.

Joerg Wunsch <joerg_wunsch>
Group administrator
Tue 25 Nov 2014 08:04:44 PM UTC, comment #1: 

Implemented in SVN r1350.

Besides of adapting the patch to the new avrdude_message()
system, the following things had to be modified:

. remove gratuitous whitespace changes (please don't touch
  lines you are not working on)
. the result of the configure hook was not used anywhere
  (#ifdef HAVE_LIBWS2_32)
. documentation update (removed old statement from avrdude.1
  and avrdude.texi that stated the TCP feature being unavailable
  on Win32)

I hope everything will work, I cannot test it myself.

Please test it as soon as possible, I'll leave the patch tracker
open so it can still collect feedback.

Joerg Wunsch <joerg_wunsch>
Group administrator
Thu 17 Apr 2014 11:47:27 AM UTC, original submission:  

The project I am working on requires serial-over-ethernet functionality under Windows, so the attached patch provides a proof-of-concept implementation for native win32.

Tested with Windows 7 and xmega128a1u+avr109 protocol (network-aware xboot).

As a side note, currently, winsock2.h is included before avrdude.h, because it needs to be included before windows.h; I think this could be avoided if WIN32_LEAN_AND_MEAN was defined before windows.h is included in avrdude.h, but that would likely need to be changed across whole project.

Rok Mandeljc <mrok>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by joerg_wunsch (Posted a comment)
  • -email is unavailable- added by mrok (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-01-16 joerg_wunsch Open/ClosedOpen Closed
    2014-11-25 joerg_wunsch StatusNone Done
        Assigned toNone joerg_wunsch
    2014-04-17 mrok Attached File- Added serial-over-ethernet-win32.patch, #31188

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code