lwIP - A Lightweight TCP/IP stack - Patches: patch #8422, clarify use of #defines in opts.h...
You are not allowed to post comments on this tracker with your current authentication level.
patch #8422: clarify use of #defines in opts.h and arch/cc.h
| Submitter: | Frederick Baksik <frodak> | ||
| Submitted: | Wed 26 Mar 2014 08:18:01 PM UTC | ||
| Category: | None | Priority: | 5 - Normal |
| Status: | Done | Privacy: | Public |
| Assigned to: | goldsimon | Open/Closed: | Closed |
| Planned Release: | None | ||
|
Wed 11 Feb 2015 08:53:41 PM UTC, comment #1: |
Simon Goldschmidt <goldsimon> |
|
Wed 26 Mar 2014 08:18:01 PM UTC, original submission:
While starting a port to a new platform I ran into a few issues with missing #defines in arch/cc.h. The issues were discovered during linking as missing symbols. Instead the code is modified so that the #define is checked to exist during compilation phase. |
Frederick Baksik <frodak> |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
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 7 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2015-02-11 | goldsimon | Status | None | Done | |
| Assigned to | None | goldsimon | |||
| Open/Closed | Open | Closed | |||
| 2014-03-26 | frodak | Attached File | - | Added rtl_netstack_2455.patch, #31048 | |
| Attached File | - | Added rtl_netstack_2457.patch, #31049 | |||
| Attached File | - | Added rtl_netstack_2459.patch, #31050 | |||
| 2014-03-26 | frodak | Attached File | - | Added rtl_netstack_2454.patch, #31047 |
Powered by Savane 3.12.
Corresponding source code

Done, thanks for the patches.